@alicloud/ros-cdk-ecs 1.0.21 → 1.0.23

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 (129) hide show
  1. package/lib/activation.d.ts +10 -9
  2. package/lib/activation.js +8 -4
  3. package/lib/assignipv6addresses.d.ts +9 -8
  4. package/lib/assignipv6addresses.js +8 -4
  5. package/lib/assignprivateipaddresses.d.ts +9 -8
  6. package/lib/assignprivateipaddresses.js +8 -4
  7. package/lib/autoprovisioninggroup.d.ts +10 -9
  8. package/lib/autoprovisioninggroup.js +8 -4
  9. package/lib/autosnapshotpolicy.d.ts +10 -9
  10. package/lib/autosnapshotpolicy.js +8 -4
  11. package/lib/capacityreservation.d.ts +69 -0
  12. package/lib/capacityreservation.js +40 -0
  13. package/lib/command.d.ts +9 -8
  14. package/lib/command.js +8 -4
  15. package/lib/copyimage.d.ts +15 -9
  16. package/lib/copyimage.js +9 -4
  17. package/lib/customimage.d.ts +29 -12
  18. package/lib/customimage.js +16 -9
  19. package/lib/datasource/activations.d.ts +9 -8
  20. package/lib/datasource/activations.js +8 -4
  21. package/lib/datasource/autosnapshotpolicies.d.ts +9 -8
  22. package/lib/datasource/autosnapshotpolicies.js +8 -4
  23. package/lib/datasource/commands.d.ts +9 -8
  24. package/lib/datasource/commands.js +8 -4
  25. package/lib/datasource/dedicatedhostclusters.d.ts +9 -8
  26. package/lib/datasource/dedicatedhostclusters.js +8 -4
  27. package/lib/datasource/dedicatedhosts.d.ts +9 -8
  28. package/lib/datasource/dedicatedhosts.js +8 -4
  29. package/lib/datasource/deploymentsets.d.ts +9 -8
  30. package/lib/datasource/deploymentsets.js +8 -4
  31. package/lib/datasource/diskcategories.d.ts +9 -8
  32. package/lib/datasource/diskcategories.js +8 -4
  33. package/lib/datasource/disks.d.ts +10 -9
  34. package/lib/datasource/disks.js +8 -4
  35. package/lib/datasource/ecs.generated.d.ts +112 -166
  36. package/lib/datasource/ecs.generated.js +55 -55
  37. package/lib/datasource/hpcclusters.d.ts +9 -8
  38. package/lib/datasource/hpcclusters.js +8 -4
  39. package/lib/datasource/images.d.ts +10 -9
  40. package/lib/datasource/images.js +8 -4
  41. package/lib/datasource/instances.d.ts +10 -9
  42. package/lib/datasource/instances.js +8 -4
  43. package/lib/datasource/keypairs.d.ts +9 -8
  44. package/lib/datasource/keypairs.js +8 -4
  45. package/lib/datasource/managedinstances.d.ts +9 -8
  46. package/lib/datasource/managedinstances.js +8 -4
  47. package/lib/datasource/networkinterfaces.d.ts +9 -8
  48. package/lib/datasource/networkinterfaces.js +8 -4
  49. package/lib/datasource/recommendinstancetypes.d.ts +14 -13
  50. package/lib/datasource/recommendinstancetypes.js +8 -4
  51. package/lib/datasource/securitygroups.d.ts +9 -8
  52. package/lib/datasource/securitygroups.js +8 -4
  53. package/lib/datasource/snapshots.d.ts +9 -8
  54. package/lib/datasource/snapshots.js +8 -4
  55. package/lib/datasource/zones.d.ts +12 -11
  56. package/lib/datasource/zones.js +8 -4
  57. package/lib/dedicatedhost.d.ts +12 -11
  58. package/lib/dedicatedhost.js +8 -4
  59. package/lib/deploymentset.d.ts +24 -10
  60. package/lib/deploymentset.js +10 -4
  61. package/lib/disk.d.ts +11 -10
  62. package/lib/disk.js +8 -4
  63. package/lib/diskattachment.d.ts +10 -9
  64. package/lib/diskattachment.js +8 -4
  65. package/lib/ecs.generated.d.ts +2015 -497
  66. package/lib/ecs.generated.js +1961 -405
  67. package/lib/elasticityassurance.d.ts +78 -0
  68. package/lib/elasticityassurance.js +41 -0
  69. package/lib/forwardentry.d.ts +12 -11
  70. package/lib/forwardentry.js +8 -4
  71. package/lib/hpccluster.d.ts +11 -10
  72. package/lib/hpccluster.js +8 -4
  73. package/lib/imagecomponent.d.ts +59 -0
  74. package/lib/imagecomponent.js +38 -0
  75. package/lib/imagepipeline.d.ts +109 -0
  76. package/lib/imagepipeline.js +47 -0
  77. package/lib/imagesharepermission.d.ts +47 -0
  78. package/lib/imagesharepermission.js +35 -0
  79. package/lib/index.d.ts +5 -0
  80. package/lib/index.js +6 -1
  81. package/lib/instance.d.ts +94 -14
  82. package/lib/instance.js +153 -25
  83. package/lib/instanceclone.d.ts +9 -8
  84. package/lib/instanceclone.js +8 -4
  85. package/lib/instancegroup.d.ts +125 -16
  86. package/lib/instancegroup.js +32 -8
  87. package/lib/instancegroupclone.d.ts +56 -11
  88. package/lib/instancegroupclone.js +38 -26
  89. package/lib/invocation.d.ts +63 -10
  90. package/lib/invocation.js +16 -5
  91. package/lib/joinsecuritygroup.d.ts +9 -8
  92. package/lib/joinsecuritygroup.js +8 -8
  93. package/lib/launchtemplate.d.ts +13 -12
  94. package/lib/launchtemplate.js +8 -4
  95. package/lib/networkinterface.d.ts +9 -8
  96. package/lib/networkinterface.js +8 -4
  97. package/lib/networkinterfaceattachment.d.ts +9 -8
  98. package/lib/networkinterfaceattachment.js +8 -4
  99. package/lib/networkinterfacepermission.d.ts +9 -8
  100. package/lib/networkinterfacepermission.js +8 -4
  101. package/lib/prefixlist.d.ts +11 -10
  102. package/lib/prefixlist.js +8 -4
  103. package/lib/ramroleattachment.d.ts +9 -8
  104. package/lib/ramroleattachment.js +8 -4
  105. package/lib/route.d.ts +9 -8
  106. package/lib/route.js +8 -4
  107. package/lib/runcommand.d.ts +54 -16
  108. package/lib/runcommand.js +15 -6
  109. package/lib/securitygroup.d.ts +9 -8
  110. package/lib/securitygroup.js +8 -4
  111. package/lib/securitygroupclone.d.ts +9 -8
  112. package/lib/securitygroupclone.js +8 -4
  113. package/lib/securitygroupegress.d.ts +10 -9
  114. package/lib/securitygroupegress.js +8 -8
  115. package/lib/securitygroupingress.d.ts +11 -10
  116. package/lib/securitygroupingress.js +8 -8
  117. package/lib/snapshot.d.ts +11 -10
  118. package/lib/snapshot.js +8 -4
  119. package/lib/snatentry.d.ts +11 -10
  120. package/lib/snatentry.js +8 -4
  121. package/lib/sshkeypair.d.ts +10 -9
  122. package/lib/sshkeypair.js +8 -4
  123. package/lib/sshkeypairattachment.d.ts +9 -8
  124. package/lib/sshkeypairattachment.js +8 -8
  125. package/lib/vpc.d.ts +12 -11
  126. package/lib/vpc.js +8 -4
  127. package/lib/vswitch.d.ts +9 -8
  128. package/lib/vswitch.js +8 -4
  129. package/package.json +1 -1
@@ -1,6 +1,7 @@
1
1
  import * as ros from '@alicloud/ros-cdk-core';
2
2
  /**
3
- * Properties for defining a `DATASOURCE::ECS::Activations`
3
+ * Properties for defining a `RosActivations`.
4
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-activations
4
5
  */
5
6
  export interface RosActivationsProps {
6
7
  /**
@@ -13,17 +14,15 @@ export interface RosActivationsProps {
13
14
  readonly instanceName?: string | ros.IResolvable;
14
15
  }
15
16
  /**
16
- * A ROS template type: `DATASOURCE::ECS::Activations`
17
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Activations`, which is used to query activation codes.
18
+ * @Note This class does not contain additional functions, so it is recommended to use the `Activations` class instead of this class for a more convenient development experience.
19
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-activations
17
20
  */
18
21
  export declare class RosActivations extends ros.RosResource {
19
22
  /**
20
23
  * The resource type name for this resource class.
21
24
  */
22
25
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Activations";
23
- /**
24
- * A factory method that creates a new instance of this class from an object
25
- * containing the properties of this ROS resource.
26
- */
27
26
  /**
28
27
  * @Attribute ActivationIds: The list of activation IDs.
29
28
  */
@@ -42,8 +41,6 @@ export declare class RosActivations extends ros.RosResource {
42
41
  */
43
42
  instanceName: string | ros.IResolvable | undefined;
44
43
  /**
45
- * Create a new `DATASOURCE::ECS::Activations`.
46
- *
47
44
  * @param scope - scope in which this resource is defined
48
45
  * @param id - scoped id of the resource
49
46
  * @param props - resource properties
@@ -59,7 +56,8 @@ export declare class RosActivations extends ros.RosResource {
59
56
  };
60
57
  }
61
58
  /**
62
- * Properties for defining a `DATASOURCE::ECS::AutoSnapshotPolicies`
59
+ * Properties for defining a `RosAutoSnapshotPolicies`.
60
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicies
63
61
  */
64
62
  export interface RosAutoSnapshotPoliciesProps {
65
63
  /**
@@ -76,17 +74,15 @@ export interface RosAutoSnapshotPoliciesProps {
76
74
  readonly tags?: RosAutoSnapshotPolicies.TagsProperty[];
77
75
  }
78
76
  /**
79
- * A ROS template type: `DATASOURCE::ECS::AutoSnapshotPolicies`
77
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::AutoSnapshotPolicies`, which is used to query automatic snapshot policies.
78
+ * @Note This class does not contain additional functions, so it is recommended to use the `AutoSnapshotPolicies` class instead of this class for a more convenient development experience.
79
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicies
80
80
  */
81
81
  export declare class RosAutoSnapshotPolicies extends ros.RosResource {
82
82
  /**
83
83
  * The resource type name for this resource class.
84
84
  */
85
85
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::AutoSnapshotPolicies";
86
- /**
87
- * A factory method that creates a new instance of this class from an object
88
- * containing the properties of this ROS resource.
89
- */
90
86
  /**
91
87
  * @Attribute AutoSnapshotPolicies: The list of auto snapshot policies.
92
88
  */
@@ -109,8 +105,6 @@ export declare class RosAutoSnapshotPolicies extends ros.RosResource {
109
105
  */
110
106
  tags: RosAutoSnapshotPolicies.TagsProperty[] | undefined;
111
107
  /**
112
- * Create a new `DATASOURCE::ECS::AutoSnapshotPolicies`.
113
- *
114
108
  * @param scope - scope in which this resource is defined
115
109
  * @param id - scoped id of the resource
116
110
  * @param props - resource properties
@@ -141,7 +135,8 @@ export declare namespace RosAutoSnapshotPolicies {
141
135
  }
142
136
  }
143
137
  /**
144
- * Properties for defining a `DATASOURCE::ECS::Commands`
138
+ * Properties for defining a `RosCommands`.
139
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-commands
145
140
  */
146
141
  export interface RosCommandsProps {
147
142
  /**
@@ -165,17 +160,15 @@ export interface RosCommandsProps {
165
160
  readonly type?: string | ros.IResolvable;
166
161
  }
167
162
  /**
168
- * A ROS template type: `DATASOURCE::ECS::Commands`
163
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Commands`, which is used to query all available commands that you created.
164
+ * @Note This class does not contain additional functions, so it is recommended to use the `Commands` class instead of this class for a more convenient development experience.
165
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-commands
169
166
  */
170
167
  export declare class RosCommands extends ros.RosResource {
171
168
  /**
172
169
  * The resource type name for this resource class.
173
170
  */
174
171
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Commands";
175
- /**
176
- * A factory method that creates a new instance of this class from an object
177
- * containing the properties of this ROS resource.
178
- */
179
172
  /**
180
173
  * @Attribute CommandIds: The list of command IDs.
181
174
  */
@@ -205,8 +198,6 @@ export declare class RosCommands extends ros.RosResource {
205
198
  */
206
199
  type: string | ros.IResolvable | undefined;
207
200
  /**
208
- * Create a new `DATASOURCE::ECS::Commands`.
209
- *
210
201
  * @param scope - scope in which this resource is defined
211
202
  * @param id - scoped id of the resource
212
203
  * @param props - resource properties
@@ -222,7 +213,8 @@ export declare class RosCommands extends ros.RosResource {
222
213
  };
223
214
  }
224
215
  /**
225
- * Properties for defining a `DATASOURCE::ECS::DedicatedHostClusters`
216
+ * Properties for defining a `RosDedicatedHostClusters`.
217
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhostclusters
226
218
  */
227
219
  export interface RosDedicatedHostClustersProps {
228
220
  /**
@@ -242,17 +234,15 @@ export interface RosDedicatedHostClustersProps {
242
234
  readonly zoneId?: string | ros.IResolvable;
243
235
  }
244
236
  /**
245
- * A ROS template type: `DATASOURCE::ECS::DedicatedHostClusters`
237
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::DedicatedHostClusters`, which is used to query the information about dedicated host clusters.
238
+ * @Note This class does not contain additional functions, so it is recommended to use the `DedicatedHostClusters` class instead of this class for a more convenient development experience.
239
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhostclusters
246
240
  */
247
241
  export declare class RosDedicatedHostClusters extends ros.RosResource {
248
242
  /**
249
243
  * The resource type name for this resource class.
250
244
  */
251
245
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::DedicatedHostClusters";
252
- /**
253
- * A factory method that creates a new instance of this class from an object
254
- * containing the properties of this ROS resource.
255
- */
256
246
  /**
257
247
  * @Attribute DedicatedHostClusterIds: The list of dedicated host cluster IDs.
258
248
  */
@@ -278,8 +268,6 @@ export declare class RosDedicatedHostClusters extends ros.RosResource {
278
268
  */
279
269
  zoneId: string | ros.IResolvable | undefined;
280
270
  /**
281
- * Create a new `DATASOURCE::ECS::DedicatedHostClusters`.
282
- *
283
271
  * @param scope - scope in which this resource is defined
284
272
  * @param id - scoped id of the resource
285
273
  * @param props - resource properties
@@ -295,7 +283,8 @@ export declare class RosDedicatedHostClusters extends ros.RosResource {
295
283
  };
296
284
  }
297
285
  /**
298
- * Properties for defining a `DATASOURCE::ECS::DedicatedHosts`
286
+ * Properties for defining a `RosDedicatedHosts`.
287
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhosts
299
288
  */
300
289
  export interface RosDedicatedHostsProps {
301
290
  /**
@@ -336,17 +325,15 @@ export interface RosDedicatedHostsProps {
336
325
  readonly zoneId?: string | ros.IResolvable;
337
326
  }
338
327
  /**
339
- * A ROS template type: `DATASOURCE::ECS::DedicatedHosts`
328
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::DedicatedHosts`, which is used to query dedicated hosts.
329
+ * @Note This class does not contain additional functions, so it is recommended to use the `DedicatedHosts` class instead of this class for a more convenient development experience.
330
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhosts
340
331
  */
341
332
  export declare class RosDedicatedHosts extends ros.RosResource {
342
333
  /**
343
334
  * The resource type name for this resource class.
344
335
  */
345
336
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::DedicatedHosts";
346
- /**
347
- * A factory method that creates a new instance of this class from an object
348
- * containing the properties of this ROS resource.
349
- */
350
337
  /**
351
338
  * @Attribute DedicatedHostIds: The list of dedicated host ids.
352
339
  */
@@ -393,8 +380,6 @@ export declare class RosDedicatedHosts extends ros.RosResource {
393
380
  */
394
381
  zoneId: string | ros.IResolvable | undefined;
395
382
  /**
396
- * Create a new `DATASOURCE::ECS::DedicatedHosts`.
397
- *
398
383
  * @param scope - scope in which this resource is defined
399
384
  * @param id - scoped id of the resource
400
385
  * @param props - resource properties
@@ -425,7 +410,8 @@ export declare namespace RosDedicatedHosts {
425
410
  }
426
411
  }
427
412
  /**
428
- * Properties for defining a `DATASOURCE::ECS::DeploymentSets`
413
+ * Properties for defining a `RosDeploymentSets`.
414
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-deploymentsets
429
415
  */
430
416
  export interface RosDeploymentSetsProps {
431
417
  /**
@@ -448,17 +434,15 @@ export interface RosDeploymentSetsProps {
448
434
  readonly strategy?: string | ros.IResolvable;
449
435
  }
450
436
  /**
451
- * A ROS template type: `DATASOURCE::ECS::DeploymentSets`
437
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::DeploymentSets`, which is used to query one or more deployment sets.
438
+ * @Note This class does not contain additional functions, so it is recommended to use the `DeploymentSets` class instead of this class for a more convenient development experience.
439
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-deploymentsets
452
440
  */
453
441
  export declare class RosDeploymentSets extends ros.RosResource {
454
442
  /**
455
443
  * The resource type name for this resource class.
456
444
  */
457
445
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::DeploymentSets";
458
- /**
459
- * A factory method that creates a new instance of this class from an object
460
- * containing the properties of this ROS resource.
461
- */
462
446
  /**
463
447
  * @Attribute DeploymentSetIds: the list of deployment set ids
464
448
  */
@@ -487,8 +471,6 @@ export declare class RosDeploymentSets extends ros.RosResource {
487
471
  */
488
472
  strategy: string | ros.IResolvable | undefined;
489
473
  /**
490
- * Create a new `DATASOURCE::ECS::DeploymentSets`.
491
- *
492
474
  * @param scope - scope in which this resource is defined
493
475
  * @param id - scoped id of the resource
494
476
  * @param props - resource properties
@@ -504,7 +486,8 @@ export declare class RosDeploymentSets extends ros.RosResource {
504
486
  };
505
487
  }
506
488
  /**
507
- * Properties for defining a `DATASOURCE::ECS::DiskCategories`
489
+ * Properties for defining a `RosDiskCategories`.
490
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-diskcategories
508
491
  */
509
492
  export interface RosDiskCategoriesProps {
510
493
  /**
@@ -545,17 +528,15 @@ export interface RosDiskCategoriesProps {
545
528
  readonly systemDiskCategory?: string | ros.IResolvable;
546
529
  }
547
530
  /**
548
- * A ROS template type: `DATASOURCE::ECS::DiskCategories`
531
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::DiskCategories`, which is used to query the disk types and categories.
532
+ * @Note This class does not contain additional functions, so it is recommended to use the `DiskCategories` class instead of this class for a more convenient development experience.
533
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-diskcategories
549
534
  */
550
535
  export declare class RosDiskCategories extends ros.RosResource {
551
536
  /**
552
537
  * The resource type name for this resource class.
553
538
  */
554
539
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::DiskCategories";
555
- /**
556
- * A factory method that creates a new instance of this class from an object
557
- * containing the properties of this ROS resource.
558
- */
559
540
  /**
560
541
  * @Attribute DiskCategories: The list of disk categories.
561
542
  */
@@ -602,8 +583,6 @@ export declare class RosDiskCategories extends ros.RosResource {
602
583
  */
603
584
  systemDiskCategory: string | ros.IResolvable | undefined;
604
585
  /**
605
- * Create a new `DATASOURCE::ECS::DiskCategories`.
606
- *
607
586
  * @param scope - scope in which this resource is defined
608
587
  * @param id - scoped id of the resource
609
588
  * @param props - resource properties
@@ -619,7 +598,8 @@ export declare class RosDiskCategories extends ros.RosResource {
619
598
  };
620
599
  }
621
600
  /**
622
- * Properties for defining a `DATASOURCE::ECS::Disks`
601
+ * Properties for defining a `RosDisks`.
602
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-disks
623
603
  */
624
604
  export interface RosDisksProps {
625
605
  /**
@@ -639,7 +619,7 @@ export interface RosDisksProps {
639
619
  * ephemeral: retired local disk
640
620
  * ephemeral_ssd: local SSD
641
621
  * cloud_essd: ESSD
642
- * local_ssd_pro: I/O-intensive local disk
622
+ * local_ssd_pro: I\/O-intensive local disk
643
623
  * local_hdd_pro: throughput-intensive local disk
644
624
  */
645
625
  readonly category?: string | ros.IResolvable;
@@ -763,17 +743,15 @@ export interface RosDisksProps {
763
743
  readonly zoneId?: string | ros.IResolvable;
764
744
  }
765
745
  /**
766
- * A ROS template type: `DATASOURCE::ECS::Disks`
746
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Disks`, which is used to query the Elastic Block Storage (EBS) devices that you created. The following EBS devices are supported: cloud disks and local disks.
747
+ * @Note This class does not contain additional functions, so it is recommended to use the `Disks` class instead of this class for a more convenient development experience.
748
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-disks
767
749
  */
768
750
  export declare class RosDisks extends ros.RosResource {
769
751
  /**
770
752
  * The resource type name for this resource class.
771
753
  */
772
754
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Disks";
773
- /**
774
- * A factory method that creates a new instance of this class from an object
775
- * containing the properties of this ROS resource.
776
- */
777
755
  /**
778
756
  * @Attribute DiskIds: The list of disk IDs.
779
757
  */
@@ -800,7 +778,7 @@ export declare class RosDisks extends ros.RosResource {
800
778
  * ephemeral: retired local disk
801
779
  * ephemeral_ssd: local SSD
802
780
  * cloud_essd: ESSD
803
- * local_ssd_pro: I/O-intensive local disk
781
+ * local_ssd_pro: I\/O-intensive local disk
804
782
  * local_hdd_pro: throughput-intensive local disk
805
783
  */
806
784
  category: string | ros.IResolvable | undefined;
@@ -923,8 +901,6 @@ export declare class RosDisks extends ros.RosResource {
923
901
  */
924
902
  zoneId: string | ros.IResolvable | undefined;
925
903
  /**
926
- * Create a new `DATASOURCE::ECS::Disks`.
927
- *
928
904
  * @param scope - scope in which this resource is defined
929
905
  * @param id - scoped id of the resource
930
906
  * @param props - resource properties
@@ -970,7 +946,8 @@ export declare namespace RosDisks {
970
946
  }
971
947
  }
972
948
  /**
973
- * Properties for defining a `DATASOURCE::ECS::HpcClusters`
949
+ * Properties for defining a `RosHpcClusters`.
950
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-hpcclusters
974
951
  */
975
952
  export interface RosHpcClustersProps {
976
953
  /**
@@ -979,17 +956,15 @@ export interface RosHpcClustersProps {
979
956
  readonly hpcClusterIds?: Array<string | ros.IResolvable> | ros.IResolvable;
980
957
  }
981
958
  /**
982
- * A ROS template type: `DATASOURCE::ECS::HpcClusters`
959
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::HpcClusters`, which is used to query available High Performance Computing (HPC) clusters.
960
+ * @Note This class does not contain additional functions, so it is recommended to use the `HpcClusters` class instead of this class for a more convenient development experience.
961
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-hpcclusters
983
962
  */
984
963
  export declare class RosHpcClusters extends ros.RosResource {
985
964
  /**
986
965
  * The resource type name for this resource class.
987
966
  */
988
967
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::HpcClusters";
989
- /**
990
- * A factory method that creates a new instance of this class from an object
991
- * containing the properties of this ROS resource.
992
- */
993
968
  /**
994
969
  * @Attribute HpcClusterIds: the list of hpc cluster ids
995
970
  */
@@ -1004,8 +979,6 @@ export declare class RosHpcClusters extends ros.RosResource {
1004
979
  */
1005
980
  hpcClusterIds: Array<string | ros.IResolvable> | ros.IResolvable | undefined;
1006
981
  /**
1007
- * Create a new `DATASOURCE::ECS::HpcClusters`.
1008
- *
1009
982
  * @param scope - scope in which this resource is defined
1010
983
  * @param id - scoped id of the resource
1011
984
  * @param props - resource properties
@@ -1021,7 +994,8 @@ export declare class RosHpcClusters extends ros.RosResource {
1021
994
  };
1022
995
  }
1023
996
  /**
1024
- * Properties for defining a `DATASOURCE::ECS::Images`
997
+ * Properties for defining a `RosImages`.
998
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-images
1025
999
  */
1026
1000
  export interface RosImagesProps {
1027
1001
  /**
@@ -1077,7 +1051,7 @@ export interface RosImagesProps {
1077
1051
  */
1078
1052
  readonly isSupportCloudinit?: boolean | ros.IResolvable;
1079
1053
  /**
1080
- * @Property isSupportIoOptimized: Specifies whether the image can be used on I/O optimized instances.
1054
+ * @Property isSupportIoOptimized: Specifies whether the image can be used on I\/O optimized instances.
1081
1055
  */
1082
1056
  readonly isSupportIoOptimized?: boolean | ros.IResolvable;
1083
1057
  /**
@@ -1117,17 +1091,15 @@ export interface RosImagesProps {
1117
1091
  readonly usage?: string | ros.IResolvable;
1118
1092
  }
1119
1093
  /**
1120
- * A ROS template type: `DATASOURCE::ECS::Images`
1094
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Images`, which is used to query available images.
1095
+ * @Note This class does not contain additional functions, so it is recommended to use the `Images` class instead of this class for a more convenient development experience.
1096
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-images
1121
1097
  */
1122
1098
  export declare class RosImages extends ros.RosResource {
1123
1099
  /**
1124
1100
  * The resource type name for this resource class.
1125
1101
  */
1126
1102
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Images";
1127
- /**
1128
- * A factory method that creates a new instance of this class from an object
1129
- * containing the properties of this ROS resource.
1130
- */
1131
1103
  /**
1132
1104
  * @Attribute ImageIds: The list of image IDs.
1133
1105
  */
@@ -1190,7 +1162,7 @@ export declare class RosImages extends ros.RosResource {
1190
1162
  */
1191
1163
  isSupportCloudinit: boolean | ros.IResolvable | undefined;
1192
1164
  /**
1193
- * @Property isSupportIoOptimized: Specifies whether the image can be used on I/O optimized instances.
1165
+ * @Property isSupportIoOptimized: Specifies whether the image can be used on I\/O optimized instances.
1194
1166
  */
1195
1167
  isSupportIoOptimized: boolean | ros.IResolvable | undefined;
1196
1168
  /**
@@ -1229,8 +1201,6 @@ export declare class RosImages extends ros.RosResource {
1229
1201
  */
1230
1202
  usage: string | ros.IResolvable | undefined;
1231
1203
  /**
1232
- * Create a new `DATASOURCE::ECS::Images`.
1233
- *
1234
1204
  * @param scope - scope in which this resource is defined
1235
1205
  * @param id - scoped id of the resource
1236
1206
  * @param props - resource properties
@@ -1261,7 +1231,8 @@ export declare namespace RosImages {
1261
1231
  }
1262
1232
  }
1263
1233
  /**
1264
- * Properties for defining a `DATASOURCE::ECS::Instances`
1234
+ * Properties for defining a `RosInstances`.
1235
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-instances
1265
1236
  */
1266
1237
  export interface RosInstancesProps {
1267
1238
  /**
@@ -1333,7 +1304,7 @@ export interface RosInstancesProps {
1333
1304
  */
1334
1305
  readonly internetChargeType?: string | ros.IResolvable;
1335
1306
  /**
1336
- * @Property ioOptimized: Specifies whether the instance is I/O optimized.
1307
+ * @Property ioOptimized: Specifies whether the instance is I\/O optimized.
1337
1308
  */
1338
1309
  readonly ioOptimized?: boolean | ros.IResolvable;
1339
1310
  /**
@@ -1393,17 +1364,15 @@ export interface RosInstancesProps {
1393
1364
  readonly zoneId?: string | ros.IResolvable;
1394
1365
  }
1395
1366
  /**
1396
- * A ROS template type: `DATASOURCE::ECS::Instances`
1367
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Instances`, which is used to query the details of Elastic Compute Service (ECS) instances.
1368
+ * @Note This class does not contain additional functions, so it is recommended to use the `Instances` class instead of this class for a more convenient development experience.
1369
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-instances
1397
1370
  */
1398
1371
  export declare class RosInstances extends ros.RosResource {
1399
1372
  /**
1400
1373
  * The resource type name for this resource class.
1401
1374
  */
1402
1375
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Instances";
1403
- /**
1404
- * A factory method that creates a new instance of this class from an object
1405
- * containing the properties of this ROS resource.
1406
- */
1407
1376
  /**
1408
1377
  * @Attribute InstanceIds: The list of InstanceIds.
1409
1378
  */
@@ -1482,7 +1451,7 @@ export declare class RosInstances extends ros.RosResource {
1482
1451
  */
1483
1452
  internetChargeType: string | ros.IResolvable | undefined;
1484
1453
  /**
1485
- * @Property ioOptimized: Specifies whether the instance is I/O optimized.
1454
+ * @Property ioOptimized: Specifies whether the instance is I\/O optimized.
1486
1455
  */
1487
1456
  ioOptimized: boolean | ros.IResolvable | undefined;
1488
1457
  /**
@@ -1541,8 +1510,6 @@ export declare class RosInstances extends ros.RosResource {
1541
1510
  */
1542
1511
  zoneId: string | ros.IResolvable | undefined;
1543
1512
  /**
1544
- * Create a new `DATASOURCE::ECS::Instances`.
1545
- *
1546
1513
  * @param scope - scope in which this resource is defined
1547
1514
  * @param id - scoped id of the resource
1548
1515
  * @param props - resource properties
@@ -1588,7 +1555,8 @@ export declare namespace RosInstances {
1588
1555
  }
1589
1556
  }
1590
1557
  /**
1591
- * Properties for defining a `DATASOURCE::ECS::KeyPairs`
1558
+ * Properties for defining a `RosKeyPairs`.
1559
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-keypairs
1592
1560
  */
1593
1561
  export interface RosKeyPairsProps {
1594
1562
  /**
@@ -1613,17 +1581,15 @@ export interface RosKeyPairsProps {
1613
1581
  readonly tags?: RosKeyPairs.TagsProperty[];
1614
1582
  }
1615
1583
  /**
1616
- * A ROS template type: `DATASOURCE::ECS::KeyPairs`
1584
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::KeyPairs`, which is used to query one or more key pairs.
1585
+ * @Note This class does not contain additional functions, so it is recommended to use the `KeyPairs` class instead of this class for a more convenient development experience.
1586
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-keypairs
1617
1587
  */
1618
1588
  export declare class RosKeyPairs extends ros.RosResource {
1619
1589
  /**
1620
1590
  * The resource type name for this resource class.
1621
1591
  */
1622
1592
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::KeyPairs";
1623
- /**
1624
- * A factory method that creates a new instance of this class from an object
1625
- * containing the properties of this ROS resource.
1626
- */
1627
1593
  /**
1628
1594
  * @Attribute KeyPairNames: The list of key pair names.
1629
1595
  */
@@ -1654,8 +1620,6 @@ export declare class RosKeyPairs extends ros.RosResource {
1654
1620
  */
1655
1621
  tags: RosKeyPairs.TagsProperty[] | undefined;
1656
1622
  /**
1657
- * Create a new `DATASOURCE::ECS::KeyPairs`.
1658
- *
1659
1623
  * @param scope - scope in which this resource is defined
1660
1624
  * @param id - scoped id of the resource
1661
1625
  * @param props - resource properties
@@ -1686,7 +1650,8 @@ export declare namespace RosKeyPairs {
1686
1650
  }
1687
1651
  }
1688
1652
  /**
1689
- * Properties for defining a `DATASOURCE::ECS::ManagedInstances`
1653
+ * Properties for defining a `RosManagedInstances`.
1654
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-managedinstances
1690
1655
  */
1691
1656
  export interface RosManagedInstancesProps {
1692
1657
  /**
@@ -1717,17 +1682,15 @@ export interface RosManagedInstancesProps {
1717
1682
  readonly tags?: RosManagedInstances.TagsProperty[];
1718
1683
  }
1719
1684
  /**
1720
- * A ROS template type: `DATASOURCE::ECS::ManagedInstances`
1685
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::ManagedInstances`, which is used to query managed instances.
1686
+ * @Note This class does not contain additional functions, so it is recommended to use the `ManagedInstances` class instead of this class for a more convenient development experience.
1687
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-managedinstances
1721
1688
  */
1722
1689
  export declare class RosManagedInstances extends ros.RosResource {
1723
1690
  /**
1724
1691
  * The resource type name for this resource class.
1725
1692
  */
1726
1693
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::ManagedInstances";
1727
- /**
1728
- * A factory method that creates a new instance of this class from an object
1729
- * containing the properties of this ROS resource.
1730
- */
1731
1694
  /**
1732
1695
  * @Attribute InstanceIds: The list of managed instance ids.
1733
1696
  */
@@ -1764,8 +1727,6 @@ export declare class RosManagedInstances extends ros.RosResource {
1764
1727
  */
1765
1728
  tags: RosManagedInstances.TagsProperty[] | undefined;
1766
1729
  /**
1767
- * Create a new `DATASOURCE::ECS::ManagedInstances`.
1768
- *
1769
1730
  * @param scope - scope in which this resource is defined
1770
1731
  * @param id - scoped id of the resource
1771
1732
  * @param props - resource properties
@@ -1796,7 +1757,8 @@ export declare namespace RosManagedInstances {
1796
1757
  }
1797
1758
  }
1798
1759
  /**
1799
- * Properties for defining a `DATASOURCE::ECS::NetworkInterfaces`
1760
+ * Properties for defining a `RosNetworkInterfaces`.
1761
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-networkinterfaces
1800
1762
  */
1801
1763
  export interface RosNetworkInterfacesProps {
1802
1764
  /**
@@ -1871,17 +1833,15 @@ export interface RosNetworkInterfacesProps {
1871
1833
  readonly vSwitchId?: string | ros.IResolvable;
1872
1834
  }
1873
1835
  /**
1874
- * A ROS template type: `DATASOURCE::ECS::NetworkInterfaces`
1836
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::NetworkInterfaces`, which is used to query the details of elastic network interfaces (ENIs).
1837
+ * @Note This class does not contain additional functions, so it is recommended to use the `NetworkInterfaces` class instead of this class for a more convenient development experience.
1838
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-networkinterfaces
1875
1839
  */
1876
1840
  export declare class RosNetworkInterfaces extends ros.RosResource {
1877
1841
  /**
1878
1842
  * The resource type name for this resource class.
1879
1843
  */
1880
1844
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::NetworkInterfaces";
1881
- /**
1882
- * A factory method that creates a new instance of this class from an object
1883
- * containing the properties of this ROS resource.
1884
- */
1885
1845
  /**
1886
1846
  * @Attribute NetworkInterfaceIds: The list of NetworkInterfaceIds.
1887
1847
  */
@@ -1962,8 +1922,6 @@ export declare class RosNetworkInterfaces extends ros.RosResource {
1962
1922
  */
1963
1923
  vSwitchId: string | ros.IResolvable | undefined;
1964
1924
  /**
1965
- * Create a new `DATASOURCE::ECS::NetworkInterfaces`.
1966
- *
1967
1925
  * @param scope - scope in which this resource is defined
1968
1926
  * @param id - scoped id of the resource
1969
1927
  * @param props - resource properties
@@ -1994,7 +1952,8 @@ export declare namespace RosNetworkInterfaces {
1994
1952
  }
1995
1953
  }
1996
1954
  /**
1997
- * Properties for defining a `DATASOURCE::ECS::RecommendInstanceTypes`
1955
+ * Properties for defining a `RosRecommendInstanceTypes`.
1956
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-recommendinstancetypes
1998
1957
  */
1999
1958
  export interface RosRecommendInstanceTypesProps {
2000
1959
  /**
@@ -2023,9 +1982,9 @@ export interface RosRecommendInstanceTypesProps {
2023
1982
  */
2024
1983
  readonly instanceTypeFamilies?: Array<string | ros.IResolvable> | ros.IResolvable;
2025
1984
  /**
2026
- * @Property ioOptimized: Specifies whether to match I/O optimized instances. The IoOptimized parameter cannot be specified when the instance is not I/O optimized. Valid values:
2027
- * optimized: matches I/O optimized instances.
2028
- * none: matches non-I/O optimized instances.
1985
+ * @Property ioOptimized: Specifies whether to match I\/O optimized instances. The IoOptimized parameter cannot be specified when the instance is not I\/O optimized. Valid values:
1986
+ * optimized: matches I\/O optimized instances.
1987
+ * none: matches non-I\/O optimized instances.
2029
1988
  * Default value: optimized.
2030
1989
  * If you query alternative instance types for retired instance types, this parameter is set to none by default.
2031
1990
  * Default value: none.
@@ -2071,8 +2030,8 @@ export interface RosRecommendInstanceTypesProps {
2071
2030
  * cloud_ssd: standard SSD
2072
2031
  * cloud_essd: enhanced SSD (ESSD)
2073
2032
  * cloud: basic disk
2074
- * For non-I/O optimized instances, the default value is cloud.
2075
- * For I/O optimized instances, the default value is cloud_efficiency.
2033
+ * For non-I\/O optimized instances, the default value is cloud.
2034
+ * For I\/O optimized instances, the default value is cloud_efficiency.
2076
2035
  */
2077
2036
  readonly systemDiskCategory?: string | ros.IResolvable;
2078
2037
  /**
@@ -2088,17 +2047,15 @@ export interface RosRecommendInstanceTypesProps {
2088
2047
  readonly zoneMatchMode?: string | ros.IResolvable;
2089
2048
  }
2090
2049
  /**
2091
- * A ROS template type: `DATASOURCE::ECS::RecommendInstanceTypes`
2050
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::RecommendInstanceTypes`, which is used to query the recommended Elastic Compute Service (ECS) instance types.
2051
+ * @Note This class does not contain additional functions, so it is recommended to use the `RecommendInstanceTypes` class instead of this class for a more convenient development experience.
2052
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-recommendinstancetypes
2092
2053
  */
2093
2054
  export declare class RosRecommendInstanceTypes extends ros.RosResource {
2094
2055
  /**
2095
2056
  * The resource type name for this resource class.
2096
2057
  */
2097
2058
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::RecommendInstanceTypes";
2098
- /**
2099
- * A factory method that creates a new instance of this class from an object
2100
- * containing the properties of this ROS resource.
2101
- */
2102
2059
  /**
2103
2060
  * @Attribute InstanceTypeIds: The list of instance type ids. Note that instance type ids are not unique.
2104
2061
  */
@@ -2134,9 +2091,9 @@ export declare class RosRecommendInstanceTypes extends ros.RosResource {
2134
2091
  */
2135
2092
  instanceTypeFamilies: Array<string | ros.IResolvable> | ros.IResolvable | undefined;
2136
2093
  /**
2137
- * @Property ioOptimized: Specifies whether to match I/O optimized instances. The IoOptimized parameter cannot be specified when the instance is not I/O optimized. Valid values:
2138
- * optimized: matches I/O optimized instances.
2139
- * none: matches non-I/O optimized instances.
2094
+ * @Property ioOptimized: Specifies whether to match I\/O optimized instances. The IoOptimized parameter cannot be specified when the instance is not I\/O optimized. Valid values:
2095
+ * optimized: matches I\/O optimized instances.
2096
+ * none: matches non-I\/O optimized instances.
2140
2097
  * Default value: optimized.
2141
2098
  * If you query alternative instance types for retired instance types, this parameter is set to none by default.
2142
2099
  * Default value: none.
@@ -2182,8 +2139,8 @@ export declare class RosRecommendInstanceTypes extends ros.RosResource {
2182
2139
  * cloud_ssd: standard SSD
2183
2140
  * cloud_essd: enhanced SSD (ESSD)
2184
2141
  * cloud: basic disk
2185
- * For non-I/O optimized instances, the default value is cloud.
2186
- * For I/O optimized instances, the default value is cloud_efficiency.
2142
+ * For non-I\/O optimized instances, the default value is cloud.
2143
+ * For I\/O optimized instances, the default value is cloud_efficiency.
2187
2144
  */
2188
2145
  systemDiskCategory: string | ros.IResolvable | undefined;
2189
2146
  /**
@@ -2198,8 +2155,6 @@ export declare class RosRecommendInstanceTypes extends ros.RosResource {
2198
2155
  */
2199
2156
  zoneMatchMode: string | ros.IResolvable | undefined;
2200
2157
  /**
2201
- * Create a new `DATASOURCE::ECS::RecommendInstanceTypes`.
2202
- *
2203
2158
  * @param scope - scope in which this resource is defined
2204
2159
  * @param id - scoped id of the resource
2205
2160
  * @param props - resource properties
@@ -2215,7 +2170,8 @@ export declare class RosRecommendInstanceTypes extends ros.RosResource {
2215
2170
  };
2216
2171
  }
2217
2172
  /**
2218
- * Properties for defining a `DATASOURCE::ECS::SecurityGroups`
2173
+ * Properties for defining a `RosSecurityGroups`.
2174
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-securitygroups
2219
2175
  */
2220
2176
  export interface RosSecurityGroupsProps {
2221
2177
  /**
@@ -2258,17 +2214,15 @@ export interface RosSecurityGroupsProps {
2258
2214
  readonly vpcId?: string | ros.IResolvable;
2259
2215
  }
2260
2216
  /**
2261
- * A ROS template type: `DATASOURCE::ECS::SecurityGroups`
2217
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::SecurityGroups`, which is used to query the basic information about security groups.
2218
+ * @Note This class does not contain additional functions, so it is recommended to use the `SecurityGroups` class instead of this class for a more convenient development experience.
2219
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-securitygroups
2262
2220
  */
2263
2221
  export declare class RosSecurityGroups extends ros.RosResource {
2264
2222
  /**
2265
2223
  * The resource type name for this resource class.
2266
2224
  */
2267
2225
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::SecurityGroups";
2268
- /**
2269
- * A factory method that creates a new instance of this class from an object
2270
- * containing the properties of this ROS resource.
2271
- */
2272
2226
  /**
2273
2227
  * @Attribute SecurityGroupIds: The list of security group ids.
2274
2228
  */
@@ -2317,8 +2271,6 @@ export declare class RosSecurityGroups extends ros.RosResource {
2317
2271
  */
2318
2272
  vpcId: string | ros.IResolvable | undefined;
2319
2273
  /**
2320
- * Create a new `DATASOURCE::ECS::SecurityGroups`.
2321
- *
2322
2274
  * @param scope - scope in which this resource is defined
2323
2275
  * @param id - scoped id of the resource
2324
2276
  * @param props - resource properties
@@ -2349,7 +2301,8 @@ export declare namespace RosSecurityGroups {
2349
2301
  }
2350
2302
  }
2351
2303
  /**
2352
- * Properties for defining a `DATASOURCE::ECS::Snapshots`
2304
+ * Properties for defining a `RosSnapshots`.
2305
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-snapshots
2353
2306
  */
2354
2307
  export interface RosSnapshotsProps {
2355
2308
  /**
@@ -2434,17 +2387,15 @@ export interface RosSnapshotsProps {
2434
2387
  readonly usage?: string | ros.IResolvable;
2435
2388
  }
2436
2389
  /**
2437
- * A ROS template type: `DATASOURCE::ECS::Snapshots`
2390
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Snapshots`, which is used to query all snapshots of an Elastic Compute Service (ECS) instance or a disk.
2391
+ * @Note This class does not contain additional functions, so it is recommended to use the `Snapshots` class instead of this class for a more convenient development experience.
2392
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-snapshots
2438
2393
  */
2439
2394
  export declare class RosSnapshots extends ros.RosResource {
2440
2395
  /**
2441
2396
  * The resource type name for this resource class.
2442
2397
  */
2443
2398
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Snapshots";
2444
- /**
2445
- * A factory method that creates a new instance of this class from an object
2446
- * containing the properties of this ROS resource.
2447
- */
2448
2399
  /**
2449
2400
  * @Attribute SnapshotIds: the list of snapshot ids.
2450
2401
  */
@@ -2535,8 +2486,6 @@ export declare class RosSnapshots extends ros.RosResource {
2535
2486
  */
2536
2487
  usage: string | ros.IResolvable | undefined;
2537
2488
  /**
2538
- * Create a new `DATASOURCE::ECS::Snapshots`.
2539
- *
2540
2489
  * @param scope - scope in which this resource is defined
2541
2490
  * @param id - scoped id of the resource
2542
2491
  * @param props - resource properties
@@ -2582,7 +2531,8 @@ export declare namespace RosSnapshots {
2582
2531
  }
2583
2532
  }
2584
2533
  /**
2585
- * Properties for defining a `DATASOURCE::ECS::Zones`
2534
+ * Properties for defining a `RosZones`.
2535
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-zones
2586
2536
  */
2587
2537
  export interface RosZonesProps {
2588
2538
  /**
@@ -2606,9 +2556,9 @@ export interface RosZonesProps {
2606
2556
  */
2607
2557
  readonly instanceType?: string | ros.IResolvable;
2608
2558
  /**
2609
- * @Property ioOptimized: Specifies whether the instance is I/O optimized. Valid values:
2610
- * none: non-I/O optimized
2611
- * optimized: I/O optimized
2559
+ * @Property ioOptimized: Specifies whether the instance is I\/O optimized. Valid values:
2560
+ * none: non-I\/O optimized
2561
+ * optimized: I\/O optimized
2612
2562
  * Default value: optimized.
2613
2563
  */
2614
2564
  readonly ioOptimized?: string | ros.IResolvable;
@@ -2631,17 +2581,15 @@ export interface RosZonesProps {
2631
2581
  readonly systemDiskCategory?: string | ros.IResolvable;
2632
2582
  }
2633
2583
  /**
2634
- * A ROS template type: `DATASOURCE::ECS::Zones`
2584
+ * This class is a base encapsulation around the ROS resource type `DATASOURCE::ECS::Zones`, which is used to query zones.
2585
+ * @Note This class does not contain additional functions, so it is recommended to use the `Zones` class instead of this class for a more convenient development experience.
2586
+ * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-zones
2635
2587
  */
2636
2588
  export declare class RosZones extends ros.RosResource {
2637
2589
  /**
2638
2590
  * The resource type name for this resource class.
2639
2591
  */
2640
2592
  static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::ECS::Zones";
2641
- /**
2642
- * A factory method that creates a new instance of this class from an object
2643
- * containing the properties of this ROS resource.
2644
- */
2645
2593
  /**
2646
2594
  * @Attribute ZoneIds: The list of zone IDs.
2647
2595
  */
@@ -2672,9 +2620,9 @@ export declare class RosZones extends ros.RosResource {
2672
2620
  */
2673
2621
  instanceType: string | ros.IResolvable | undefined;
2674
2622
  /**
2675
- * @Property ioOptimized: Specifies whether the instance is I/O optimized. Valid values:
2676
- * none: non-I/O optimized
2677
- * optimized: I/O optimized
2623
+ * @Property ioOptimized: Specifies whether the instance is I\/O optimized. Valid values:
2624
+ * none: non-I\/O optimized
2625
+ * optimized: I\/O optimized
2678
2626
  * Default value: optimized.
2679
2627
  */
2680
2628
  ioOptimized: string | ros.IResolvable | undefined;
@@ -2696,8 +2644,6 @@ export declare class RosZones extends ros.RosResource {
2696
2644
  */
2697
2645
  systemDiskCategory: string | ros.IResolvable | undefined;
2698
2646
  /**
2699
- * Create a new `DATASOURCE::ECS::Zones`.
2700
- *
2701
2647
  * @param scope - scope in which this resource is defined
2702
2648
  * @param id - scoped id of the resource
2703
2649
  * @param props - resource properties