@alicloud/ecs20140526 7.8.3 → 7.8.5

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 (1319) hide show
  1. package/dist/client.d.ts +3396 -2906
  2. package/dist/client.js +3394 -2898
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AcceptInquiredSystemEventRequest.d.ts +7 -0
  5. package/dist/models/AcceptInquiredSystemEventRequest.js.map +1 -1
  6. package/dist/models/AcceptInquiredSystemEventResponseBody.d.ts +3 -0
  7. package/dist/models/AcceptInquiredSystemEventResponseBody.js.map +1 -1
  8. package/dist/models/ActivateRouterInterfaceRequest.d.ts +6 -0
  9. package/dist/models/ActivateRouterInterfaceRequest.js.map +1 -1
  10. package/dist/models/ActivateRouterInterfaceResponseBody.d.ts +4 -0
  11. package/dist/models/ActivateRouterInterfaceResponseBody.js.map +1 -1
  12. package/dist/models/AddBandwidthPackageIpsRequest.d.ts +10 -0
  13. package/dist/models/AddBandwidthPackageIpsRequest.js.map +1 -1
  14. package/dist/models/AddBandwidthPackageIpsResponseBody.d.ts +4 -0
  15. package/dist/models/AddBandwidthPackageIpsResponseBody.js.map +1 -1
  16. package/dist/models/AddTagsRequest.d.ts +32 -19
  17. package/dist/models/AddTagsRequest.js.map +1 -1
  18. package/dist/models/AddTagsResponseBody.d.ts +1 -1
  19. package/dist/models/AllocateDedicatedHostsRequest.d.ts +19 -15
  20. package/dist/models/AllocateDedicatedHostsRequest.js.map +1 -1
  21. package/dist/models/AllocateDedicatedHostsResponseBody.d.ts +1 -1
  22. package/dist/models/AllocateEipAddressRequest.d.ts +28 -0
  23. package/dist/models/AllocateEipAddressRequest.js.map +1 -1
  24. package/dist/models/AllocateEipAddressResponseBody.d.ts +12 -0
  25. package/dist/models/AllocateEipAddressResponseBody.js.map +1 -1
  26. package/dist/models/AllocatePublicIpAddressRequest.d.ts +1 -1
  27. package/dist/models/ApplyAutoSnapshotPolicyRequest.d.ts +2 -2
  28. package/dist/models/ApplyAutoSnapshotPolicyResponseBody.d.ts +1 -1
  29. package/dist/models/AssignIpv6addressesRequest.d.ts +6 -6
  30. package/dist/models/AssignPrivateIpAddressesRequest.d.ts +6 -5
  31. package/dist/models/AssignPrivateIpAddressesRequest.js.map +1 -1
  32. package/dist/models/AssociateHaVipRequest.d.ts +10 -0
  33. package/dist/models/AssociateHaVipRequest.js.map +1 -1
  34. package/dist/models/AssociateHaVipResponseBody.d.ts +4 -0
  35. package/dist/models/AssociateHaVipResponseBody.js.map +1 -1
  36. package/dist/models/AttachDiskRequest.d.ts +24 -16
  37. package/dist/models/AttachDiskRequest.js.map +1 -1
  38. package/dist/models/AttachInstanceRamRoleRequest.d.ts +1 -1
  39. package/dist/models/AuthorizeSecurityGroupEgressRequest.d.ts +65 -41
  40. package/dist/models/AuthorizeSecurityGroupEgressRequest.js.map +1 -1
  41. package/dist/models/AuthorizeSecurityGroupRequest.d.ts +64 -40
  42. package/dist/models/AuthorizeSecurityGroupRequest.js.map +1 -1
  43. package/dist/models/CancelAutoSnapshotPolicyRequest.d.ts +15 -2
  44. package/dist/models/CancelAutoSnapshotPolicyRequest.js.map +1 -1
  45. package/dist/models/CancelAutoSnapshotPolicyResponseBody.d.ts +1 -1
  46. package/dist/models/CancelImagePipelineExecutionRequest.d.ts +3 -3
  47. package/dist/models/CancelPhysicalConnectionRequest.d.ts +12 -0
  48. package/dist/models/CancelPhysicalConnectionRequest.js.map +1 -1
  49. package/dist/models/CancelPhysicalConnectionResponseBody.d.ts +4 -0
  50. package/dist/models/CancelPhysicalConnectionResponseBody.js.map +1 -1
  51. package/dist/models/CloneDisksRequest.d.ts +132 -0
  52. package/dist/models/CloneDisksRequest.js.map +1 -1
  53. package/dist/models/CloneDisksResponseBody.d.ts +6 -0
  54. package/dist/models/CloneDisksResponseBody.js.map +1 -1
  55. package/dist/models/ConnectRouterInterfaceRequest.d.ts +4 -0
  56. package/dist/models/ConnectRouterInterfaceRequest.js.map +1 -1
  57. package/dist/models/ConnectRouterInterfaceResponseBody.d.ts +4 -0
  58. package/dist/models/ConnectRouterInterfaceResponseBody.js.map +1 -1
  59. package/dist/models/CopyImageRequest.d.ts +7 -5
  60. package/dist/models/CopyImageRequest.js.map +1 -1
  61. package/dist/models/CopySnapshotRequest.d.ts +9 -8
  62. package/dist/models/CopySnapshotRequest.js.map +1 -1
  63. package/dist/models/CreateActivationRequest.d.ts +7 -0
  64. package/dist/models/CreateActivationRequest.js.map +1 -1
  65. package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +435 -299
  66. package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
  67. package/dist/models/CreateAutoProvisioningGroupResponseBody.d.ts +1 -1
  68. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +427 -294
  69. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.js.map +1 -1
  70. package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +26 -20
  71. package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
  72. package/dist/models/CreateCapacityReservationRequest.d.ts +24 -21
  73. package/dist/models/CreateCapacityReservationRequest.js.map +1 -1
  74. package/dist/models/CreateCapacityReservationResponseBody.d.ts +1 -1
  75. package/dist/models/CreateCommandRequest.d.ts +48 -30
  76. package/dist/models/CreateCommandRequest.js.map +1 -1
  77. package/dist/models/CreateDedicatedHostClusterRequest.d.ts +3 -2
  78. package/dist/models/CreateDedicatedHostClusterRequest.js.map +1 -1
  79. package/dist/models/CreateDeploymentSetRequest.d.ts +47 -21
  80. package/dist/models/CreateDeploymentSetRequest.js.map +1 -1
  81. package/dist/models/CreateDiagnosticMetricSetRequest.d.ts +2 -2
  82. package/dist/models/CreateDiagnosticReportRequest.d.ts +7 -7
  83. package/dist/models/CreateDiagnosticReportResponseBody.d.ts +1 -1
  84. package/dist/models/CreateDiagnosticReportShrinkRequest.d.ts +7 -7
  85. package/dist/models/CreateDiskRequest.d.ts +116 -95
  86. package/dist/models/CreateDiskRequest.js.map +1 -1
  87. package/dist/models/CreateDiskResponseBody.d.ts +4 -4
  88. package/dist/models/CreateElasticityAssuranceRequest.d.ts +34 -25
  89. package/dist/models/CreateElasticityAssuranceRequest.js.map +1 -1
  90. package/dist/models/CreateForwardEntryRequest.d.ts +14 -0
  91. package/dist/models/CreateForwardEntryRequest.js.map +1 -1
  92. package/dist/models/CreateForwardEntryResponseBody.d.ts +8 -0
  93. package/dist/models/CreateForwardEntryResponseBody.js.map +1 -1
  94. package/dist/models/CreateHaVipRequest.d.ts +16 -0
  95. package/dist/models/CreateHaVipRequest.js.map +1 -1
  96. package/dist/models/CreateHaVipResponseBody.d.ts +8 -0
  97. package/dist/models/CreateHaVipResponseBody.js.map +1 -1
  98. package/dist/models/CreateImageComponentRequest.d.ts +18 -12
  99. package/dist/models/CreateImageComponentRequest.js.map +1 -1
  100. package/dist/models/CreateImagePipelineRequest.d.ts +198 -145
  101. package/dist/models/CreateImagePipelineRequest.js.map +1 -1
  102. package/dist/models/CreateImagePipelineResponseBody.d.ts +1 -1
  103. package/dist/models/CreateImageRequest.d.ts +118 -71
  104. package/dist/models/CreateImageRequest.js.map +1 -1
  105. package/dist/models/CreateImageResponseBody.d.ts +2 -2
  106. package/dist/models/CreateInstanceRequest.d.ts +291 -196
  107. package/dist/models/CreateInstanceRequest.js.map +1 -1
  108. package/dist/models/CreateInstanceResponseBody.d.ts +2 -2
  109. package/dist/models/CreateKeyPairRequest.d.ts +1 -1
  110. package/dist/models/CreateLaunchTemplateRequest.d.ts +214 -125
  111. package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
  112. package/dist/models/CreateLaunchTemplateResponseBody.d.ts +1 -1
  113. package/dist/models/CreateLaunchTemplateVersionRequest.d.ts +185 -106
  114. package/dist/models/CreateLaunchTemplateVersionRequest.js.map +1 -1
  115. package/dist/models/CreateLaunchTemplateVersionResponseBody.d.ts +1 -1
  116. package/dist/models/CreateNatGatewayRequest.d.ts +36 -0
  117. package/dist/models/CreateNatGatewayRequest.js.map +1 -1
  118. package/dist/models/CreateNatGatewayResponseBody.d.ts +16 -0
  119. package/dist/models/CreateNatGatewayResponseBody.js.map +1 -1
  120. package/dist/models/CreateNetworkInterfacePermissionRequest.d.ts +5 -5
  121. package/dist/models/CreateNetworkInterfacePermissionResponseBody.d.ts +15 -12
  122. package/dist/models/CreateNetworkInterfacePermissionResponseBody.js.map +1 -1
  123. package/dist/models/CreateNetworkInterfaceRequest.d.ts +123 -97
  124. package/dist/models/CreateNetworkInterfaceRequest.js.map +1 -1
  125. package/dist/models/CreateNetworkInterfaceResponseBody.d.ts +39 -15
  126. package/dist/models/CreateNetworkInterfaceResponseBody.js.map +1 -1
  127. package/dist/models/CreatePhysicalConnectionRequest.d.ts +44 -0
  128. package/dist/models/CreatePhysicalConnectionRequest.js.map +1 -1
  129. package/dist/models/CreatePhysicalConnectionResponseBody.d.ts +8 -0
  130. package/dist/models/CreatePhysicalConnectionResponseBody.js.map +1 -1
  131. package/dist/models/CreatePlanMaintenanceWindowRequest.d.ts +61 -0
  132. package/dist/models/CreatePlanMaintenanceWindowRequest.js +2 -0
  133. package/dist/models/CreatePlanMaintenanceWindowRequest.js.map +1 -1
  134. package/dist/models/CreatePlanMaintenanceWindowResponseBody.d.ts +6 -0
  135. package/dist/models/CreatePlanMaintenanceWindowResponseBody.js.map +1 -1
  136. package/dist/models/CreatePlanMaintenanceWindowShrinkRequest.d.ts +20 -0
  137. package/dist/models/CreatePlanMaintenanceWindowShrinkRequest.js +2 -0
  138. package/dist/models/CreatePlanMaintenanceWindowShrinkRequest.js.map +1 -1
  139. package/dist/models/CreatePortRangeListRequest.d.ts +9 -8
  140. package/dist/models/CreatePortRangeListRequest.js.map +1 -1
  141. package/dist/models/CreatePrefixListRequest.d.ts +13 -8
  142. package/dist/models/CreatePrefixListRequest.js.map +1 -1
  143. package/dist/models/CreateRouteEntryRequest.d.ts +66 -0
  144. package/dist/models/CreateRouteEntryRequest.js.map +1 -1
  145. package/dist/models/CreateRouteEntryResponseBody.d.ts +4 -0
  146. package/dist/models/CreateRouteEntryResponseBody.js.map +1 -1
  147. package/dist/models/CreateRouterInterfaceRequest.d.ts +103 -0
  148. package/dist/models/CreateRouterInterfaceRequest.js.map +1 -1
  149. package/dist/models/CreateRouterInterfaceResponseBody.d.ts +12 -0
  150. package/dist/models/CreateRouterInterfaceResponseBody.js.map +1 -1
  151. package/dist/models/CreateSecurityGroupRequest.d.ts +3 -2
  152. package/dist/models/CreateSecurityGroupRequest.js.map +1 -1
  153. package/dist/models/CreateSimulatedSystemEventsRequest.d.ts +13 -7
  154. package/dist/models/CreateSimulatedSystemEventsRequest.js.map +1 -1
  155. package/dist/models/CreateSnapshotGroupRequest.d.ts +9 -7
  156. package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
  157. package/dist/models/CreateSnapshotRequest.d.ts +27 -28
  158. package/dist/models/CreateSnapshotRequest.js.map +1 -1
  159. package/dist/models/CreateSnapshotResponseBody.d.ts +2 -2
  160. package/dist/models/CreateStorageSetRequest.d.ts +0 -40
  161. package/dist/models/CreateStorageSetRequest.js.map +1 -1
  162. package/dist/models/CreateStorageSetResponseBody.d.ts +0 -14
  163. package/dist/models/CreateStorageSetResponseBody.js.map +1 -1
  164. package/dist/models/CreateVirtualBorderRouterRequest.d.ts +54 -0
  165. package/dist/models/CreateVirtualBorderRouterRequest.js.map +1 -1
  166. package/dist/models/CreateVirtualBorderRouterResponseBody.d.ts +8 -0
  167. package/dist/models/CreateVirtualBorderRouterResponseBody.js.map +1 -1
  168. package/dist/models/CreateVpcRequest.d.ts +26 -0
  169. package/dist/models/CreateVpcRequest.js.map +1 -1
  170. package/dist/models/CreateVpcResponseBody.d.ts +16 -0
  171. package/dist/models/CreateVpcResponseBody.js.map +1 -1
  172. package/dist/models/CreateVswitchRequest.d.ts +29 -0
  173. package/dist/models/CreateVswitchRequest.js.map +1 -1
  174. package/dist/models/CreateVswitchResponseBody.d.ts +8 -0
  175. package/dist/models/CreateVswitchResponseBody.js.map +1 -1
  176. package/dist/models/DeactivateRouterInterfaceRequest.d.ts +4 -0
  177. package/dist/models/DeactivateRouterInterfaceRequest.js.map +1 -1
  178. package/dist/models/DeactivateRouterInterfaceResponseBody.d.ts +4 -0
  179. package/dist/models/DeactivateRouterInterfaceResponseBody.js.map +1 -1
  180. package/dist/models/DeleteAutoProvisioningGroupRequest.d.ts +4 -3
  181. package/dist/models/DeleteAutoProvisioningGroupRequest.js.map +1 -1
  182. package/dist/models/DeleteBandwidthPackageRequest.d.ts +4 -0
  183. package/dist/models/DeleteBandwidthPackageRequest.js.map +1 -1
  184. package/dist/models/DeleteBandwidthPackageResponseBody.d.ts +4 -0
  185. package/dist/models/DeleteBandwidthPackageResponseBody.js.map +1 -1
  186. package/dist/models/DeleteDeploymentSetResponseBody.d.ts +1 -1
  187. package/dist/models/DeleteForwardEntryRequest.d.ts +9 -0
  188. package/dist/models/DeleteForwardEntryRequest.js.map +1 -1
  189. package/dist/models/DeleteForwardEntryResponseBody.d.ts +4 -0
  190. package/dist/models/DeleteForwardEntryResponseBody.js.map +1 -1
  191. package/dist/models/DeleteHaVipRequest.d.ts +8 -0
  192. package/dist/models/DeleteHaVipRequest.js.map +1 -1
  193. package/dist/models/DeleteHaVipResponseBody.d.ts +4 -0
  194. package/dist/models/DeleteHaVipResponseBody.js.map +1 -1
  195. package/dist/models/DeleteImageRequest.d.ts +6 -5
  196. package/dist/models/DeleteImageRequest.js.map +1 -1
  197. package/dist/models/DeleteInstanceRequest.d.ts +14 -11
  198. package/dist/models/DeleteInstanceRequest.js.map +1 -1
  199. package/dist/models/DeleteInstancesRequest.d.ts +14 -11
  200. package/dist/models/DeleteInstancesRequest.js.map +1 -1
  201. package/dist/models/DeleteKeyPairsRequest.d.ts +2 -2
  202. package/dist/models/DeleteNatGatewayRequest.d.ts +4 -0
  203. package/dist/models/DeleteNatGatewayRequest.js.map +1 -1
  204. package/dist/models/DeleteNatGatewayResponseBody.d.ts +4 -0
  205. package/dist/models/DeleteNatGatewayResponseBody.js.map +1 -1
  206. package/dist/models/DeleteNetworkInterfacePermissionRequest.d.ts +8 -0
  207. package/dist/models/DeleteNetworkInterfacePermissionRequest.js.map +1 -1
  208. package/dist/models/DeleteNetworkInterfacePermissionResponseBody.d.ts +4 -0
  209. package/dist/models/DeleteNetworkInterfacePermissionResponseBody.js.map +1 -1
  210. package/dist/models/DeletePhysicalConnectionRequest.d.ts +8 -0
  211. package/dist/models/DeletePhysicalConnectionRequest.js.map +1 -1
  212. package/dist/models/DeletePhysicalConnectionResponseBody.d.ts +4 -0
  213. package/dist/models/DeletePhysicalConnectionResponseBody.js.map +1 -1
  214. package/dist/models/DeletePlanMaintenanceWindowRequest.d.ts +4 -0
  215. package/dist/models/DeletePlanMaintenanceWindowRequest.js.map +1 -1
  216. package/dist/models/DeletePlanMaintenanceWindowResponseBody.d.ts +7 -0
  217. package/dist/models/DeletePlanMaintenanceWindowResponseBody.js.map +1 -1
  218. package/dist/models/DeletePortRangeListRequest.d.ts +1 -1
  219. package/dist/models/DeleteRouteEntryRequest.d.ts +28 -0
  220. package/dist/models/DeleteRouteEntryRequest.js.map +1 -1
  221. package/dist/models/DeleteRouteEntryResponseBody.d.ts +4 -0
  222. package/dist/models/DeleteRouteEntryResponseBody.js.map +1 -1
  223. package/dist/models/DeleteRouterInterfaceRequest.d.ts +14 -0
  224. package/dist/models/DeleteRouterInterfaceRequest.js.map +1 -1
  225. package/dist/models/DeleteRouterInterfaceResponseBody.d.ts +4 -0
  226. package/dist/models/DeleteRouterInterfaceResponseBody.js.map +1 -1
  227. package/dist/models/DeleteSnapshotRequest.d.ts +3 -2
  228. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  229. package/dist/models/DeleteStorageSetRequest.d.ts +0 -17
  230. package/dist/models/DeleteStorageSetRequest.js.map +1 -1
  231. package/dist/models/DeleteStorageSetResponseBody.d.ts +0 -7
  232. package/dist/models/DeleteStorageSetResponseBody.js.map +1 -1
  233. package/dist/models/DeleteVirtualBorderRouterRequest.d.ts +12 -0
  234. package/dist/models/DeleteVirtualBorderRouterRequest.js.map +1 -1
  235. package/dist/models/DeleteVirtualBorderRouterResponseBody.d.ts +4 -0
  236. package/dist/models/DeleteVirtualBorderRouterResponseBody.js.map +1 -1
  237. package/dist/models/DeleteVpcRequest.d.ts +6 -0
  238. package/dist/models/DeleteVpcRequest.js.map +1 -1
  239. package/dist/models/DeleteVpcResponseBody.d.ts +4 -0
  240. package/dist/models/DeleteVpcResponseBody.js.map +1 -1
  241. package/dist/models/DeleteVscResponseBody.d.ts +0 -3
  242. package/dist/models/DeleteVscResponseBody.js.map +1 -1
  243. package/dist/models/DeleteVswitchRequest.d.ts +6 -0
  244. package/dist/models/DeleteVswitchRequest.js.map +1 -1
  245. package/dist/models/DeleteVswitchResponseBody.d.ts +4 -0
  246. package/dist/models/DeleteVswitchResponseBody.js.map +1 -1
  247. package/dist/models/DeregisterManagedInstanceRequest.d.ts +7 -0
  248. package/dist/models/DeregisterManagedInstanceRequest.js.map +1 -1
  249. package/dist/models/DescribeAccessPointsRequest.d.ts +35 -0
  250. package/dist/models/DescribeAccessPointsRequest.js.map +1 -1
  251. package/dist/models/DescribeAccessPointsResponseBody.d.ts +20 -0
  252. package/dist/models/DescribeAccessPointsResponseBody.js.map +1 -1
  253. package/dist/models/DescribeAccountAttributesRequest.d.ts +17 -17
  254. package/dist/models/DescribeAutoProvisioningGroupHistoryRequest.d.ts +7 -7
  255. package/dist/models/DescribeAutoProvisioningGroupHistoryResponseBody.d.ts +8 -4
  256. package/dist/models/DescribeAutoProvisioningGroupHistoryResponseBody.js.map +1 -1
  257. package/dist/models/DescribeAutoProvisioningGroupsRequest.d.ts +10 -14
  258. package/dist/models/DescribeAutoProvisioningGroupsRequest.js.map +1 -1
  259. package/dist/models/DescribeAutoProvisioningGroupsResponseBody.d.ts +8 -4
  260. package/dist/models/DescribeAutoProvisioningGroupsResponseBody.js.map +1 -1
  261. package/dist/models/DescribeAutoSnapshotPolicyAssociationsRequest.d.ts +5 -4
  262. package/dist/models/DescribeAutoSnapshotPolicyAssociationsRequest.js.map +1 -1
  263. package/dist/models/DescribeAutoSnapshotPolicyExRequest.d.ts +2 -2
  264. package/dist/models/DescribeAvailableResourceRequest.d.ts +161 -0
  265. package/dist/models/DescribeAvailableResourceRequest.js.map +1 -1
  266. package/dist/models/DescribeAvailableResourceResponseBody.d.ts +7 -0
  267. package/dist/models/DescribeAvailableResourceResponseBody.js.map +1 -1
  268. package/dist/models/DescribeBandwidthLimitationRequest.d.ts +15 -10
  269. package/dist/models/DescribeBandwidthLimitationRequest.js.map +1 -1
  270. package/dist/models/DescribeBandwidthPackagesRequest.d.ts +18 -0
  271. package/dist/models/DescribeBandwidthPackagesRequest.js.map +1 -1
  272. package/dist/models/DescribeBandwidthPackagesResponseBody.d.ts +20 -0
  273. package/dist/models/DescribeBandwidthPackagesResponseBody.js.map +1 -1
  274. package/dist/models/DescribeCapacityReservationInstancesRequest.d.ts +3 -2
  275. package/dist/models/DescribeCapacityReservationInstancesRequest.js.map +1 -1
  276. package/dist/models/DescribeCapacityReservationsRequest.d.ts +32 -24
  277. package/dist/models/DescribeCapacityReservationsRequest.js.map +1 -1
  278. package/dist/models/DescribeCapacityReservationsResponseBody.d.ts +2 -2
  279. package/dist/models/DescribeCloudAssistantSettingsRequest.d.ts +1 -1
  280. package/dist/models/DescribeCloudAssistantSettingsResponseBody.d.ts +70 -9
  281. package/dist/models/DescribeCloudAssistantSettingsResponseBody.js.map +1 -1
  282. package/dist/models/DescribeCloudAssistantStatusRequest.d.ts +7 -5
  283. package/dist/models/DescribeCloudAssistantStatusRequest.js.map +1 -1
  284. package/dist/models/DescribeClustersRequest.d.ts +2 -0
  285. package/dist/models/DescribeClustersRequest.js.map +1 -1
  286. package/dist/models/DescribeClustersResponseBody.d.ts +8 -0
  287. package/dist/models/DescribeClustersResponseBody.js.map +1 -1
  288. package/dist/models/DescribeCommandsRequest.d.ts +36 -31
  289. package/dist/models/DescribeCommandsRequest.js.map +1 -1
  290. package/dist/models/DescribeCommandsResponseBody.d.ts +2 -2
  291. package/dist/models/DescribeDedicatedHostClustersRequest.d.ts +3 -3
  292. package/dist/models/DescribeDedicatedHostsRequest.d.ts +38 -30
  293. package/dist/models/DescribeDedicatedHostsRequest.js.map +1 -1
  294. package/dist/models/DescribeDedicatedHostsResponseBody.d.ts +4 -4
  295. package/dist/models/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.d.ts +5 -3
  296. package/dist/models/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.js.map +1 -1
  297. package/dist/models/DescribeDeploymentSetsRequest.d.ts +29 -11
  298. package/dist/models/DescribeDeploymentSetsRequest.js.map +1 -1
  299. package/dist/models/DescribeDeploymentSetsResponseBody.d.ts +8 -4
  300. package/dist/models/DescribeDeploymentSetsResponseBody.js.map +1 -1
  301. package/dist/models/DescribeDiagnosticMetricSetsRequest.d.ts +6 -4
  302. package/dist/models/DescribeDiagnosticMetricSetsRequest.js.map +1 -1
  303. package/dist/models/DescribeDiagnosticMetricSetsResponseBody.d.ts +5 -4
  304. package/dist/models/DescribeDiagnosticMetricSetsResponseBody.js.map +1 -1
  305. package/dist/models/DescribeDiagnosticMetricsRequest.d.ts +3 -2
  306. package/dist/models/DescribeDiagnosticMetricsRequest.js.map +1 -1
  307. package/dist/models/DescribeDiagnosticMetricsResponseBody.d.ts +7 -5
  308. package/dist/models/DescribeDiagnosticMetricsResponseBody.js.map +1 -1
  309. package/dist/models/DescribeDiagnosticReportAttributesRequest.d.ts +1 -1
  310. package/dist/models/DescribeDiagnosticReportAttributesResponseBody.d.ts +27 -19
  311. package/dist/models/DescribeDiagnosticReportAttributesResponseBody.js.map +1 -1
  312. package/dist/models/DescribeDiagnosticReportsRequest.d.ts +17 -10
  313. package/dist/models/DescribeDiagnosticReportsRequest.js.map +1 -1
  314. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +3 -2
  315. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
  316. package/dist/models/DescribeDiskMonitorDataRequest.d.ts +7 -5
  317. package/dist/models/DescribeDiskMonitorDataRequest.js.map +1 -1
  318. package/dist/models/DescribeDisksFullStatusRequest.d.ts +27 -15
  319. package/dist/models/DescribeDisksFullStatusRequest.js.map +1 -1
  320. package/dist/models/DescribeDisksRequest.d.ts +122 -106
  321. package/dist/models/DescribeDisksRequest.js.map +1 -1
  322. package/dist/models/DescribeDisksResponseBody.d.ts +4 -4
  323. package/dist/models/DescribeEipMonitorDataRequest.d.ts +14 -0
  324. package/dist/models/DescribeEipMonitorDataRequest.js.map +1 -1
  325. package/dist/models/DescribeEipMonitorDataResponseBody.d.ts +8 -0
  326. package/dist/models/DescribeEipMonitorDataResponseBody.js.map +1 -1
  327. package/dist/models/DescribeElasticityAssuranceAutoRenewAttributeRequest.d.ts +4 -3
  328. package/dist/models/DescribeElasticityAssuranceAutoRenewAttributeRequest.js.map +1 -1
  329. package/dist/models/DescribeElasticityAssurancesRequest.d.ts +31 -25
  330. package/dist/models/DescribeElasticityAssurancesRequest.js.map +1 -1
  331. package/dist/models/DescribeElasticityAssurancesResponseBody.d.ts +3 -3
  332. package/dist/models/DescribeEniMonitorDataRequest.d.ts +5 -3
  333. package/dist/models/DescribeEniMonitorDataRequest.js.map +1 -1
  334. package/dist/models/DescribeForwardTableEntriesRequest.d.ts +16 -0
  335. package/dist/models/DescribeForwardTableEntriesRequest.js.map +1 -1
  336. package/dist/models/DescribeForwardTableEntriesResponseBody.d.ts +20 -0
  337. package/dist/models/DescribeForwardTableEntriesResponseBody.js.map +1 -1
  338. package/dist/models/DescribeHaVipsRequest.d.ts +34 -0
  339. package/dist/models/DescribeHaVipsRequest.js.map +1 -1
  340. package/dist/models/DescribeHaVipsResponseBody.d.ts +20 -0
  341. package/dist/models/DescribeHaVipsResponseBody.js.map +1 -1
  342. package/dist/models/DescribeHpcClustersRequest.d.ts +10 -17
  343. package/dist/models/DescribeHpcClustersRequest.js.map +1 -1
  344. package/dist/models/DescribeHpcClustersResponseBody.d.ts +4 -4
  345. package/dist/models/DescribeImageComponentsRequest.d.ts +14 -11
  346. package/dist/models/DescribeImageComponentsRequest.js.map +1 -1
  347. package/dist/models/DescribeImageFromFamilyResponseBody.d.ts +23 -14
  348. package/dist/models/DescribeImageFromFamilyResponseBody.js.map +1 -1
  349. package/dist/models/DescribeImagePipelineExecutionsRequest.d.ts +37 -24
  350. package/dist/models/DescribeImagePipelineExecutionsRequest.js.map +1 -1
  351. package/dist/models/DescribeImagePipelineExecutionsResponseBody.d.ts +8 -6
  352. package/dist/models/DescribeImagePipelineExecutionsResponseBody.js.map +1 -1
  353. package/dist/models/DescribeImagePipelinesRequest.d.ts +10 -10
  354. package/dist/models/DescribeImagePipelinesResponseBody.d.ts +3 -3
  355. package/dist/models/DescribeImageSharePermissionResponseBody.d.ts +1 -1
  356. package/dist/models/DescribeImageSupportInstanceTypesRequest.d.ts +3 -2
  357. package/dist/models/DescribeImageSupportInstanceTypesRequest.js.map +1 -1
  358. package/dist/models/DescribeImageSupportInstanceTypesResponseBody.d.ts +20 -19
  359. package/dist/models/DescribeImageSupportInstanceTypesResponseBody.js.map +1 -1
  360. package/dist/models/DescribeImagesRequest.d.ts +101 -68
  361. package/dist/models/DescribeImagesRequest.js.map +1 -1
  362. package/dist/models/DescribeImagesResponseBody.d.ts +5 -5
  363. package/dist/models/DescribeInstanceAttributeResponseBody.d.ts +76 -30
  364. package/dist/models/DescribeInstanceAttributeResponseBody.js.map +1 -1
  365. package/dist/models/DescribeInstanceAutoRenewAttributeRequest.d.ts +12 -10
  366. package/dist/models/DescribeInstanceAutoRenewAttributeRequest.js.map +1 -1
  367. package/dist/models/DescribeInstanceAutoRenewAttributeResponseBody.d.ts +5 -1
  368. package/dist/models/DescribeInstanceAutoRenewAttributeResponseBody.js.map +1 -1
  369. package/dist/models/DescribeInstanceHistoryEventsRequest.d.ts +83 -48
  370. package/dist/models/DescribeInstanceHistoryEventsRequest.js.map +1 -1
  371. package/dist/models/DescribeInstanceHistoryEventsResponseBody.d.ts +6 -6
  372. package/dist/models/DescribeInstanceModificationPriceRequest.d.ts +40 -39
  373. package/dist/models/DescribeInstanceModificationPriceRequest.js.map +1 -1
  374. package/dist/models/DescribeInstanceModificationPriceResponseBody.d.ts +8 -7
  375. package/dist/models/DescribeInstanceModificationPriceResponseBody.js.map +1 -1
  376. package/dist/models/DescribeInstanceMonitorDataRequest.d.ts +5 -3
  377. package/dist/models/DescribeInstanceMonitorDataRequest.js.map +1 -1
  378. package/dist/models/DescribeInstanceRamRoleRequest.d.ts +2 -2
  379. package/dist/models/DescribeInstanceStatusRequest.d.ts +1 -1
  380. package/dist/models/DescribeInstanceTopologyRequest.d.ts +0 -12
  381. package/dist/models/DescribeInstanceTopologyRequest.js.map +1 -1
  382. package/dist/models/DescribeInstanceTopologyResponseBody.d.ts +0 -7
  383. package/dist/models/DescribeInstanceTopologyResponseBody.js.map +1 -1
  384. package/dist/models/DescribeInstanceTypeFamiliesRequest.d.ts +11 -6
  385. package/dist/models/DescribeInstanceTypeFamiliesRequest.js.map +1 -1
  386. package/dist/models/DescribeInstanceTypeFamiliesResponseBody.d.ts +1 -1
  387. package/dist/models/DescribeInstanceTypesRequest.d.ts +111 -92
  388. package/dist/models/DescribeInstanceTypesRequest.js.map +1 -1
  389. package/dist/models/DescribeInstanceTypesResponseBody.d.ts +6 -2
  390. package/dist/models/DescribeInstanceTypesResponseBody.js.map +1 -1
  391. package/dist/models/DescribeInstanceVncUrlResponseBody.d.ts +1 -1
  392. package/dist/models/DescribeInstancesFullStatusRequest.d.ts +30 -17
  393. package/dist/models/DescribeInstancesFullStatusRequest.js.map +1 -1
  394. package/dist/models/DescribeInstancesRequest.d.ts +84 -68
  395. package/dist/models/DescribeInstancesRequest.js.map +1 -1
  396. package/dist/models/DescribeInstancesResponseBody.d.ts +4 -4
  397. package/dist/models/DescribeInvocationResultsRequest.d.ts +56 -66
  398. package/dist/models/DescribeInvocationResultsRequest.js.map +1 -1
  399. package/dist/models/DescribeInvocationResultsResponseBody.d.ts +30 -23
  400. package/dist/models/DescribeInvocationResultsResponseBody.js.map +1 -1
  401. package/dist/models/DescribeInvocationsRequest.d.ts +105 -17
  402. package/dist/models/DescribeInvocationsRequest.js.map +1 -1
  403. package/dist/models/DescribeInvocationsResponseBody.d.ts +5 -48
  404. package/dist/models/DescribeInvocationsResponseBody.js.map +1 -1
  405. package/dist/models/DescribeKeyPairsRequest.d.ts +8 -5
  406. package/dist/models/DescribeKeyPairsRequest.js.map +1 -1
  407. package/dist/models/DescribeLaunchTemplateVersionsRequest.d.ts +3 -2
  408. package/dist/models/DescribeLaunchTemplateVersionsRequest.js.map +1 -1
  409. package/dist/models/DescribeLaunchTemplatesRequest.d.ts +8 -6
  410. package/dist/models/DescribeLaunchTemplatesRequest.js.map +1 -1
  411. package/dist/models/DescribeLockedSnapshotsRequest.d.ts +16 -12
  412. package/dist/models/DescribeLockedSnapshotsRequest.js.map +1 -1
  413. package/dist/models/DescribeLockedSnapshotsResponseBody.d.ts +18 -11
  414. package/dist/models/DescribeLockedSnapshotsResponseBody.js.map +1 -1
  415. package/dist/models/DescribeManagedInstancesRequest.d.ts +27 -14
  416. package/dist/models/DescribeManagedInstancesRequest.js.map +1 -1
  417. package/dist/models/DescribeManagedInstancesResponseBody.d.ts +3 -2
  418. package/dist/models/DescribeManagedInstancesResponseBody.js.map +1 -1
  419. package/dist/models/DescribeNatGatewaysRequest.d.ts +18 -0
  420. package/dist/models/DescribeNatGatewaysRequest.js.map +1 -1
  421. package/dist/models/DescribeNatGatewaysResponseBody.d.ts +20 -0
  422. package/dist/models/DescribeNatGatewaysResponseBody.js.map +1 -1
  423. package/dist/models/DescribeNetworkInterfaceAttributeRequest.d.ts +8 -10
  424. package/dist/models/DescribeNetworkInterfaceAttributeRequest.js.map +1 -1
  425. package/dist/models/DescribeNetworkInterfaceAttributeResponseBody.d.ts +90 -82
  426. package/dist/models/DescribeNetworkInterfaceAttributeResponseBody.js.map +1 -1
  427. package/dist/models/DescribeNetworkInterfacePermissionsRequest.d.ts +8 -8
  428. package/dist/models/DescribeNetworkInterfacePermissionsResponseBody.d.ts +5 -1
  429. package/dist/models/DescribeNetworkInterfacePermissionsResponseBody.js.map +1 -1
  430. package/dist/models/DescribeNetworkInterfacesRequest.d.ts +21 -14
  431. package/dist/models/DescribeNetworkInterfacesRequest.js.map +1 -1
  432. package/dist/models/DescribeNewProjectEipMonitorDataRequest.d.ts +14 -0
  433. package/dist/models/DescribeNewProjectEipMonitorDataRequest.js.map +1 -1
  434. package/dist/models/DescribeNewProjectEipMonitorDataResponseBody.d.ts +8 -0
  435. package/dist/models/DescribeNewProjectEipMonitorDataResponseBody.js.map +1 -1
  436. package/dist/models/DescribePhysicalConnectionsRequest.d.ts +48 -0
  437. package/dist/models/DescribePhysicalConnectionsRequest.js.map +1 -1
  438. package/dist/models/DescribePhysicalConnectionsResponseBody.d.ts +20 -0
  439. package/dist/models/DescribePhysicalConnectionsResponseBody.js.map +1 -1
  440. package/dist/models/DescribePlanMaintenanceWindowsRequest.d.ts +42 -0
  441. package/dist/models/DescribePlanMaintenanceWindowsRequest.js.map +1 -1
  442. package/dist/models/DescribePlanMaintenanceWindowsResponseBody.d.ts +88 -0
  443. package/dist/models/DescribePlanMaintenanceWindowsResponseBody.js +2 -0
  444. package/dist/models/DescribePlanMaintenanceWindowsResponseBody.js.map +1 -1
  445. package/dist/models/DescribePlanMaintenanceWindowsShrinkRequest.d.ts +28 -0
  446. package/dist/models/DescribePlanMaintenanceWindowsShrinkRequest.js.map +1 -1
  447. package/dist/models/DescribePortRangeListEntriesRequest.d.ts +2 -2
  448. package/dist/models/DescribePortRangeListEntriesResponseBody.d.ts +1 -1
  449. package/dist/models/DescribePortRangeListsRequest.d.ts +5 -4
  450. package/dist/models/DescribePortRangeListsRequest.js.map +1 -1
  451. package/dist/models/DescribePrefixListAttributesResponseBody.d.ts +3 -2
  452. package/dist/models/DescribePrefixListAttributesResponseBody.js.map +1 -1
  453. package/dist/models/DescribePrefixListsRequest.d.ts +3 -2
  454. package/dist/models/DescribePrefixListsRequest.js.map +1 -1
  455. package/dist/models/DescribePriceRequest.d.ts +254 -135
  456. package/dist/models/DescribePriceRequest.js.map +1 -1
  457. package/dist/models/DescribePriceResponseBody.d.ts +15 -15
  458. package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +42 -28
  459. package/dist/models/DescribeRecommendInstanceTypeRequest.js.map +1 -1
  460. package/dist/models/DescribeRegionsRequest.d.ts +21 -10
  461. package/dist/models/DescribeRegionsRequest.js.map +1 -1
  462. package/dist/models/DescribeRenewalPriceRequest.d.ts +18 -16
  463. package/dist/models/DescribeRenewalPriceRequest.js.map +1 -1
  464. package/dist/models/DescribeRenewalPriceResponseBody.d.ts +55 -9
  465. package/dist/models/DescribeRenewalPriceResponseBody.js +53 -1
  466. package/dist/models/DescribeRenewalPriceResponseBody.js.map +1 -1
  467. package/dist/models/DescribeReservedInstancesRequest.d.ts +18 -13
  468. package/dist/models/DescribeReservedInstancesRequest.js.map +1 -1
  469. package/dist/models/DescribeResourceByTagsRequest.d.ts +29 -18
  470. package/dist/models/DescribeResourceByTagsRequest.js.map +1 -1
  471. package/dist/models/DescribeResourceByTagsResponseBody.d.ts +1 -1
  472. package/dist/models/DescribeResourcesModificationRequest.d.ts +21 -16
  473. package/dist/models/DescribeResourcesModificationRequest.js.map +1 -1
  474. package/dist/models/DescribeRouteTablesRequest.d.ts +35 -0
  475. package/dist/models/DescribeRouteTablesRequest.js.map +1 -1
  476. package/dist/models/DescribeRouteTablesResponseBody.d.ts +20 -0
  477. package/dist/models/DescribeRouteTablesResponseBody.js.map +1 -1
  478. package/dist/models/DescribeRouterInterfacesRequest.d.ts +42 -0
  479. package/dist/models/DescribeRouterInterfacesRequest.js.map +1 -1
  480. package/dist/models/DescribeRouterInterfacesResponseBody.d.ts +20 -0
  481. package/dist/models/DescribeRouterInterfacesResponseBody.js.map +1 -1
  482. package/dist/models/DescribeSecurityGroupAttributeRequest.d.ts +18 -14
  483. package/dist/models/DescribeSecurityGroupAttributeRequest.js.map +1 -1
  484. package/dist/models/DescribeSecurityGroupAttributeResponseBody.d.ts +3 -2
  485. package/dist/models/DescribeSecurityGroupAttributeResponseBody.js.map +1 -1
  486. package/dist/models/DescribeSecurityGroupsRequest.d.ts +15 -11
  487. package/dist/models/DescribeSecurityGroupsRequest.js.map +1 -1
  488. package/dist/models/DescribeSendFileResultsRequest.d.ts +11 -7
  489. package/dist/models/DescribeSendFileResultsRequest.js.map +1 -1
  490. package/dist/models/DescribeSnapshotGroupsRequest.d.ts +5 -3
  491. package/dist/models/DescribeSnapshotGroupsRequest.js.map +1 -1
  492. package/dist/models/DescribeSnapshotLinksRequest.d.ts +3 -2
  493. package/dist/models/DescribeSnapshotLinksRequest.js.map +1 -1
  494. package/dist/models/DescribeSnapshotMonitorDataRequest.d.ts +10 -6
  495. package/dist/models/DescribeSnapshotMonitorDataRequest.js.map +1 -1
  496. package/dist/models/DescribeSnapshotsRequest.d.ts +62 -47
  497. package/dist/models/DescribeSnapshotsRequest.js.map +1 -1
  498. package/dist/models/DescribeSnapshotsResponseBody.d.ts +8 -4
  499. package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
  500. package/dist/models/DescribeSpotAdviceRequest.d.ts +12 -7
  501. package/dist/models/DescribeSpotAdviceRequest.js.map +1 -1
  502. package/dist/models/DescribeSpotPriceHistoryRequest.d.ts +11 -7
  503. package/dist/models/DescribeSpotPriceHistoryRequest.js.map +1 -1
  504. package/dist/models/DescribeStorageCapacityUnitsRequest.d.ts +3 -2
  505. package/dist/models/DescribeStorageCapacityUnitsRequest.js.map +1 -1
  506. package/dist/models/DescribeStorageSetDetailsRequest.d.ts +0 -53
  507. package/dist/models/DescribeStorageSetDetailsRequest.js.map +1 -1
  508. package/dist/models/DescribeStorageSetDetailsResponseBody.d.ts +0 -28
  509. package/dist/models/DescribeStorageSetDetailsResponseBody.js.map +1 -1
  510. package/dist/models/DescribeStorageSetsRequest.d.ts +0 -51
  511. package/dist/models/DescribeStorageSetsRequest.js.map +1 -1
  512. package/dist/models/DescribeStorageSetsResponseBody.d.ts +0 -28
  513. package/dist/models/DescribeStorageSetsResponseBody.js.map +1 -1
  514. package/dist/models/DescribeTagsRequest.d.ts +39 -26
  515. package/dist/models/DescribeTagsRequest.js.map +1 -1
  516. package/dist/models/DescribeTagsResponseBody.d.ts +2 -2
  517. package/dist/models/DescribeTaskAttributeResponseBody.d.ts +3 -2
  518. package/dist/models/DescribeTaskAttributeResponseBody.js.map +1 -1
  519. package/dist/models/DescribeTasksRequest.d.ts +23 -9
  520. package/dist/models/DescribeTasksRequest.js.map +1 -1
  521. package/dist/models/DescribeUserBusinessBehaviorRequest.d.ts +6 -0
  522. package/dist/models/DescribeUserBusinessBehaviorRequest.js.map +1 -1
  523. package/dist/models/DescribeUserBusinessBehaviorResponseBody.d.ts +8 -0
  524. package/dist/models/DescribeUserBusinessBehaviorResponseBody.js.map +1 -1
  525. package/dist/models/DescribeUserDataResponseBody.d.ts +1 -1
  526. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.d.ts +24 -0
  527. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.js.map +1 -1
  528. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.d.ts +20 -0
  529. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.js.map +1 -1
  530. package/dist/models/DescribeVirtualBorderRoutersRequest.d.ts +22 -0
  531. package/dist/models/DescribeVirtualBorderRoutersRequest.js.map +1 -1
  532. package/dist/models/DescribeVirtualBorderRoutersResponseBody.d.ts +20 -0
  533. package/dist/models/DescribeVirtualBorderRoutersResponseBody.js.map +1 -1
  534. package/dist/models/DescribeVpcsRequest.d.ts +18 -0
  535. package/dist/models/DescribeVpcsRequest.js.map +1 -1
  536. package/dist/models/DescribeVpcsResponseBody.d.ts +20 -0
  537. package/dist/models/DescribeVpcsResponseBody.js.map +1 -1
  538. package/dist/models/DescribeVroutersRequest.d.ts +20 -0
  539. package/dist/models/DescribeVroutersRequest.js.map +1 -1
  540. package/dist/models/DescribeVroutersResponseBody.d.ts +20 -0
  541. package/dist/models/DescribeVroutersResponseBody.js.map +1 -1
  542. package/dist/models/DescribeVscsResponseBody.d.ts +0 -10
  543. package/dist/models/DescribeVscsResponseBody.js.map +1 -1
  544. package/dist/models/DescribeVswitchesRequest.d.ts +35 -0
  545. package/dist/models/DescribeVswitchesRequest.js.map +1 -1
  546. package/dist/models/DescribeVswitchesResponseBody.d.ts +20 -0
  547. package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
  548. package/dist/models/DescribeZonesRequest.d.ts +24 -14
  549. package/dist/models/DescribeZonesRequest.js.map +1 -1
  550. package/dist/models/DetachDiskRequest.d.ts +13 -8
  551. package/dist/models/DetachDiskRequest.js.map +1 -1
  552. package/dist/models/DetachNetworkInterfaceRequest.d.ts +1 -1
  553. package/dist/models/EnableNetworkInterfaceQoSrequest.d.ts +4 -0
  554. package/dist/models/EnableNetworkInterfaceQoSrequest.js.map +1 -1
  555. package/dist/models/EnableNetworkInterfaceQoSresponseBody.d.ts +3 -0
  556. package/dist/models/EnableNetworkInterfaceQoSresponseBody.js.map +1 -1
  557. package/dist/models/EnablePhysicalConnectionRequest.d.ts +14 -0
  558. package/dist/models/EnablePhysicalConnectionRequest.js.map +1 -1
  559. package/dist/models/EnablePhysicalConnectionResponseBody.d.ts +4 -0
  560. package/dist/models/EnablePhysicalConnectionResponseBody.js.map +1 -1
  561. package/dist/models/ExportImageRequest.d.ts +24 -11
  562. package/dist/models/ExportImageRequest.js.map +1 -1
  563. package/dist/models/ExportImageResponseBody.d.ts +1 -1
  564. package/dist/models/ExportSnapshotRequest.d.ts +10 -0
  565. package/dist/models/ExportSnapshotRequest.js.map +1 -1
  566. package/dist/models/ExportSnapshotResponseBody.d.ts +8 -0
  567. package/dist/models/ExportSnapshotResponseBody.js.map +1 -1
  568. package/dist/models/GetInstanceConsoleOutputRequest.d.ts +3 -2
  569. package/dist/models/GetInstanceConsoleOutputRequest.js.map +1 -1
  570. package/dist/models/ImportImageRequest.d.ts +129 -88
  571. package/dist/models/ImportImageRequest.js.map +1 -1
  572. package/dist/models/ImportKeyPairRequest.d.ts +3 -3
  573. package/dist/models/InvokeCommandRequest.d.ts +100 -62
  574. package/dist/models/InvokeCommandRequest.js.map +1 -1
  575. package/dist/models/InvokeCommandShrinkRequest.d.ts +100 -62
  576. package/dist/models/InvokeCommandShrinkRequest.js.map +1 -1
  577. package/dist/models/JoinResourceGroupRequest.d.ts +25 -13
  578. package/dist/models/JoinResourceGroupRequest.js.map +1 -1
  579. package/dist/models/JoinSecurityGroupRequest.d.ts +9 -8
  580. package/dist/models/JoinSecurityGroupRequest.js.map +1 -1
  581. package/dist/models/LeaveSecurityGroupRequest.d.ts +3 -2
  582. package/dist/models/LeaveSecurityGroupRequest.js.map +1 -1
  583. package/dist/models/ListPluginStatusRequest.d.ts +6 -6
  584. package/dist/models/ListTagResourcesRequest.d.ts +69 -43
  585. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  586. package/dist/models/ListTagResourcesResponseBody.d.ts +1 -1
  587. package/dist/models/LockSnapshotRequest.d.ts +14 -13
  588. package/dist/models/LockSnapshotRequest.js.map +1 -1
  589. package/dist/models/LockSnapshotResponseBody.d.ts +20 -11
  590. package/dist/models/LockSnapshotResponseBody.js.map +1 -1
  591. package/dist/models/ModifyAutoProvisioningGroupRequest.d.ts +13 -9
  592. package/dist/models/ModifyAutoProvisioningGroupRequest.js.map +1 -1
  593. package/dist/models/ModifyAutoSnapshotPolicyExRequest.d.ts +16 -10
  594. package/dist/models/ModifyAutoSnapshotPolicyExRequest.js.map +1 -1
  595. package/dist/models/ModifyBandwidthPackageSpecRequest.d.ts +6 -0
  596. package/dist/models/ModifyBandwidthPackageSpecRequest.js.map +1 -1
  597. package/dist/models/ModifyBandwidthPackageSpecResponseBody.d.ts +4 -0
  598. package/dist/models/ModifyBandwidthPackageSpecResponseBody.js.map +1 -1
  599. package/dist/models/ModifyCapacityReservationRequest.d.ts +6 -4
  600. package/dist/models/ModifyCapacityReservationRequest.js.map +1 -1
  601. package/dist/models/ModifyCloudAssistantSettingsRequest.d.ts +158 -38
  602. package/dist/models/ModifyCloudAssistantSettingsRequest.js.map +1 -1
  603. package/dist/models/ModifyCloudAssistantSettingsShrinkRequest.d.ts +21 -10
  604. package/dist/models/ModifyCloudAssistantSettingsShrinkRequest.js.map +1 -1
  605. package/dist/models/ModifyCommandRequest.d.ts +1 -1
  606. package/dist/models/ModifyDedicatedHostAttributeRequest.d.ts +7 -5
  607. package/dist/models/ModifyDedicatedHostAttributeRequest.js.map +1 -1
  608. package/dist/models/ModifyDedicatedHostAutoReleaseTimeRequest.d.ts +7 -4
  609. package/dist/models/ModifyDedicatedHostAutoReleaseTimeRequest.js.map +1 -1
  610. package/dist/models/ModifyDedicatedHostAutoReleaseTimeResponseBody.d.ts +1 -1
  611. package/dist/models/ModifyDedicatedHostAutoRenewAttributeRequest.d.ts +19 -12
  612. package/dist/models/ModifyDedicatedHostAutoRenewAttributeRequest.js.map +1 -1
  613. package/dist/models/ModifyDedicatedHostsChargeTypeRequest.d.ts +16 -11
  614. package/dist/models/ModifyDedicatedHostsChargeTypeRequest.js.map +1 -1
  615. package/dist/models/ModifyDeploymentSetAttributeRequest.d.ts +10 -3
  616. package/dist/models/ModifyDeploymentSetAttributeRequest.js.map +1 -1
  617. package/dist/models/ModifyDeploymentSetAttributeResponseBody.d.ts +1 -1
  618. package/dist/models/ModifyDiagnosticMetricSetRequest.d.ts +1 -1
  619. package/dist/models/ModifyDiskAttributeRequest.d.ts +17 -13
  620. package/dist/models/ModifyDiskAttributeRequest.js.map +1 -1
  621. package/dist/models/ModifyDiskChargeTypeRequest.d.ts +8 -6
  622. package/dist/models/ModifyDiskChargeTypeRequest.js.map +1 -1
  623. package/dist/models/ModifyDiskChargeTypeResponseBody.d.ts +1 -1
  624. package/dist/models/ModifyDiskDeploymentRequest.d.ts +17 -14
  625. package/dist/models/ModifyDiskDeploymentRequest.js.map +1 -1
  626. package/dist/models/ModifyDiskDeploymentResponseBody.d.ts +2 -2
  627. package/dist/models/ModifyDiskSpecRequest.d.ts +20 -13
  628. package/dist/models/ModifyDiskSpecRequest.js.map +1 -1
  629. package/dist/models/ModifyDiskSpecResponseBody.d.ts +2 -2
  630. package/dist/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.d.ts +12 -8
  631. package/dist/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.js.map +1 -1
  632. package/dist/models/ModifyElasticityAssuranceRequest.d.ts +15 -11
  633. package/dist/models/ModifyElasticityAssuranceRequest.js.map +1 -1
  634. package/dist/models/ModifyForwardEntryRequest.d.ts +26 -0
  635. package/dist/models/ModifyForwardEntryRequest.js.map +1 -1
  636. package/dist/models/ModifyForwardEntryResponseBody.d.ts +4 -0
  637. package/dist/models/ModifyForwardEntryResponseBody.js.map +1 -1
  638. package/dist/models/ModifyHaVipAttributeRequest.d.ts +12 -0
  639. package/dist/models/ModifyHaVipAttributeRequest.js.map +1 -1
  640. package/dist/models/ModifyHaVipAttributeResponseBody.d.ts +4 -0
  641. package/dist/models/ModifyHaVipAttributeResponseBody.js.map +1 -1
  642. package/dist/models/ModifyHpcClusterAttributeRequest.d.ts +2 -2
  643. package/dist/models/ModifyImageAttributeRequest.d.ts +40 -27
  644. package/dist/models/ModifyImageAttributeRequest.js.map +1 -1
  645. package/dist/models/ModifyImageAttributeResponseBody.d.ts +1 -1
  646. package/dist/models/ModifyImageShareGroupPermissionRequest.d.ts +4 -0
  647. package/dist/models/ModifyImageShareGroupPermissionRequest.js.map +1 -1
  648. package/dist/models/ModifyImageShareGroupPermissionResponseBody.d.ts +4 -0
  649. package/dist/models/ModifyImageShareGroupPermissionResponseBody.js.map +1 -1
  650. package/dist/models/ModifyImageSharePermissionRequest.d.ts +15 -8
  651. package/dist/models/ModifyImageSharePermissionRequest.js.map +1 -1
  652. package/dist/models/ModifyImageSharePermissionResponseBody.d.ts +1 -1
  653. package/dist/models/ModifyInstanceAttachmentAttributesRequest.d.ts +8 -5
  654. package/dist/models/ModifyInstanceAttachmentAttributesRequest.js.map +1 -1
  655. package/dist/models/ModifyInstanceAttributeRequest.d.ts +122 -75
  656. package/dist/models/ModifyInstanceAttributeRequest.js.map +1 -1
  657. package/dist/models/ModifyInstanceAutoReleaseTimeRequest.d.ts +5 -3
  658. package/dist/models/ModifyInstanceAutoReleaseTimeRequest.js.map +1 -1
  659. package/dist/models/ModifyInstanceAutoReleaseTimeResponseBody.d.ts +1 -1
  660. package/dist/models/ModifyInstanceAutoRenewAttributeRequest.d.ts +14 -9
  661. package/dist/models/ModifyInstanceAutoRenewAttributeRequest.js.map +1 -1
  662. package/dist/models/ModifyInstanceChargeTypeRequest.d.ts +16 -11
  663. package/dist/models/ModifyInstanceChargeTypeRequest.js.map +1 -1
  664. package/dist/models/ModifyInstanceClockOptionsRequest.d.ts +6 -4
  665. package/dist/models/ModifyInstanceClockOptionsRequest.js.map +1 -1
  666. package/dist/models/ModifyInstanceDeploymentRequest.d.ts +19 -14
  667. package/dist/models/ModifyInstanceDeploymentRequest.js.map +1 -1
  668. package/dist/models/ModifyInstanceMaintenanceAttributesRequest.d.ts +8 -5
  669. package/dist/models/ModifyInstanceMaintenanceAttributesRequest.js.map +1 -1
  670. package/dist/models/ModifyInstanceMetadataOptionsRequest.d.ts +15 -12
  671. package/dist/models/ModifyInstanceMetadataOptionsRequest.js.map +1 -1
  672. package/dist/models/ModifyInstanceNetworkOptionsRequest.d.ts +9 -5
  673. package/dist/models/ModifyInstanceNetworkOptionsRequest.js.map +1 -1
  674. package/dist/models/ModifyInstanceNetworkSpecRequest.d.ts +19 -14
  675. package/dist/models/ModifyInstanceNetworkSpecRequest.js.map +1 -1
  676. package/dist/models/ModifyInstanceSpecRequest.d.ts +30 -24
  677. package/dist/models/ModifyInstanceSpecRequest.js.map +1 -1
  678. package/dist/models/ModifyInstanceVpcAttributeRequest.d.ts +14 -9
  679. package/dist/models/ModifyInstanceVpcAttributeRequest.js.map +1 -1
  680. package/dist/models/ModifyInvocationAttributeRequest.d.ts +70 -45
  681. package/dist/models/ModifyInvocationAttributeRequest.js.map +1 -1
  682. package/dist/models/ModifyInvocationAttributeResponseBody.d.ts +5 -3
  683. package/dist/models/ModifyInvocationAttributeResponseBody.js.map +1 -1
  684. package/dist/models/ModifyInvocationAttributeShrinkRequest.d.ts +70 -45
  685. package/dist/models/ModifyInvocationAttributeShrinkRequest.js.map +1 -1
  686. package/dist/models/ModifyNetworkInterfaceAttributeRequest.d.ts +85 -59
  687. package/dist/models/ModifyNetworkInterfaceAttributeRequest.js.map +1 -1
  688. package/dist/models/ModifyPhysicalConnectionAttributeRequest.d.ts +52 -0
  689. package/dist/models/ModifyPhysicalConnectionAttributeRequest.js.map +1 -1
  690. package/dist/models/ModifyPhysicalConnectionAttributeResponseBody.d.ts +4 -0
  691. package/dist/models/ModifyPhysicalConnectionAttributeResponseBody.js.map +1 -1
  692. package/dist/models/ModifyPlanMaintenanceWindowRequest.d.ts +75 -0
  693. package/dist/models/ModifyPlanMaintenanceWindowRequest.js +2 -0
  694. package/dist/models/ModifyPlanMaintenanceWindowRequest.js.map +1 -1
  695. package/dist/models/ModifyPlanMaintenanceWindowResponseBody.d.ts +3 -0
  696. package/dist/models/ModifyPlanMaintenanceWindowResponseBody.js.map +1 -1
  697. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.d.ts +26 -0
  698. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.js +2 -0
  699. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.js.map +1 -1
  700. package/dist/models/ModifyPortRangeListRequest.d.ts +11 -8
  701. package/dist/models/ModifyPortRangeListRequest.js.map +1 -1
  702. package/dist/models/ModifyPrefixListRequest.d.ts +8 -5
  703. package/dist/models/ModifyPrefixListRequest.js.map +1 -1
  704. package/dist/models/ModifyPrepayInstanceSpecRequest.d.ts +30 -24
  705. package/dist/models/ModifyPrepayInstanceSpecRequest.js.map +1 -1
  706. package/dist/models/ModifyReservedInstanceAutoRenewAttributeRequest.d.ts +3 -2
  707. package/dist/models/ModifyReservedInstanceAutoRenewAttributeRequest.js.map +1 -1
  708. package/dist/models/ModifyReservedInstancesRequest.d.ts +5 -4
  709. package/dist/models/ModifyReservedInstancesRequest.js.map +1 -1
  710. package/dist/models/ModifyRouterInterfaceAttributeRequest.d.ts +36 -0
  711. package/dist/models/ModifyRouterInterfaceAttributeRequest.js.map +1 -1
  712. package/dist/models/ModifyRouterInterfaceAttributeResponseBody.d.ts +4 -0
  713. package/dist/models/ModifyRouterInterfaceAttributeResponseBody.js.map +1 -1
  714. package/dist/models/ModifyRouterInterfaceSpecRequest.d.ts +14 -0
  715. package/dist/models/ModifyRouterInterfaceSpecRequest.js.map +1 -1
  716. package/dist/models/ModifyRouterInterfaceSpecResponseBody.d.ts +8 -0
  717. package/dist/models/ModifyRouterInterfaceSpecResponseBody.js.map +1 -1
  718. package/dist/models/ModifySecurityGroupEgressRuleRequest.d.ts +53 -33
  719. package/dist/models/ModifySecurityGroupEgressRuleRequest.js.map +1 -1
  720. package/dist/models/ModifySecurityGroupPolicyRequest.d.ts +4 -3
  721. package/dist/models/ModifySecurityGroupPolicyRequest.js.map +1 -1
  722. package/dist/models/ModifySecurityGroupRuleRequest.d.ts +57 -36
  723. package/dist/models/ModifySecurityGroupRuleRequest.js.map +1 -1
  724. package/dist/models/ModifySnapshotAttributeRequest.d.ts +7 -6
  725. package/dist/models/ModifySnapshotAttributeRequest.js.map +1 -1
  726. package/dist/models/ModifySnapshotCategoryRequest.d.ts +7 -7
  727. package/dist/models/ModifySnapshotCategoryResponseBody.d.ts +1 -1
  728. package/dist/models/ModifyStorageCapacityUnitAttributeRequest.d.ts +2 -2
  729. package/dist/models/ModifyStorageSetAttributeRequest.d.ts +0 -31
  730. package/dist/models/ModifyStorageSetAttributeRequest.js.map +1 -1
  731. package/dist/models/ModifyStorageSetAttributeResponseBody.d.ts +0 -7
  732. package/dist/models/ModifyStorageSetAttributeResponseBody.js.map +1 -1
  733. package/dist/models/ModifyUserBusinessBehaviorRequest.d.ts +8 -0
  734. package/dist/models/ModifyUserBusinessBehaviorRequest.js.map +1 -1
  735. package/dist/models/ModifyUserBusinessBehaviorResponseBody.d.ts +4 -0
  736. package/dist/models/ModifyUserBusinessBehaviorResponseBody.js.map +1 -1
  737. package/dist/models/ModifyVirtualBorderRouterAttributeRequest.d.ts +50 -0
  738. package/dist/models/ModifyVirtualBorderRouterAttributeRequest.js.map +1 -1
  739. package/dist/models/ModifyVirtualBorderRouterAttributeResponseBody.d.ts +4 -0
  740. package/dist/models/ModifyVirtualBorderRouterAttributeResponseBody.js.map +1 -1
  741. package/dist/models/ModifyVpcAttributeRequest.d.ts +22 -0
  742. package/dist/models/ModifyVpcAttributeRequest.js.map +1 -1
  743. package/dist/models/ModifyVpcAttributeResponseBody.d.ts +4 -0
  744. package/dist/models/ModifyVpcAttributeResponseBody.js.map +1 -1
  745. package/dist/models/ModifyVrouterAttributeRequest.d.ts +14 -0
  746. package/dist/models/ModifyVrouterAttributeRequest.js.map +1 -1
  747. package/dist/models/ModifyVrouterAttributeResponseBody.d.ts +4 -0
  748. package/dist/models/ModifyVrouterAttributeResponseBody.js.map +1 -1
  749. package/dist/models/ModifyVswitchAttributeRequest.d.ts +16 -0
  750. package/dist/models/ModifyVswitchAttributeRequest.js.map +1 -1
  751. package/dist/models/ModifyVswitchAttributeResponseBody.d.ts +4 -0
  752. package/dist/models/ModifyVswitchAttributeResponseBody.js.map +1 -1
  753. package/dist/models/PurchaseElasticityAssuranceRequest.d.ts +10 -7
  754. package/dist/models/PurchaseElasticityAssuranceRequest.js.map +1 -1
  755. package/dist/models/PurchaseReservedInstancesOfferingRequest.d.ts +18 -13
  756. package/dist/models/PurchaseReservedInstancesOfferingRequest.js.map +1 -1
  757. package/dist/models/PurchaseStorageCapacityUnitRequest.d.ts +7 -5
  758. package/dist/models/PurchaseStorageCapacityUnitRequest.js.map +1 -1
  759. package/dist/models/ReInitDiskRequest.d.ts +9 -5
  760. package/dist/models/ReInitDiskRequest.js.map +1 -1
  761. package/dist/models/RebootInstanceRequest.d.ts +6 -4
  762. package/dist/models/RebootInstanceRequest.js.map +1 -1
  763. package/dist/models/RebootInstancesRequest.d.ts +9 -7
  764. package/dist/models/RebootInstancesRequest.js.map +1 -1
  765. package/dist/models/RecoverVirtualBorderRouterRequest.d.ts +12 -0
  766. package/dist/models/RecoverVirtualBorderRouterRequest.js.map +1 -1
  767. package/dist/models/RecoverVirtualBorderRouterResponseBody.d.ts +4 -0
  768. package/dist/models/RecoverVirtualBorderRouterResponseBody.js.map +1 -1
  769. package/dist/models/RedeployDedicatedHostRequest.d.ts +3 -2
  770. package/dist/models/RedeployDedicatedHostRequest.js.map +1 -1
  771. package/dist/models/RedeployInstanceRequest.d.ts +1 -1
  772. package/dist/models/ReleaseDedicatedHostRequest.d.ts +3 -2
  773. package/dist/models/ReleaseDedicatedHostRequest.js.map +1 -1
  774. package/dist/models/ReleaseEipAddressRequest.d.ts +6 -0
  775. package/dist/models/ReleaseEipAddressRequest.js.map +1 -1
  776. package/dist/models/ReleaseEipAddressResponseBody.d.ts +4 -0
  777. package/dist/models/ReleaseEipAddressResponseBody.js.map +1 -1
  778. package/dist/models/ReleasePublicIpAddressRequest.d.ts +3 -3
  779. package/dist/models/ReleasePublicIpAddressResponseBody.d.ts +2 -2
  780. package/dist/models/RemoveBandwidthPackageIpsRequest.d.ts +11 -0
  781. package/dist/models/RemoveBandwidthPackageIpsRequest.js.map +1 -1
  782. package/dist/models/RemoveBandwidthPackageIpsResponseBody.d.ts +4 -0
  783. package/dist/models/RemoveBandwidthPackageIpsResponseBody.js.map +1 -1
  784. package/dist/models/RemoveTagsRequest.d.ts +32 -19
  785. package/dist/models/RemoveTagsRequest.js.map +1 -1
  786. package/dist/models/RenewDedicatedHostsRequest.d.ts +6 -4
  787. package/dist/models/RenewDedicatedHostsRequest.js.map +1 -1
  788. package/dist/models/RenewElasticityAssurancesRequest.d.ts +16 -11
  789. package/dist/models/RenewElasticityAssurancesRequest.js.map +1 -1
  790. package/dist/models/RenewInstanceRequest.d.ts +1 -1
  791. package/dist/models/RenewReservedInstancesRequest.d.ts +3 -2
  792. package/dist/models/RenewReservedInstancesRequest.js.map +1 -1
  793. package/dist/models/ReplaceSystemDiskRequest.d.ts +26 -19
  794. package/dist/models/ReplaceSystemDiskRequest.js.map +1 -1
  795. package/dist/models/ReportInstancesStatusRequest.d.ts +29 -16
  796. package/dist/models/ReportInstancesStatusRequest.js.map +1 -1
  797. package/dist/models/ResetDiskRequest.d.ts +3 -2
  798. package/dist/models/ResetDiskRequest.js.map +1 -1
  799. package/dist/models/ResetDisksRequest.d.ts +8 -7
  800. package/dist/models/ResetDisksRequest.js.map +1 -1
  801. package/dist/models/ResetDisksResponseBody.d.ts +1 -1
  802. package/dist/models/ResizeDiskRequest.d.ts +59 -46
  803. package/dist/models/ResizeDiskRequest.js.map +1 -1
  804. package/dist/models/RevokeSecurityGroupEgressRequest.d.ts +53 -33
  805. package/dist/models/RevokeSecurityGroupEgressRequest.js.map +1 -1
  806. package/dist/models/RevokeSecurityGroupRequest.d.ts +53 -33
  807. package/dist/models/RevokeSecurityGroupRequest.js.map +1 -1
  808. package/dist/models/RunCommandRequest.d.ts +170 -124
  809. package/dist/models/RunCommandRequest.js.map +1 -1
  810. package/dist/models/RunCommandResponseBody.d.ts +3 -3
  811. package/dist/models/RunCommandShrinkRequest.d.ts +170 -124
  812. package/dist/models/RunCommandShrinkRequest.js.map +1 -1
  813. package/dist/models/RunInstancesRequest.d.ts +422 -272
  814. package/dist/models/RunInstancesRequest.js.map +1 -1
  815. package/dist/models/SendFileRequest.d.ts +24 -12
  816. package/dist/models/SendFileRequest.js.map +1 -1
  817. package/dist/models/StartImagePipelineExecutionRequest.d.ts +3 -3
  818. package/dist/models/StartInstanceRequest.d.ts +7 -6
  819. package/dist/models/StartInstanceRequest.js.map +1 -1
  820. package/dist/models/StartInstancesRequest.d.ts +5 -4
  821. package/dist/models/StartInstancesRequest.js.map +1 -1
  822. package/dist/models/StartTerminalSessionRequest.d.ts +60 -4
  823. package/dist/models/StartTerminalSessionRequest.js.map +1 -1
  824. package/dist/models/StartTerminalSessionShrinkRequest.d.ts +24 -4
  825. package/dist/models/StartTerminalSessionShrinkRequest.js.map +1 -1
  826. package/dist/models/StopInstanceRequest.d.ts +18 -13
  827. package/dist/models/StopInstanceRequest.js.map +1 -1
  828. package/dist/models/StopInstancesRequest.d.ts +22 -18
  829. package/dist/models/StopInstancesRequest.js.map +1 -1
  830. package/dist/models/TagResourcesRequest.d.ts +38 -20
  831. package/dist/models/TagResourcesRequest.js.map +1 -1
  832. package/dist/models/TerminatePhysicalConnectionRequest.d.ts +13 -0
  833. package/dist/models/TerminatePhysicalConnectionRequest.js.map +1 -1
  834. package/dist/models/TerminatePhysicalConnectionResponseBody.d.ts +4 -0
  835. package/dist/models/TerminatePhysicalConnectionResponseBody.js.map +1 -1
  836. package/dist/models/TerminateVirtualBorderRouterRequest.d.ts +12 -0
  837. package/dist/models/TerminateVirtualBorderRouterRequest.js.map +1 -1
  838. package/dist/models/TerminateVirtualBorderRouterResponseBody.d.ts +4 -0
  839. package/dist/models/TerminateVirtualBorderRouterResponseBody.js.map +1 -1
  840. package/dist/models/UnassociateEipAddressRequest.d.ts +18 -0
  841. package/dist/models/UnassociateEipAddressRequest.js.map +1 -1
  842. package/dist/models/UnassociateEipAddressResponseBody.d.ts +4 -0
  843. package/dist/models/UnassociateEipAddressResponseBody.js.map +1 -1
  844. package/dist/models/UnassociateHaVipRequest.d.ts +14 -0
  845. package/dist/models/UnassociateHaVipRequest.js.map +1 -1
  846. package/dist/models/UnassociateHaVipResponseBody.d.ts +4 -0
  847. package/dist/models/UnassociateHaVipResponseBody.js.map +1 -1
  848. package/dist/models/UnlockSnapshotRequest.d.ts +3 -2
  849. package/dist/models/UnlockSnapshotRequest.js.map +1 -1
  850. package/dist/models/UntagResourcesRequest.d.ts +36 -19
  851. package/dist/models/UntagResourcesRequest.js.map +1 -1
  852. package/dist/models/model.d.ts +2 -0
  853. package/dist/models/model.js +38 -34
  854. package/dist/models/model.js.map +1 -1
  855. package/package.json +1 -1
  856. package/src/client.ts +3392 -2894
  857. package/src/models/AcceptInquiredSystemEventRequest.ts +7 -0
  858. package/src/models/AcceptInquiredSystemEventResponseBody.ts +3 -0
  859. package/src/models/ActivateRouterInterfaceRequest.ts +6 -0
  860. package/src/models/ActivateRouterInterfaceResponseBody.ts +4 -0
  861. package/src/models/AddBandwidthPackageIpsRequest.ts +10 -0
  862. package/src/models/AddBandwidthPackageIpsResponseBody.ts +4 -0
  863. package/src/models/AddTagsRequest.ts +32 -19
  864. package/src/models/AddTagsResponseBody.ts +1 -1
  865. package/src/models/AllocateDedicatedHostsRequest.ts +20 -16
  866. package/src/models/AllocateDedicatedHostsResponseBody.ts +1 -1
  867. package/src/models/AllocateEipAddressRequest.ts +28 -0
  868. package/src/models/AllocateEipAddressResponseBody.ts +12 -0
  869. package/src/models/AllocatePublicIpAddressRequest.ts +1 -1
  870. package/src/models/ApplyAutoSnapshotPolicyRequest.ts +2 -2
  871. package/src/models/ApplyAutoSnapshotPolicyResponseBody.ts +1 -1
  872. package/src/models/AssignIpv6addressesRequest.ts +6 -6
  873. package/src/models/AssignPrivateIpAddressesRequest.ts +6 -5
  874. package/src/models/AssociateHaVipRequest.ts +10 -0
  875. package/src/models/AssociateHaVipResponseBody.ts +4 -0
  876. package/src/models/AttachDiskRequest.ts +24 -16
  877. package/src/models/AttachInstanceRamRoleRequest.ts +1 -1
  878. package/src/models/AuthorizeSecurityGroupEgressRequest.ts +65 -41
  879. package/src/models/AuthorizeSecurityGroupRequest.ts +64 -40
  880. package/src/models/CancelAutoSnapshotPolicyRequest.ts +15 -2
  881. package/src/models/CancelAutoSnapshotPolicyResponseBody.ts +1 -1
  882. package/src/models/CancelImagePipelineExecutionRequest.ts +3 -3
  883. package/src/models/CancelPhysicalConnectionRequest.ts +12 -0
  884. package/src/models/CancelPhysicalConnectionResponseBody.ts +4 -0
  885. package/src/models/CloneDisksRequest.ts +132 -0
  886. package/src/models/CloneDisksResponseBody.ts +6 -0
  887. package/src/models/ConnectRouterInterfaceRequest.ts +4 -0
  888. package/src/models/ConnectRouterInterfaceResponseBody.ts +4 -0
  889. package/src/models/CopyImageRequest.ts +7 -5
  890. package/src/models/CopySnapshotRequest.ts +9 -8
  891. package/src/models/CreateActivationRequest.ts +7 -0
  892. package/src/models/CreateAutoProvisioningGroupRequest.ts +435 -299
  893. package/src/models/CreateAutoProvisioningGroupResponseBody.ts +1 -1
  894. package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +427 -294
  895. package/src/models/CreateAutoSnapshotPolicyRequest.ts +26 -20
  896. package/src/models/CreateCapacityReservationRequest.ts +24 -21
  897. package/src/models/CreateCapacityReservationResponseBody.ts +1 -1
  898. package/src/models/CreateCommandRequest.ts +49 -31
  899. package/src/models/CreateDedicatedHostClusterRequest.ts +3 -2
  900. package/src/models/CreateDeploymentSetRequest.ts +47 -21
  901. package/src/models/CreateDiagnosticMetricSetRequest.ts +2 -2
  902. package/src/models/CreateDiagnosticReportRequest.ts +7 -7
  903. package/src/models/CreateDiagnosticReportResponseBody.ts +1 -1
  904. package/src/models/CreateDiagnosticReportShrinkRequest.ts +7 -7
  905. package/src/models/CreateDiskRequest.ts +116 -95
  906. package/src/models/CreateDiskResponseBody.ts +4 -4
  907. package/src/models/CreateElasticityAssuranceRequest.ts +34 -25
  908. package/src/models/CreateForwardEntryRequest.ts +14 -0
  909. package/src/models/CreateForwardEntryResponseBody.ts +8 -0
  910. package/src/models/CreateHaVipRequest.ts +16 -0
  911. package/src/models/CreateHaVipResponseBody.ts +8 -0
  912. package/src/models/CreateImageComponentRequest.ts +18 -12
  913. package/src/models/CreateImagePipelineRequest.ts +198 -145
  914. package/src/models/CreateImagePipelineResponseBody.ts +1 -1
  915. package/src/models/CreateImageRequest.ts +118 -71
  916. package/src/models/CreateImageResponseBody.ts +2 -2
  917. package/src/models/CreateInstanceRequest.ts +291 -196
  918. package/src/models/CreateInstanceResponseBody.ts +2 -2
  919. package/src/models/CreateKeyPairRequest.ts +1 -1
  920. package/src/models/CreateLaunchTemplateRequest.ts +214 -125
  921. package/src/models/CreateLaunchTemplateResponseBody.ts +1 -1
  922. package/src/models/CreateLaunchTemplateVersionRequest.ts +185 -106
  923. package/src/models/CreateLaunchTemplateVersionResponseBody.ts +1 -1
  924. package/src/models/CreateNatGatewayRequest.ts +36 -0
  925. package/src/models/CreateNatGatewayResponseBody.ts +16 -0
  926. package/src/models/CreateNetworkInterfacePermissionRequest.ts +5 -5
  927. package/src/models/CreateNetworkInterfacePermissionResponseBody.ts +15 -12
  928. package/src/models/CreateNetworkInterfaceRequest.ts +123 -97
  929. package/src/models/CreateNetworkInterfaceResponseBody.ts +39 -15
  930. package/src/models/CreatePhysicalConnectionRequest.ts +44 -0
  931. package/src/models/CreatePhysicalConnectionResponseBody.ts +8 -0
  932. package/src/models/CreatePlanMaintenanceWindowRequest.ts +63 -0
  933. package/src/models/CreatePlanMaintenanceWindowResponseBody.ts +6 -0
  934. package/src/models/CreatePlanMaintenanceWindowShrinkRequest.ts +22 -0
  935. package/src/models/CreatePortRangeListRequest.ts +9 -8
  936. package/src/models/CreatePrefixListRequest.ts +13 -8
  937. package/src/models/CreateRouteEntryRequest.ts +66 -0
  938. package/src/models/CreateRouteEntryResponseBody.ts +4 -0
  939. package/src/models/CreateRouterInterfaceRequest.ts +103 -0
  940. package/src/models/CreateRouterInterfaceResponseBody.ts +12 -0
  941. package/src/models/CreateSecurityGroupRequest.ts +3 -2
  942. package/src/models/CreateSimulatedSystemEventsRequest.ts +13 -7
  943. package/src/models/CreateSnapshotGroupRequest.ts +9 -7
  944. package/src/models/CreateSnapshotRequest.ts +27 -28
  945. package/src/models/CreateSnapshotResponseBody.ts +2 -2
  946. package/src/models/CreateStorageSetRequest.ts +0 -40
  947. package/src/models/CreateStorageSetResponseBody.ts +0 -14
  948. package/src/models/CreateVirtualBorderRouterRequest.ts +54 -0
  949. package/src/models/CreateVirtualBorderRouterResponseBody.ts +8 -0
  950. package/src/models/CreateVpcRequest.ts +26 -0
  951. package/src/models/CreateVpcResponseBody.ts +16 -0
  952. package/src/models/CreateVswitchRequest.ts +29 -0
  953. package/src/models/CreateVswitchResponseBody.ts +8 -0
  954. package/src/models/DeactivateRouterInterfaceRequest.ts +4 -0
  955. package/src/models/DeactivateRouterInterfaceResponseBody.ts +4 -0
  956. package/src/models/DeleteAutoProvisioningGroupRequest.ts +4 -3
  957. package/src/models/DeleteBandwidthPackageRequest.ts +4 -0
  958. package/src/models/DeleteBandwidthPackageResponseBody.ts +4 -0
  959. package/src/models/DeleteDeploymentSetResponseBody.ts +1 -1
  960. package/src/models/DeleteForwardEntryRequest.ts +9 -0
  961. package/src/models/DeleteForwardEntryResponseBody.ts +4 -0
  962. package/src/models/DeleteHaVipRequest.ts +8 -0
  963. package/src/models/DeleteHaVipResponseBody.ts +4 -0
  964. package/src/models/DeleteImageRequest.ts +6 -5
  965. package/src/models/DeleteInstanceRequest.ts +14 -11
  966. package/src/models/DeleteInstancesRequest.ts +14 -11
  967. package/src/models/DeleteKeyPairsRequest.ts +2 -2
  968. package/src/models/DeleteNatGatewayRequest.ts +4 -0
  969. package/src/models/DeleteNatGatewayResponseBody.ts +4 -0
  970. package/src/models/DeleteNetworkInterfacePermissionRequest.ts +8 -0
  971. package/src/models/DeleteNetworkInterfacePermissionResponseBody.ts +4 -0
  972. package/src/models/DeletePhysicalConnectionRequest.ts +8 -0
  973. package/src/models/DeletePhysicalConnectionResponseBody.ts +4 -0
  974. package/src/models/DeletePlanMaintenanceWindowRequest.ts +4 -0
  975. package/src/models/DeletePlanMaintenanceWindowResponseBody.ts +7 -0
  976. package/src/models/DeletePortRangeListRequest.ts +1 -1
  977. package/src/models/DeleteRouteEntryRequest.ts +28 -0
  978. package/src/models/DeleteRouteEntryResponseBody.ts +4 -0
  979. package/src/models/DeleteRouterInterfaceRequest.ts +14 -0
  980. package/src/models/DeleteRouterInterfaceResponseBody.ts +4 -0
  981. package/src/models/DeleteSnapshotRequest.ts +3 -2
  982. package/src/models/DeleteStorageSetRequest.ts +0 -17
  983. package/src/models/DeleteStorageSetResponseBody.ts +0 -7
  984. package/src/models/DeleteVirtualBorderRouterRequest.ts +12 -0
  985. package/src/models/DeleteVirtualBorderRouterResponseBody.ts +4 -0
  986. package/src/models/DeleteVpcRequest.ts +6 -0
  987. package/src/models/DeleteVpcResponseBody.ts +4 -0
  988. package/src/models/DeleteVscResponseBody.ts +0 -3
  989. package/src/models/DeleteVswitchRequest.ts +6 -0
  990. package/src/models/DeleteVswitchResponseBody.ts +4 -0
  991. package/src/models/DeregisterManagedInstanceRequest.ts +7 -0
  992. package/src/models/DescribeAccessPointsRequest.ts +35 -0
  993. package/src/models/DescribeAccessPointsResponseBody.ts +20 -0
  994. package/src/models/DescribeAccountAttributesRequest.ts +17 -17
  995. package/src/models/DescribeAutoProvisioningGroupHistoryRequest.ts +7 -7
  996. package/src/models/DescribeAutoProvisioningGroupHistoryResponseBody.ts +8 -4
  997. package/src/models/DescribeAutoProvisioningGroupsRequest.ts +10 -14
  998. package/src/models/DescribeAutoProvisioningGroupsResponseBody.ts +8 -4
  999. package/src/models/DescribeAutoSnapshotPolicyAssociationsRequest.ts +5 -4
  1000. package/src/models/DescribeAutoSnapshotPolicyExRequest.ts +2 -2
  1001. package/src/models/DescribeAvailableResourceRequest.ts +161 -0
  1002. package/src/models/DescribeAvailableResourceResponseBody.ts +7 -0
  1003. package/src/models/DescribeBandwidthLimitationRequest.ts +15 -10
  1004. package/src/models/DescribeBandwidthPackagesRequest.ts +18 -0
  1005. package/src/models/DescribeBandwidthPackagesResponseBody.ts +20 -0
  1006. package/src/models/DescribeCapacityReservationInstancesRequest.ts +3 -2
  1007. package/src/models/DescribeCapacityReservationsRequest.ts +32 -24
  1008. package/src/models/DescribeCapacityReservationsResponseBody.ts +2 -2
  1009. package/src/models/DescribeCloudAssistantSettingsRequest.ts +1 -1
  1010. package/src/models/DescribeCloudAssistantSettingsResponseBody.ts +70 -9
  1011. package/src/models/DescribeCloudAssistantStatusRequest.ts +7 -5
  1012. package/src/models/DescribeClustersRequest.ts +2 -0
  1013. package/src/models/DescribeClustersResponseBody.ts +8 -0
  1014. package/src/models/DescribeCommandsRequest.ts +36 -31
  1015. package/src/models/DescribeCommandsResponseBody.ts +2 -2
  1016. package/src/models/DescribeDedicatedHostClustersRequest.ts +3 -3
  1017. package/src/models/DescribeDedicatedHostsRequest.ts +38 -30
  1018. package/src/models/DescribeDedicatedHostsResponseBody.ts +4 -4
  1019. package/src/models/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.ts +5 -3
  1020. package/src/models/DescribeDeploymentSetsRequest.ts +29 -11
  1021. package/src/models/DescribeDeploymentSetsResponseBody.ts +8 -4
  1022. package/src/models/DescribeDiagnosticMetricSetsRequest.ts +6 -4
  1023. package/src/models/DescribeDiagnosticMetricSetsResponseBody.ts +5 -4
  1024. package/src/models/DescribeDiagnosticMetricsRequest.ts +3 -2
  1025. package/src/models/DescribeDiagnosticMetricsResponseBody.ts +7 -5
  1026. package/src/models/DescribeDiagnosticReportAttributesRequest.ts +1 -1
  1027. package/src/models/DescribeDiagnosticReportAttributesResponseBody.ts +27 -19
  1028. package/src/models/DescribeDiagnosticReportsRequest.ts +17 -10
  1029. package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +3 -2
  1030. package/src/models/DescribeDiskMonitorDataRequest.ts +7 -5
  1031. package/src/models/DescribeDisksFullStatusRequest.ts +27 -15
  1032. package/src/models/DescribeDisksRequest.ts +122 -106
  1033. package/src/models/DescribeDisksResponseBody.ts +4 -4
  1034. package/src/models/DescribeEipMonitorDataRequest.ts +14 -0
  1035. package/src/models/DescribeEipMonitorDataResponseBody.ts +8 -0
  1036. package/src/models/DescribeElasticityAssuranceAutoRenewAttributeRequest.ts +4 -3
  1037. package/src/models/DescribeElasticityAssurancesRequest.ts +31 -25
  1038. package/src/models/DescribeElasticityAssurancesResponseBody.ts +3 -3
  1039. package/src/models/DescribeEniMonitorDataRequest.ts +5 -3
  1040. package/src/models/DescribeForwardTableEntriesRequest.ts +16 -0
  1041. package/src/models/DescribeForwardTableEntriesResponseBody.ts +20 -0
  1042. package/src/models/DescribeHaVipsRequest.ts +34 -0
  1043. package/src/models/DescribeHaVipsResponseBody.ts +20 -0
  1044. package/src/models/DescribeHpcClustersRequest.ts +10 -17
  1045. package/src/models/DescribeHpcClustersResponseBody.ts +4 -4
  1046. package/src/models/DescribeImageComponentsRequest.ts +14 -11
  1047. package/src/models/DescribeImageFromFamilyResponseBody.ts +23 -14
  1048. package/src/models/DescribeImagePipelineExecutionsRequest.ts +37 -24
  1049. package/src/models/DescribeImagePipelineExecutionsResponseBody.ts +8 -6
  1050. package/src/models/DescribeImagePipelinesRequest.ts +10 -10
  1051. package/src/models/DescribeImagePipelinesResponseBody.ts +3 -3
  1052. package/src/models/DescribeImageSharePermissionResponseBody.ts +1 -1
  1053. package/src/models/DescribeImageSupportInstanceTypesRequest.ts +3 -2
  1054. package/src/models/DescribeImageSupportInstanceTypesResponseBody.ts +20 -19
  1055. package/src/models/DescribeImagesRequest.ts +101 -68
  1056. package/src/models/DescribeImagesResponseBody.ts +5 -5
  1057. package/src/models/DescribeInstanceAttributeResponseBody.ts +76 -30
  1058. package/src/models/DescribeInstanceAutoRenewAttributeRequest.ts +12 -10
  1059. package/src/models/DescribeInstanceAutoRenewAttributeResponseBody.ts +5 -1
  1060. package/src/models/DescribeInstanceHistoryEventsRequest.ts +83 -48
  1061. package/src/models/DescribeInstanceHistoryEventsResponseBody.ts +8 -8
  1062. package/src/models/DescribeInstanceModificationPriceRequest.ts +40 -39
  1063. package/src/models/DescribeInstanceModificationPriceResponseBody.ts +8 -7
  1064. package/src/models/DescribeInstanceMonitorDataRequest.ts +5 -3
  1065. package/src/models/DescribeInstanceRamRoleRequest.ts +2 -2
  1066. package/src/models/DescribeInstanceStatusRequest.ts +1 -1
  1067. package/src/models/DescribeInstanceTopologyRequest.ts +0 -12
  1068. package/src/models/DescribeInstanceTopologyResponseBody.ts +0 -7
  1069. package/src/models/DescribeInstanceTypeFamiliesRequest.ts +11 -6
  1070. package/src/models/DescribeInstanceTypeFamiliesResponseBody.ts +1 -1
  1071. package/src/models/DescribeInstanceTypesRequest.ts +111 -92
  1072. package/src/models/DescribeInstanceTypesResponseBody.ts +6 -2
  1073. package/src/models/DescribeInstanceVncUrlResponseBody.ts +1 -1
  1074. package/src/models/DescribeInstancesFullStatusRequest.ts +30 -17
  1075. package/src/models/DescribeInstancesRequest.ts +84 -68
  1076. package/src/models/DescribeInstancesResponseBody.ts +4 -4
  1077. package/src/models/DescribeInvocationResultsRequest.ts +56 -66
  1078. package/src/models/DescribeInvocationResultsResponseBody.ts +30 -23
  1079. package/src/models/DescribeInvocationsRequest.ts +105 -17
  1080. package/src/models/DescribeInvocationsResponseBody.ts +5 -48
  1081. package/src/models/DescribeKeyPairsRequest.ts +8 -5
  1082. package/src/models/DescribeLaunchTemplateVersionsRequest.ts +3 -2
  1083. package/src/models/DescribeLaunchTemplatesRequest.ts +8 -6
  1084. package/src/models/DescribeLockedSnapshotsRequest.ts +16 -12
  1085. package/src/models/DescribeLockedSnapshotsResponseBody.ts +18 -11
  1086. package/src/models/DescribeManagedInstancesRequest.ts +27 -14
  1087. package/src/models/DescribeManagedInstancesResponseBody.ts +3 -2
  1088. package/src/models/DescribeNatGatewaysRequest.ts +18 -0
  1089. package/src/models/DescribeNatGatewaysResponseBody.ts +20 -0
  1090. package/src/models/DescribeNetworkInterfaceAttributeRequest.ts +8 -10
  1091. package/src/models/DescribeNetworkInterfaceAttributeResponseBody.ts +90 -82
  1092. package/src/models/DescribeNetworkInterfacePermissionsRequest.ts +8 -8
  1093. package/src/models/DescribeNetworkInterfacePermissionsResponseBody.ts +5 -1
  1094. package/src/models/DescribeNetworkInterfacesRequest.ts +21 -14
  1095. package/src/models/DescribeNewProjectEipMonitorDataRequest.ts +14 -0
  1096. package/src/models/DescribeNewProjectEipMonitorDataResponseBody.ts +8 -0
  1097. package/src/models/DescribePhysicalConnectionsRequest.ts +48 -0
  1098. package/src/models/DescribePhysicalConnectionsResponseBody.ts +20 -0
  1099. package/src/models/DescribePlanMaintenanceWindowsRequest.ts +42 -0
  1100. package/src/models/DescribePlanMaintenanceWindowsResponseBody.ts +90 -0
  1101. package/src/models/DescribePlanMaintenanceWindowsShrinkRequest.ts +28 -0
  1102. package/src/models/DescribePortRangeListEntriesRequest.ts +2 -2
  1103. package/src/models/DescribePortRangeListEntriesResponseBody.ts +1 -1
  1104. package/src/models/DescribePortRangeListsRequest.ts +5 -4
  1105. package/src/models/DescribePrefixListAttributesResponseBody.ts +3 -2
  1106. package/src/models/DescribePrefixListsRequest.ts +3 -2
  1107. package/src/models/DescribePriceRequest.ts +254 -135
  1108. package/src/models/DescribePriceResponseBody.ts +15 -15
  1109. package/src/models/DescribeRecommendInstanceTypeRequest.ts +42 -28
  1110. package/src/models/DescribeRegionsRequest.ts +21 -10
  1111. package/src/models/DescribeRenewalPriceRequest.ts +18 -16
  1112. package/src/models/DescribeRenewalPriceResponseBody.ts +89 -9
  1113. package/src/models/DescribeReservedInstancesRequest.ts +18 -13
  1114. package/src/models/DescribeResourceByTagsRequest.ts +29 -18
  1115. package/src/models/DescribeResourceByTagsResponseBody.ts +1 -1
  1116. package/src/models/DescribeResourcesModificationRequest.ts +21 -16
  1117. package/src/models/DescribeRouteTablesRequest.ts +35 -0
  1118. package/src/models/DescribeRouteTablesResponseBody.ts +20 -0
  1119. package/src/models/DescribeRouterInterfacesRequest.ts +42 -0
  1120. package/src/models/DescribeRouterInterfacesResponseBody.ts +20 -0
  1121. package/src/models/DescribeSecurityGroupAttributeRequest.ts +18 -14
  1122. package/src/models/DescribeSecurityGroupAttributeResponseBody.ts +3 -2
  1123. package/src/models/DescribeSecurityGroupsRequest.ts +15 -11
  1124. package/src/models/DescribeSendFileResultsRequest.ts +11 -7
  1125. package/src/models/DescribeSnapshotGroupsRequest.ts +5 -3
  1126. package/src/models/DescribeSnapshotLinksRequest.ts +3 -2
  1127. package/src/models/DescribeSnapshotMonitorDataRequest.ts +10 -6
  1128. package/src/models/DescribeSnapshotsRequest.ts +62 -47
  1129. package/src/models/DescribeSnapshotsResponseBody.ts +8 -4
  1130. package/src/models/DescribeSpotAdviceRequest.ts +12 -7
  1131. package/src/models/DescribeSpotPriceHistoryRequest.ts +11 -7
  1132. package/src/models/DescribeStorageCapacityUnitsRequest.ts +3 -2
  1133. package/src/models/DescribeStorageSetDetailsRequest.ts +0 -53
  1134. package/src/models/DescribeStorageSetDetailsResponseBody.ts +0 -28
  1135. package/src/models/DescribeStorageSetsRequest.ts +0 -51
  1136. package/src/models/DescribeStorageSetsResponseBody.ts +0 -28
  1137. package/src/models/DescribeTagsRequest.ts +39 -26
  1138. package/src/models/DescribeTagsResponseBody.ts +2 -2
  1139. package/src/models/DescribeTaskAttributeResponseBody.ts +3 -2
  1140. package/src/models/DescribeTasksRequest.ts +23 -9
  1141. package/src/models/DescribeUserBusinessBehaviorRequest.ts +6 -0
  1142. package/src/models/DescribeUserBusinessBehaviorResponseBody.ts +8 -0
  1143. package/src/models/DescribeUserDataResponseBody.ts +1 -1
  1144. package/src/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.ts +24 -0
  1145. package/src/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.ts +20 -0
  1146. package/src/models/DescribeVirtualBorderRoutersRequest.ts +22 -0
  1147. package/src/models/DescribeVirtualBorderRoutersResponseBody.ts +20 -0
  1148. package/src/models/DescribeVpcsRequest.ts +18 -0
  1149. package/src/models/DescribeVpcsResponseBody.ts +20 -0
  1150. package/src/models/DescribeVroutersRequest.ts +20 -0
  1151. package/src/models/DescribeVroutersResponseBody.ts +20 -0
  1152. package/src/models/DescribeVscsResponseBody.ts +0 -10
  1153. package/src/models/DescribeVswitchesRequest.ts +35 -0
  1154. package/src/models/DescribeVswitchesResponseBody.ts +20 -0
  1155. package/src/models/DescribeZonesRequest.ts +24 -14
  1156. package/src/models/DetachDiskRequest.ts +13 -8
  1157. package/src/models/DetachNetworkInterfaceRequest.ts +1 -1
  1158. package/src/models/EnableNetworkInterfaceQoSrequest.ts +4 -0
  1159. package/src/models/EnableNetworkInterfaceQoSresponseBody.ts +3 -0
  1160. package/src/models/EnablePhysicalConnectionRequest.ts +14 -0
  1161. package/src/models/EnablePhysicalConnectionResponseBody.ts +4 -0
  1162. package/src/models/ExportImageRequest.ts +24 -11
  1163. package/src/models/ExportImageResponseBody.ts +1 -1
  1164. package/src/models/ExportSnapshotRequest.ts +10 -0
  1165. package/src/models/ExportSnapshotResponseBody.ts +8 -0
  1166. package/src/models/GetInstanceConsoleOutputRequest.ts +3 -2
  1167. package/src/models/ImportImageRequest.ts +129 -88
  1168. package/src/models/ImportKeyPairRequest.ts +3 -3
  1169. package/src/models/InvokeCommandRequest.ts +100 -62
  1170. package/src/models/InvokeCommandShrinkRequest.ts +100 -62
  1171. package/src/models/JoinResourceGroupRequest.ts +25 -13
  1172. package/src/models/JoinSecurityGroupRequest.ts +9 -8
  1173. package/src/models/LeaveSecurityGroupRequest.ts +3 -2
  1174. package/src/models/ListPluginStatusRequest.ts +6 -6
  1175. package/src/models/ListTagResourcesRequest.ts +69 -43
  1176. package/src/models/ListTagResourcesResponseBody.ts +1 -1
  1177. package/src/models/LockSnapshotRequest.ts +14 -13
  1178. package/src/models/LockSnapshotResponseBody.ts +20 -11
  1179. package/src/models/ModifyAutoProvisioningGroupRequest.ts +13 -9
  1180. package/src/models/ModifyAutoSnapshotPolicyExRequest.ts +16 -10
  1181. package/src/models/ModifyBandwidthPackageSpecRequest.ts +6 -0
  1182. package/src/models/ModifyBandwidthPackageSpecResponseBody.ts +4 -0
  1183. package/src/models/ModifyCapacityReservationRequest.ts +6 -4
  1184. package/src/models/ModifyCloudAssistantSettingsRequest.ts +158 -38
  1185. package/src/models/ModifyCloudAssistantSettingsShrinkRequest.ts +21 -10
  1186. package/src/models/ModifyCommandRequest.ts +1 -1
  1187. package/src/models/ModifyDedicatedHostAttributeRequest.ts +7 -5
  1188. package/src/models/ModifyDedicatedHostAutoReleaseTimeRequest.ts +7 -4
  1189. package/src/models/ModifyDedicatedHostAutoReleaseTimeResponseBody.ts +1 -1
  1190. package/src/models/ModifyDedicatedHostAutoRenewAttributeRequest.ts +19 -12
  1191. package/src/models/ModifyDedicatedHostsChargeTypeRequest.ts +16 -11
  1192. package/src/models/ModifyDeploymentSetAttributeRequest.ts +10 -3
  1193. package/src/models/ModifyDeploymentSetAttributeResponseBody.ts +1 -1
  1194. package/src/models/ModifyDiagnosticMetricSetRequest.ts +1 -1
  1195. package/src/models/ModifyDiskAttributeRequest.ts +17 -13
  1196. package/src/models/ModifyDiskChargeTypeRequest.ts +8 -6
  1197. package/src/models/ModifyDiskChargeTypeResponseBody.ts +1 -1
  1198. package/src/models/ModifyDiskDeploymentRequest.ts +17 -14
  1199. package/src/models/ModifyDiskDeploymentResponseBody.ts +2 -2
  1200. package/src/models/ModifyDiskSpecRequest.ts +21 -14
  1201. package/src/models/ModifyDiskSpecResponseBody.ts +2 -2
  1202. package/src/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.ts +12 -8
  1203. package/src/models/ModifyElasticityAssuranceRequest.ts +15 -11
  1204. package/src/models/ModifyForwardEntryRequest.ts +26 -0
  1205. package/src/models/ModifyForwardEntryResponseBody.ts +4 -0
  1206. package/src/models/ModifyHaVipAttributeRequest.ts +12 -0
  1207. package/src/models/ModifyHaVipAttributeResponseBody.ts +4 -0
  1208. package/src/models/ModifyHpcClusterAttributeRequest.ts +2 -2
  1209. package/src/models/ModifyImageAttributeRequest.ts +40 -27
  1210. package/src/models/ModifyImageAttributeResponseBody.ts +1 -1
  1211. package/src/models/ModifyImageShareGroupPermissionRequest.ts +4 -0
  1212. package/src/models/ModifyImageShareGroupPermissionResponseBody.ts +4 -0
  1213. package/src/models/ModifyImageSharePermissionRequest.ts +15 -8
  1214. package/src/models/ModifyImageSharePermissionResponseBody.ts +1 -1
  1215. package/src/models/ModifyInstanceAttachmentAttributesRequest.ts +8 -5
  1216. package/src/models/ModifyInstanceAttributeRequest.ts +122 -75
  1217. package/src/models/ModifyInstanceAutoReleaseTimeRequest.ts +5 -3
  1218. package/src/models/ModifyInstanceAutoReleaseTimeResponseBody.ts +1 -1
  1219. package/src/models/ModifyInstanceAutoRenewAttributeRequest.ts +14 -9
  1220. package/src/models/ModifyInstanceChargeTypeRequest.ts +16 -11
  1221. package/src/models/ModifyInstanceClockOptionsRequest.ts +6 -4
  1222. package/src/models/ModifyInstanceDeploymentRequest.ts +19 -14
  1223. package/src/models/ModifyInstanceMaintenanceAttributesRequest.ts +8 -5
  1224. package/src/models/ModifyInstanceMetadataOptionsRequest.ts +15 -12
  1225. package/src/models/ModifyInstanceNetworkOptionsRequest.ts +9 -5
  1226. package/src/models/ModifyInstanceNetworkSpecRequest.ts +19 -14
  1227. package/src/models/ModifyInstanceSpecRequest.ts +30 -24
  1228. package/src/models/ModifyInstanceVpcAttributeRequest.ts +14 -9
  1229. package/src/models/ModifyInvocationAttributeRequest.ts +70 -45
  1230. package/src/models/ModifyInvocationAttributeResponseBody.ts +5 -3
  1231. package/src/models/ModifyInvocationAttributeShrinkRequest.ts +70 -45
  1232. package/src/models/ModifyNetworkInterfaceAttributeRequest.ts +85 -59
  1233. package/src/models/ModifyPhysicalConnectionAttributeRequest.ts +52 -0
  1234. package/src/models/ModifyPhysicalConnectionAttributeResponseBody.ts +4 -0
  1235. package/src/models/ModifyPlanMaintenanceWindowRequest.ts +77 -0
  1236. package/src/models/ModifyPlanMaintenanceWindowResponseBody.ts +3 -0
  1237. package/src/models/ModifyPlanMaintenanceWindowShrinkRequest.ts +28 -0
  1238. package/src/models/ModifyPortRangeListRequest.ts +11 -8
  1239. package/src/models/ModifyPrefixListRequest.ts +8 -5
  1240. package/src/models/ModifyPrepayInstanceSpecRequest.ts +31 -25
  1241. package/src/models/ModifyReservedInstanceAutoRenewAttributeRequest.ts +3 -2
  1242. package/src/models/ModifyReservedInstancesRequest.ts +5 -4
  1243. package/src/models/ModifyRouterInterfaceAttributeRequest.ts +36 -0
  1244. package/src/models/ModifyRouterInterfaceAttributeResponseBody.ts +4 -0
  1245. package/src/models/ModifyRouterInterfaceSpecRequest.ts +14 -0
  1246. package/src/models/ModifyRouterInterfaceSpecResponseBody.ts +8 -0
  1247. package/src/models/ModifySecurityGroupEgressRuleRequest.ts +53 -33
  1248. package/src/models/ModifySecurityGroupPolicyRequest.ts +4 -3
  1249. package/src/models/ModifySecurityGroupRuleRequest.ts +57 -36
  1250. package/src/models/ModifySnapshotAttributeRequest.ts +7 -6
  1251. package/src/models/ModifySnapshotCategoryRequest.ts +7 -7
  1252. package/src/models/ModifySnapshotCategoryResponseBody.ts +1 -1
  1253. package/src/models/ModifyStorageCapacityUnitAttributeRequest.ts +2 -2
  1254. package/src/models/ModifyStorageSetAttributeRequest.ts +0 -31
  1255. package/src/models/ModifyStorageSetAttributeResponseBody.ts +0 -7
  1256. package/src/models/ModifyUserBusinessBehaviorRequest.ts +8 -0
  1257. package/src/models/ModifyUserBusinessBehaviorResponseBody.ts +4 -0
  1258. package/src/models/ModifyVirtualBorderRouterAttributeRequest.ts +50 -0
  1259. package/src/models/ModifyVirtualBorderRouterAttributeResponseBody.ts +4 -0
  1260. package/src/models/ModifyVpcAttributeRequest.ts +22 -0
  1261. package/src/models/ModifyVpcAttributeResponseBody.ts +4 -0
  1262. package/src/models/ModifyVrouterAttributeRequest.ts +14 -0
  1263. package/src/models/ModifyVrouterAttributeResponseBody.ts +4 -0
  1264. package/src/models/ModifyVswitchAttributeRequest.ts +16 -0
  1265. package/src/models/ModifyVswitchAttributeResponseBody.ts +4 -0
  1266. package/src/models/PurchaseElasticityAssuranceRequest.ts +10 -7
  1267. package/src/models/PurchaseReservedInstancesOfferingRequest.ts +18 -13
  1268. package/src/models/PurchaseStorageCapacityUnitRequest.ts +7 -5
  1269. package/src/models/ReInitDiskRequest.ts +9 -5
  1270. package/src/models/RebootInstanceRequest.ts +6 -4
  1271. package/src/models/RebootInstancesRequest.ts +9 -7
  1272. package/src/models/RecoverVirtualBorderRouterRequest.ts +12 -0
  1273. package/src/models/RecoverVirtualBorderRouterResponseBody.ts +4 -0
  1274. package/src/models/RedeployDedicatedHostRequest.ts +3 -2
  1275. package/src/models/RedeployInstanceRequest.ts +1 -1
  1276. package/src/models/ReleaseDedicatedHostRequest.ts +3 -2
  1277. package/src/models/ReleaseEipAddressRequest.ts +6 -0
  1278. package/src/models/ReleaseEipAddressResponseBody.ts +4 -0
  1279. package/src/models/ReleasePublicIpAddressRequest.ts +3 -3
  1280. package/src/models/ReleasePublicIpAddressResponseBody.ts +2 -2
  1281. package/src/models/RemoveBandwidthPackageIpsRequest.ts +11 -0
  1282. package/src/models/RemoveBandwidthPackageIpsResponseBody.ts +4 -0
  1283. package/src/models/RemoveTagsRequest.ts +32 -19
  1284. package/src/models/RenewDedicatedHostsRequest.ts +6 -4
  1285. package/src/models/RenewElasticityAssurancesRequest.ts +16 -11
  1286. package/src/models/RenewInstanceRequest.ts +1 -1
  1287. package/src/models/RenewReservedInstancesRequest.ts +3 -2
  1288. package/src/models/ReplaceSystemDiskRequest.ts +26 -19
  1289. package/src/models/ReportInstancesStatusRequest.ts +29 -16
  1290. package/src/models/ResetDiskRequest.ts +3 -2
  1291. package/src/models/ResetDisksRequest.ts +8 -7
  1292. package/src/models/ResetDisksResponseBody.ts +1 -1
  1293. package/src/models/ResizeDiskRequest.ts +59 -46
  1294. package/src/models/RevokeSecurityGroupEgressRequest.ts +53 -33
  1295. package/src/models/RevokeSecurityGroupRequest.ts +53 -33
  1296. package/src/models/RunCommandRequest.ts +170 -124
  1297. package/src/models/RunCommandResponseBody.ts +3 -3
  1298. package/src/models/RunCommandShrinkRequest.ts +170 -124
  1299. package/src/models/RunInstancesRequest.ts +425 -275
  1300. package/src/models/SendFileRequest.ts +24 -12
  1301. package/src/models/StartImagePipelineExecutionRequest.ts +3 -3
  1302. package/src/models/StartInstanceRequest.ts +7 -6
  1303. package/src/models/StartInstancesRequest.ts +5 -4
  1304. package/src/models/StartTerminalSessionRequest.ts +60 -4
  1305. package/src/models/StartTerminalSessionShrinkRequest.ts +24 -4
  1306. package/src/models/StopInstanceRequest.ts +18 -13
  1307. package/src/models/StopInstancesRequest.ts +22 -18
  1308. package/src/models/TagResourcesRequest.ts +38 -20
  1309. package/src/models/TerminatePhysicalConnectionRequest.ts +13 -0
  1310. package/src/models/TerminatePhysicalConnectionResponseBody.ts +4 -0
  1311. package/src/models/TerminateVirtualBorderRouterRequest.ts +12 -0
  1312. package/src/models/TerminateVirtualBorderRouterResponseBody.ts +4 -0
  1313. package/src/models/UnassociateEipAddressRequest.ts +18 -0
  1314. package/src/models/UnassociateEipAddressResponseBody.ts +4 -0
  1315. package/src/models/UnassociateHaVipRequest.ts +14 -0
  1316. package/src/models/UnassociateHaVipResponseBody.ts +4 -0
  1317. package/src/models/UnlockSnapshotRequest.ts +3 -2
  1318. package/src/models/UntagResourcesRequest.ts +36 -19
  1319. package/src/models/model.ts +2 -0
@@ -23,8 +23,9 @@ export class RunInstancesRequestCpuOptions extends $dara.Model {
23
23
  * @remarks
24
24
  * The number of threads per CPU core. The following formula is used to calculate the number of vCPUs of the instance: `CpuOptions.Core` value × `CpuOptions.ThreadsPerCore` value.
25
25
  *
26
- * * If `CpuOptionsThreadPerCore` is set to 1, Hyper-Threading (HT) is disabled.
27
- * * This parameter is applicable only to specific instance types.
26
+ * - If `CpuOptionsThreadPerCore` is set to 1, Hyper-Threading (HT) is disabled.
27
+ *
28
+ * - This parameter is applicable only to specific instance types.
28
29
  *
29
30
  * @example
30
31
  * 2
@@ -34,12 +35,13 @@ export class RunInstancesRequestCpuOptions extends $dara.Model {
34
35
  * @remarks
35
36
  * The CPU topology type of the instance. Valid values:
36
37
  *
37
- * * ContinuousCoreToHTMapping: The HT technology allows continuous threads to run on the same core in the CPU topology of the instance.``
38
- * * DiscreteCoreToHTMapping: The HT technology allows discrete threads to run on the same core in the CPU topology of the instance.``
38
+ * - ContinuousCoreToHTMapping: The HT technology allows continuous threads to run on the same core in the CPU topology of the instance.\\`\\`
39
+ *
40
+ * - DiscreteCoreToHTMapping: The HT technology allows discrete threads to run on the same core in the CPU topology of the instance.\\`\\`
39
41
  *
40
42
  * This parameter is empty by default.
41
43
  *
42
- * > This parameter is supported only for specific instance families. For more information about the supported instance families, see [View and modify the CPU topology](https://help.aliyun.com/document_detail/2636059.html).
44
+ * > This parameter is supported only for specific instance families. For more information about the supported instance families, see [View and modify the CPU topology](https://help.aliyun.com/document_detail/2636059.html).
43
45
  *
44
46
  * @example
45
47
  * DiscreteCoreToHTMapping
@@ -122,17 +124,21 @@ export class RunInstancesRequestPrivatePoolOptions extends $dara.Model {
122
124
  * @remarks
123
125
  * The type of the private pool to use to create the instance. A private pool is generated after an elasticity assurance or a capacity reservation takes effect. You can select the private pool when you start an instance. Valid values:
124
126
  *
125
- * * Open: open private pool. The system selects a matching open private pool to create the instance. If no matching open private pools are found, resources in the public pool are used. When you set this parameter to Open, you can leave the `PrivatePoolOptions.Id` parameter empty.
126
- * * Target: specified private pool. The system uses the capacity in a specified private pool to create the instance. If the specified private pool is unavailable, the instance cannot be created. If you set this parameter to Target, you must specify the `PrivatePoolOptions.Id` parameter.
127
- * * None: no private pool. The capacity in private pools is not used.
127
+ * - Open: open private pool. The system selects a matching open private pool to create the instance. If no matching open private pools are found, resources in the public pool are used. When you set this parameter to Open, you can leave the `PrivatePoolOptions.Id` parameter empty.
128
+ *
129
+ * - Target: specified private pool. The system uses the capacity in a specified private pool to create the instance. If the specified private pool is unavailable, the instance cannot be created. If you set this parameter to Target, you must specify the `PrivatePoolOptions.Id` parameter.
130
+ *
131
+ * - None: no private pool. The capacity in private pools is not used.
128
132
  *
129
133
  * Default value: None.
130
134
  *
131
135
  * In the following scenarios, the PrivatePoolOptions.MatchCriteria parameter can be set only to `None` or left empty:
132
136
  *
133
- * * A spot instance is created.
134
- * * The instance is created in the classic network.
135
- * * The instance is created on a dedicated host.
137
+ * - A spot instance is created.
138
+ *
139
+ * - The instance is created in the classic network.
140
+ *
141
+ * - The instance is created on a dedicated host.
136
142
  *
137
143
  * @example
138
144
  * Open
@@ -170,8 +176,9 @@ export class RunInstancesRequestSchedulerOptions extends $dara.Model {
170
176
  *
171
177
  * When you specify both the `DedicatedHostId` and `SchedulerOptions.DedicatedHostClusterId` parameters, take note of the following items:
172
178
  *
173
- * * If the specified dedicated host belongs to the specified dedicated host cluster, the instance is preferentially deployed on the specified dedicated host.
174
- * * If the specified dedicated host does not belong to the specified dedicated host cluster, the instance cannot be created.
179
+ * - If the specified dedicated host belongs to the specified dedicated host cluster, the instance is preferentially deployed on the specified dedicated host.
180
+ *
181
+ * - If the specified dedicated host does not belong to the specified dedicated host cluster, the instance cannot be created.
175
182
  *
176
183
  * You can call the [DescribeDedicatedHostClusters](https://help.aliyun.com/document_detail/184145.html) operation to query the list of dedicated host cluster IDs.
177
184
  *
@@ -207,9 +214,11 @@ export class RunInstancesRequestSecurityOptions extends $dara.Model {
207
214
  *
208
215
  * A value of Enclave indicates that an enclave-based confidential computing environment is built on the instance. When you call the `RunInstances` operation, you can set this parameter only for c7, g7, or r7 instances to use enclave-based confidential computing. Take note of the following items:
209
216
  *
210
- * * The confidential computing feature is in invitational preview.
211
- * * When you use the ECS API to create instances that support enclave-based confidential computing, you can call only the `RunInstances` operation. The `CreateInstance` operation does not support the `SecurityOptions.ConfidentialComputingMode` parameter.
212
- * * Enclave-based confidential computing is implemented based on Alibaba Cloud Trusted System (vTPM). When you build a confidential computing environment on an instance by using Enclave, Alibaba Cloud Trusted System is enabled for the instance. If you set `SecurityOptions.ConfidentialComputingMode` to Enclave when you call this operation, the created instances use enclave-based confidential computing and Alibaba Cloud Trusted System regardless of whether `SecurityOptions.TrustedSystemMode` is set to vTPM.
217
+ * - The confidential computing feature is in invitational preview.
218
+ *
219
+ * - When you use the ECS API to create instances that support enclave-based confidential computing, you can call only the `RunInstances` operation. The `CreateInstance` operation does not support the `SecurityOptions.ConfidentialComputingMode` parameter.
220
+ *
221
+ * - Enclave-based confidential computing is implemented based on Alibaba Cloud Trusted System (vTPM). When you build a confidential computing environment on an instance by using Enclave, Alibaba Cloud Trusted System is enabled for the instance. If you set `SecurityOptions.ConfidentialComputingMode` to Enclave when you call this operation, the created instances use enclave-based confidential computing and Alibaba Cloud Trusted System regardless of whether `SecurityOptions.TrustedSystemMode` is set to vTPM.
213
222
  *
214
223
  * For more information about confidential computing, see [Build a confidential computing environment by using Enclave](https://help.aliyun.com/document_detail/203433.html).
215
224
  *
@@ -223,14 +232,17 @@ export class RunInstancesRequestSecurityOptions extends $dara.Model {
223
232
  *
224
233
  * The trusted system mode supports the following instance families:
225
234
  *
226
- * * g7, c7, and r7
227
- * * Security-enhanced instance families: g7t, c7t, and r7t
235
+ * - g7, c7, and r7
236
+ *
237
+ * - Security-enhanced instance families: g7t, c7t, and r7t
228
238
  *
229
239
  * When you create instances of the preceding instance families, you must set this parameter. Take note of the following items:
230
240
  *
231
- * * To use the Alibaba Cloud trusted system, set this parameter to vTPM. Then, the Alibaba Cloud trusted system performs trust verifications when the instances start.
232
- * * If you do not want to use the Alibaba Cloud trusted system, leave this parameter empty. Note that if your created instances use an enclave-based confidential computing environment (with `SecurityOptions.ConfidentialComputingMode` set to Enclave), the Alibaba Cloud trusted system is enabled for the instances.
233
- * * When you use the ECS API to create instances that use the trusted system, you can call only the `RunInstances` operation. The `CreateInstance` operation does not support the `SecurityOptions.TrustedSystemMode` parameter.
241
+ * - To use the Alibaba Cloud trusted system, set this parameter to vTPM. Then, the Alibaba Cloud trusted system performs trust verifications when the instances start.
242
+ *
243
+ * - If you do not want to use the Alibaba Cloud trusted system, leave this parameter empty. Note that if your created instances use an enclave-based confidential computing environment (with `SecurityOptions.ConfidentialComputingMode` set to Enclave), the Alibaba Cloud trusted system is enabled for the instances.
244
+ *
245
+ * - When you use the ECS API to create instances that use the trusted system, you can call only the `RunInstances` operation. The `CreateInstance` operation does not support the `SecurityOptions.TrustedSystemMode` parameter.
234
246
  *
235
247
  * > If you have configured an instance as a trusted one when you created the instance, you can use only an image that support the trusted system to replace the system disk of the instance.
236
248
  *
@@ -276,14 +288,19 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
276
288
  * @remarks
277
289
  * The category of the system disk. Valid values:
278
290
  *
279
- * * cloud_efficiency: utra disk
280
- * * cloud_ssd: standard SSD
281
- * * cloud_essd: enhanced SSD (ESSD)
282
- * * cloud: basic disk
283
- * * cloud_auto: ESSD AutoPL disk
284
- * * cloud_essd_entry: ESSD Entry disk
291
+ * - cloud_efficiency: utra disk
292
+ *
293
+ * - cloud_ssd: standard SSD
294
+ *
295
+ * - cloud_essd: enhanced SSD (ESSD)
285
296
  *
286
- * > The value of this parameter can be `cloud_essd_entry` only when `InstanceType` is set to `ecs.u1` or `ecs.e`. ecs.u1 indicates the u1 universal instance family and ecs.e indicates the e economy instance family. For information about the u1 and e instance families, see the [u1, universal instance family](https://help.aliyun.com/document_detail/457079.html) section in the "Universal instance families" topic and the [e, economy instance family](https://help.aliyun.com/document_detail/108489.html) section in the "Shared instance families" topic.
297
+ * - cloud: basic disk
298
+ *
299
+ * - cloud_auto: ESSD AutoPL disk
300
+ *
301
+ * - cloud_essd_entry: ESSD Entry disk
302
+ *
303
+ * > The value of this parameter can be `cloud_essd_entry` only when `InstanceType` is set to `ecs.u1` or `ecs.e`. ecs.u1 indicates the u1 universal instance family and ecs.e indicates the e economy instance family. For information about the u1 and e instance families, see the [u1, universal instance family](https://help.aliyun.com/document_detail/457079.html) section in the "Universal instance families" topic and the [e, economy instance family](https://help.aliyun.com/document_detail/108489.html) section in the "Shared instance families" topic.
287
304
  *
288
305
  * For non-I/O optimized instances of retired instance types, the default value is cloud. For other types of instances, the default value is cloud_efficiency.
289
306
  *
@@ -311,10 +328,13 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
311
328
  * @remarks
312
329
  * The performance level of the ESSD to use as the system disk. Default value: PL1. Valid values:
313
330
  *
314
- * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
315
- * * PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.
316
- * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
317
- * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
331
+ * - PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
332
+ *
333
+ * - PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.
334
+ *
335
+ * - PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
336
+ *
337
+ * - PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
318
338
  *
319
339
  * For more information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
320
340
  *
@@ -326,18 +346,21 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
326
346
  * @remarks
327
347
  * The size of the system disk. Unit: GiB. Valid values:
328
348
  *
329
- * * Basic disk: 20 to 500.
349
+ * - Basic disk: 20 to 500.
350
+ *
351
+ * - ESSD: Valid values vary based on the performance level of the ESSD.
352
+ *
353
+ * - PL0 ESSD: 1 to 2048.
354
+ *
355
+ * - PL1 ESSD: 20 to 2048.
330
356
  *
331
- * * ESSD: Valid values vary based on the performance level of the ESSD.
357
+ * - PL2 ESSD: 461 to 2048.
332
358
  *
333
- * * PL0 ESSD: 1 to 2048.
334
- * * PL1 ESSD: 20 to 2048.
335
- * * PL2 ESSD: 461 to 2048.
336
- * * PL3 ESSD: 1261 to 2048.
359
+ * - PL3 ESSD: 1261 to 2048.
337
360
  *
338
- * * ESSD AutoPL disk: 1 to 2048.
361
+ * - ESSD AutoPL disk: 1 to 2048.
339
362
  *
340
- * * Other disk categories: 20 to 2048.
363
+ * - Other disk categories: 20 to 2048.
341
364
  *
342
365
  * The value of this parameter must be at least 1 and greater than or equal to the image size.
343
366
  *
@@ -351,10 +374,11 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
351
374
  * @remarks
352
375
  * Specifies whether to enable the performance burst feature for the system disk. Valid values:
353
376
  *
354
- * * true: enables the performance burst feature for the system disk.
355
- * * false: disables the performance burst feature for the system disk.
377
+ * - true: enables the performance burst feature for the system disk.
356
378
  *
357
- * > This parameter is available only if you set `SystemDisk.Category` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
379
+ * - false: disables the performance burst feature for the system disk.
380
+ *
381
+ * > This parameter is available only if you set `SystemDisk.Category` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
358
382
  *
359
383
  * @example
360
384
  * false
@@ -362,24 +386,25 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
362
386
  burstingEnabled?: boolean;
363
387
  /**
364
388
  * @remarks
365
- * > This parameter is not publicly available.
389
+ * > This parameter is not publicly available.
366
390
  *
367
391
  * @example
368
- * ase-256
392
+ * null
369
393
  */
370
394
  encryptAlgorithm?: string;
371
395
  /**
372
396
  * @remarks
373
397
  * Specifies whether to encrypt the system disk. Valid values:
374
398
  *
375
- * * true: encrypts the system disk.
376
- * * false: does not encrypt the system disk.
399
+ * - true: encrypts the system disk.
400
+ *
401
+ * - false: does not encrypt the system disk.
377
402
  *
378
403
  * Default value: false.
379
404
  *
380
- * > The system disks of instances cannot be encrypted during instance creation in Hong Kong Zone D or Singapore Zone A.
405
+ * > The system disks of instances cannot be encrypted during instance creation in Hong Kong Zone D or Singapore Zone A.
381
406
  *
382
- * > When you use a shared encrypted image to create the disk based on an encrypted snapshot, you must set Encrypted to true to ensure that the disk uses an encryption key of your own.
407
+ * > When you use a shared encrypted image to create the disk based on an encrypted snapshot, you must set Encrypted to true to ensure that the disk uses an encryption key of your own.
383
408
  *
384
409
  * @example
385
410
  * false
@@ -399,7 +424,7 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
399
424
  *
400
425
  * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
401
426
  *
402
- * > This parameter is available only if you set `SystemDisk.Category` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
427
+ * > This parameter is available only if you set `SystemDisk.Category` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
403
428
  *
404
429
  * @example
405
430
  * 40000
@@ -459,15 +484,15 @@ export class RunInstancesRequestSystemDisk extends $dara.Model {
459
484
  export class RunInstancesRequestArn extends $dara.Model {
460
485
  /**
461
486
  * @remarks
462
- * > This parameter is not publicly available.
487
+ * > This parameter is not publicly available.
463
488
  *
464
489
  * @example
465
- * 0
490
+ * null
466
491
  */
467
492
  assumeRoleFor?: number;
468
493
  /**
469
494
  * @remarks
470
- * > This parameter is not publicly available.
495
+ * > This parameter is not publicly available.
471
496
  *
472
497
  * @example
473
498
  * null
@@ -475,7 +500,7 @@ export class RunInstancesRequestArn extends $dara.Model {
475
500
  roleType?: string;
476
501
  /**
477
502
  * @remarks
478
- * > This parameter is not publicly available.
503
+ * > This parameter is not publicly available.
479
504
  *
480
505
  * @example
481
506
  * null
@@ -507,6 +532,19 @@ export class RunInstancesRequestArn extends $dara.Model {
507
532
  }
508
533
 
509
534
  export class RunInstancesRequestClockOptions extends $dara.Model {
535
+ /**
536
+ * @remarks
537
+ * The PTP status. Valid values:
538
+ *
539
+ * - enabled: enables PTP.
540
+ *
541
+ * - disabled: disables PTP.
542
+ *
543
+ * Default Value: disabled.
544
+ *
545
+ * @example
546
+ * enabled
547
+ */
510
548
  ptpStatus?: string;
511
549
  static names(): { [key: string]: string } {
512
550
  return {
@@ -542,10 +580,11 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
542
580
  * @remarks
543
581
  * Specifies whether to enable the performance burst feature for data disk N. Valid values:
544
582
  *
545
- * * true: enables the performance burst feature for the system disk.
546
- * * false: disables the performance burst feature for the data disk.
583
+ * - true: enables the performance burst feature for the system disk.
584
+ *
585
+ * - false: disables the performance burst feature for the data disk.
547
586
  *
548
- * > 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).
587
+ * > 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).
549
588
  *
550
589
  * @example
551
590
  * false
@@ -555,27 +594,27 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
555
594
  * @remarks
556
595
  * The category of data disk N. Valid values:
557
596
  *
558
- * * cloud_efficiency: utra disk.
597
+ * - cloud_efficiency: utra disk.
559
598
  *
560
- * * cloud_ssd: standard SSD.
599
+ * - cloud_ssd: standard SSD.
561
600
  *
562
- * * cloud_essd: ESSD.
601
+ * - cloud_essd: ESSD.
563
602
  *
564
- * * cloud: basic disk.
603
+ * - cloud: basic disk.
565
604
  *
566
- * * cloud_auto: ESSD AutoPL disk.
605
+ * - cloud_auto: ESSD AutoPL disk.
567
606
  *
568
- * * cloud_regional_disk_auto: Regional ESSD.
607
+ * - cloud_regional_disk_auto: Regional ESSD.
569
608
  *
570
- * * cloud_essd_entry: ESSD Entry disk.
609
+ * - cloud_essd_entry: ESSD Entry disk.
571
610
  *
572
- * **
611
+ * \\*\\*
573
612
  *
574
- * **Note** This parameter can be set to `cloud_essd_entry` only when `InstanceType` is set to `ecs.u1` or `ecs.e`.
613
+ * **Note** This parameter can be set to `cloud_essd_entry` only when `InstanceType` is set to `ecs.u1` or `ecs.e`.
575
614
  *
576
- * * elastic_ephemeral_disk_standard: standard elastic ephemeral disk.
615
+ * - elastic_ephemeral_disk_standard: standard elastic ephemeral disk.
577
616
  *
578
- * * elastic_ephemeral_disk_premium: premium elastic ephemeral disk
617
+ * - elastic_ephemeral_disk_premium: premium elastic ephemeral disk
579
618
  *
580
619
  * For I/O optimized instances, the default value is cloud_efficiency. For non-I/O optimized instances, the default value is cloud.
581
620
  *
@@ -587,8 +626,9 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
587
626
  * @remarks
588
627
  * Specifies whether to release data disk N when the associated instance is released. Valid values:
589
628
  *
590
- * * true: releases the data disk when the associated instance is released.
591
- * * false: does not release the data disk when the associated instance is released.
629
+ * - true: releases the data disk when the associated instance is released.
630
+ *
631
+ * - false: does not release the data disk when the associated instance is released.
592
632
  *
593
633
  * Default value: true.
594
634
  *
@@ -608,14 +648,15 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
608
648
  * @remarks
609
649
  * The mount point of data disk N. The mount points are named based on the number of data disks:
610
650
  *
611
- * * 1st to 25th data disks: /dev/xvd`[b-z]`.
612
- * * 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.
651
+ * - 1st to 25th data disks: /dev/xvd`[b-z]`.
613
652
  *
614
- * >
653
+ * - 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.
615
654
  *
616
- * * 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.
655
+ * >
617
656
  *
618
- * * 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.
657
+ * - 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.
658
+ *
659
+ * - 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.
619
660
  *
620
661
  * @example
621
662
  * /dev/xvdb
@@ -631,22 +672,23 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
631
672
  diskName?: string;
632
673
  /**
633
674
  * @remarks
634
- * > This parameter is not publicly available.
675
+ * > This parameter is not publicly available.
635
676
  *
636
677
  * @example
637
- * aes-256
678
+ * null
638
679
  */
639
680
  encryptAlgorithm?: string;
640
681
  /**
641
682
  * @remarks
642
683
  * Specifies whether to encrypt data disk N. Valid values:
643
684
  *
644
- * * true: encrypts the data disk.
645
- * * false: does not encrypt the data disk.
685
+ * - true: encrypts the data disk.
686
+ *
687
+ * - false: does not encrypt the data disk.
646
688
  *
647
689
  * Default value: false.
648
690
  *
649
- * > When you use a shared encrypted image to create the disk based on an encrypted snapshot, you must set Encrypted to true to ensure that the disk uses an encryption key of your own.
691
+ * > When you use a shared encrypted image to create the disk based on an encrypted snapshot, you must set Encrypted to true to ensure that the disk uses an encryption key of your own.
650
692
  *
651
693
  * @example
652
694
  * false
@@ -664,10 +706,13 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
664
706
  * @remarks
665
707
  * 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:
666
708
  *
667
- * * PL0: A single ESSD can deliver up to 10000 random read/write IOPS.
668
- * * PL1 (default): A single ESSD can deliver up to 50000 random read/write IOPS.
669
- * * PL2: A single ESSD can deliver up to 100000 random read/write IOPS.
670
- * * PL3: A single ESSD can deliver up to 1000000 random read/write IOPS.
709
+ * - PL0: A single ESSD can deliver up to 10000 random read/write IOPS.
710
+ *
711
+ * - PL1 (default): A single ESSD can deliver up to 50000 random read/write IOPS.
712
+ *
713
+ * - PL2: A single ESSD can deliver up to 100000 random read/write IOPS.
714
+ *
715
+ * - PL3: A single ESSD can deliver up to 1000000 random read/write IOPS.
671
716
  *
672
717
  * For information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
673
718
  *
@@ -681,7 +726,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
681
726
  *
682
727
  * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
683
728
  *
684
- * > 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).
729
+ * > 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).
685
730
  *
686
731
  * @example
687
732
  * 40000
@@ -691,24 +736,27 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
691
736
  * @remarks
692
737
  * The size of data disk N. Valid values of N: 1 to 16. Unit: GiB. Valid values:
693
738
  *
694
- * * Valid values when DataDisk.N.Category is set to cloud_efficiency: 20 to 32768.
739
+ * - Valid values when DataDisk.N.Category is set to cloud_efficiency: 20 to 32768.
695
740
  *
696
- * * Valid values when DataDisk.N.Category is set to cloud_ssd: 20 to 32768.
741
+ * - Valid values when DataDisk.N.Category is set to cloud_ssd: 20 to 32768.
697
742
  *
698
- * * Valid values when DataDisk.N.Category is set to cloud_essd: vary based on the value of `DataDisk.N.PerformanceLevel`.
743
+ * - Valid values when DataDisk.N.Category is set to cloud_essd: vary based on the value of `DataDisk.N.PerformanceLevel`.
699
744
  *
700
- * * Valid values when DataDisk.N.PerformanceLevel is set to PL0: 1 to 65536.
701
- * * Valid values when DataDisk.N.PerformanceLevel is set to PL1: 20 to 65536.
702
- * * Valid values when DataDisk.N.PerformanceLevel is set to PL2: 461 to 65536.
703
- * * Valid values when DataDisk.N.PerformanceLevel is set to PL3: 1261 to 65536.
745
+ * - Valid values when DataDisk.N.PerformanceLevel is set to PL0: 1 to 65536.
704
746
  *
705
- * * Valid values when DataDisk.N.Category is set to cloud: 5 to 2000.
747
+ * - Valid values when DataDisk.N.PerformanceLevel is set to PL1: 20 to 65536.
706
748
  *
707
- * * Valid values when DataDisk.N.Category is set to cloud_auto: 1 to 65536.
749
+ * - Valid values when DataDisk.N.PerformanceLevel is set to PL2: 461 to 65536.
708
750
  *
709
- * * Valid values when DataDisk.N.Category is set to cloud_essd_entry: 10 to 32768.
751
+ * - Valid values when DataDisk.N.PerformanceLevel is set to PL3: 1261 to 65536.
710
752
  *
711
- * > The value of this parameter must be greater than or equal to the size of the snapshot specified by `DataDisk.N.SnapshotId`.
753
+ * - Valid values when DataDisk.N.Category is set to cloud: 5 to 2000.
754
+ *
755
+ * - Valid values when DataDisk.N.Category is set to cloud_auto: 1 to 65536.
756
+ *
757
+ * - Valid values when DataDisk.N.Category is set to cloud_essd_entry: 10 to 32768.
758
+ *
759
+ * > The value of this parameter must be greater than or equal to the size of the snapshot specified by `DataDisk.N.SnapshotId`.
712
760
  *
713
761
  * @example
714
762
  * 2000
@@ -786,8 +834,9 @@ export class RunInstancesRequestImageOptions extends $dara.Model {
786
834
  * @remarks
787
835
  * Specifies whether the instance that uses the image supports logons of the ecs-user user. Valid values:
788
836
  *
789
- * * true
790
- * * false
837
+ * - true
838
+ *
839
+ * - false
791
840
  *
792
841
  * @example
793
842
  * false
@@ -819,12 +868,13 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
819
868
  * @remarks
820
869
  * Specifies whether to release ENI N when the associated instance is released. Valid values:
821
870
  *
822
- * * true: releases the ENI when the associated instance is released.
823
- * * false: retains the ENI when the associated instance is released.
871
+ * - true: releases the ENI when the associated instance is released.
872
+ *
873
+ * - false: retains the ENI when the associated instance is released.
824
874
  *
825
875
  * Default value: true.
826
876
  *
827
- * > This parameter takes effect only for secondary ENIs.
877
+ * > This parameter takes effect only for secondary ENIs.
828
878
  *
829
879
  * @example
830
880
  * true
@@ -836,9 +886,11 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
836
886
  *
837
887
  * Take note of the following items:
838
888
  *
839
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
840
- * * The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
841
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you do not need to specify this parameter.
889
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
890
+ *
891
+ * - The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
892
+ *
893
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you do not need to specify this parameter.
842
894
  *
843
895
  * @example
844
896
  * Network_Description
@@ -850,8 +902,9 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
850
902
  *
851
903
  * Valid values:
852
904
  *
853
- * * Primary: the primary ENI
854
- * * Secondary
905
+ * - Primary: the primary ENI
906
+ *
907
+ * - Secondary
855
908
  *
856
909
  * Default value: Secondary.
857
910
  *
@@ -867,8 +920,9 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
867
920
  *
868
921
  * Take note of the following items:
869
922
  *
870
- * * This parameter takes effect only when `NetworkInterface.N.InstanceType` is set to `Primary`. If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you cannot specify this parameter.
871
- * * If you specify this parameter, you must set `Amount` to 1 and cannot specify `Ipv6AddressCount`, `Ipv6Address.N`, or `NetworkInterface.N.Ipv6AddressCount`.
923
+ * - This parameter takes effect only when `NetworkInterface.N.InstanceType` is set to `Primary`. If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you cannot specify this parameter.
924
+ *
925
+ * - If you specify this parameter, you must set `Amount` to 1 and cannot specify `Ipv6AddressCount`, `Ipv6Address.N`, or `NetworkInterface.N.Ipv6AddressCount`.
872
926
  */
873
927
  ipv6Address?: string[];
874
928
  /**
@@ -877,8 +931,9 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
877
931
  *
878
932
  * Take note of the following items:
879
933
  *
880
- * * This parameter takes effect only when `NetworkInterface.N.InstanceType` is set to `Primary`. If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you cannot specify this parameter.
881
- * * If you specify this parameter, you cannot specify `Ipv6AddressCount`, `Ipv6Address.N`, or `NetworkInterface.N.Ipv6Address.N`.
934
+ * - This parameter takes effect only when `NetworkInterface.N.InstanceType` is set to `Primary`. If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you cannot specify this parameter.
935
+ *
936
+ * - If you specify this parameter, you cannot specify `Ipv6AddressCount`, `Ipv6Address.N`, or `NetworkInterface.N.Ipv6Address.N`.
882
937
  *
883
938
  * @example
884
939
  * 1
@@ -890,9 +945,11 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
890
945
  *
891
946
  * Take note of the following items:
892
947
  *
893
- * * You can specify NIC indexes only for instances of specific instance types.
894
- * * If you set NetworkInterface.N.InstanceType to Primary, you can set NetworkInterface.N.NetworkCardIndex only to 0 for instance types that support network cards.
895
- * * If you set NetworkInterface.N.InstanceType to Secondary or leave NetworkInterface.N.InstanceType empty, you can specify NetworkInterface.N.NetworkCardIndex based on instance types if the instance types support network cards. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
948
+ * - You can specify NIC indexes only for instances of specific instance types.
949
+ *
950
+ * - If you set NetworkInterface.N.InstanceType to Primary, you can set NetworkInterface.N.NetworkCardIndex only to 0 for instance types that support network cards.
951
+ *
952
+ * - If you set NetworkInterface.N.InstanceType to Secondary or leave NetworkInterface.N.InstanceType empty, you can specify NetworkInterface.N.NetworkCardIndex based on instance types if the instance types support network cards. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
896
953
  *
897
954
  * @example
898
955
  * 0
@@ -904,7 +961,7 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
904
961
  *
905
962
  * If you specify this parameter, you must set `Amount` to 1.
906
963
  *
907
- * > This parameter takes effect only for secondary ENIs. After you specify an existing secondary ENI, you cannot specify other ENI creation parameters.
964
+ * > This parameter takes effect only for secondary ENIs. After you specify an existing secondary ENI, you cannot specify other ENI creation parameters.
908
965
  *
909
966
  * @example
910
967
  * eni-bp1gn106np8jhxhj****
@@ -916,8 +973,9 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
916
973
  *
917
974
  * Take note of the following items:
918
975
  *
919
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
920
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you do not need to specify this parameter.
976
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
977
+ *
978
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you do not need to specify this parameter.
921
979
  *
922
980
  * @example
923
981
  * Network_Name
@@ -927,12 +985,13 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
927
985
  * @remarks
928
986
  * The communication mode of ENI N. Valid values:
929
987
  *
930
- * * Standard: uses the TCP communication mode.
931
- * * HighPerformance: uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
988
+ * - Standard: uses the TCP communication mode.
989
+ *
990
+ * - HighPerformance: uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
932
991
  *
933
992
  * Default value: Standard.
934
993
  *
935
- * > The number of ERIs on an instance cannot exceed the maximum number of ERIs that the instance type supports. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
994
+ * > The number of ERIs on an instance cannot exceed the maximum number of ERIs that the instance type supports. For more information, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
936
995
  *
937
996
  * @example
938
997
  * Standard
@@ -944,18 +1003,19 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
944
1003
  *
945
1004
  * Take note of the following items:
946
1005
  *
947
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1006
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
948
1007
  *
949
- * * If the value of N is 1, you can configure a primary or secondary ENI. If you specify this parameter, set `Amount` to a numeric value greater than 1, and set NetworkInterface.N.InstanceType to Primary, the specified number of instances are created and consecutive primary IP addresses starting from the specified IP address are assigned to the instances. In this case, you cannot attach secondary ENIs to the instances.
950
- * * If you specify this parameter, set `Amount` to a numeric value greater than 1, and set NetworkInterface.N.InstanceType to Primary, you cannot set `NetworkInterface.2.InstanceType` to Secondary to attach a secondary ENI.
1008
+ * - If the value of N is 1, you can configure a primary or secondary ENI. If you specify this parameter, set `Amount` to a numeric value greater than 1, and set NetworkInterface.N.InstanceType to Primary, the specified number of instances are created and consecutive primary IP addresses starting from the specified IP address are assigned to the instances. In this case, you cannot attach secondary ENIs to the instances.
951
1009
  *
952
- * * If you set `NetworkInterface.N.InstanceType` to `Primary`, this parameter is equivalent to `PrivateIpAddress`. You cannot specify both this parameter and `PrivateIpAddress` in the same request.
1010
+ * - If you specify this parameter, set `Amount` to a numeric value greater than 1, and set NetworkInterface.N.InstanceType to Primary, you cannot set `NetworkInterface.2.InstanceType` to Secondary to attach a secondary ENI.
953
1011
  *
954
- * * If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, the specified primary IP address is assigned to the secondary ENI. The default value is an IP address that is randomly selected from within the CIDR block of the vSwitch to which to connect the secondary ENI.
1012
+ * - If you set `NetworkInterface.N.InstanceType` to `Primary`, this parameter is equivalent to `PrivateIpAddress`. You cannot specify both this parameter and `PrivateIpAddress` in the same request.
955
1013
  *
956
- * >
1014
+ * - If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, the specified primary IP address is assigned to the secondary ENI. The default value is an IP address that is randomly selected from within the CIDR block of the vSwitch to which to connect the secondary ENI.
957
1015
  *
958
- * * The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the following IP addresses are reserved: 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255.
1016
+ * >
1017
+ *
1018
+ * - The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the following IP addresses are reserved: 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255.
959
1019
  *
960
1020
  * @example
961
1021
  * ``172.16.**.**``
@@ -967,10 +1027,13 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
967
1027
  *
968
1028
  * Take note of the following items:
969
1029
  *
970
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
971
- * * The value of this parameter cannot exceed the maximum number of queues allowed per ENI.
972
- * * The total number of queues for all ENIs of an instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and check the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` values in the response.
973
- * * If you specify this parameter and set `NetworkInterface.N.InstanceType` to `Primary`, you cannot specify `NetworkInterfaceQueueNumber`.
1030
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1031
+ *
1032
+ * - The value of this parameter cannot exceed the maximum number of queues allowed per ENI.
1033
+ *
1034
+ * - The total number of queues for all ENIs of an instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and check the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` values in the response.
1035
+ *
1036
+ * - If you specify this parameter and set `NetworkInterface.N.InstanceType` to `Primary`, you cannot specify `NetworkInterfaceQueueNumber`.
974
1037
  *
975
1038
  * @example
976
1039
  * 8
@@ -982,7 +1045,7 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
982
1045
  *
983
1046
  * If you want to attach multiple ERIs to a created instance, we recommend that you specify QueuePairNumber for each ERI based on the value of `QueuePairNumber` supported by the instance type and the number of ERIs that you want to use. Make sure that the total number of QPs of all ERIs does not exceed the maximum number of QPs supported by the instance type. For information about the maximum number of QPs supported by an instance type, see [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html).
984
1047
  *
985
- * > If you do not specify QueuePairNumber for an ERI, the maximum number of QPs supported by the instance type is used as the number of QPs supported by the ERI. In this case, you cannot attach an additional ERI to the instance. However, you can attach other types of ENIs to the instance.
1048
+ * > If you do not specify QueuePairNumber for an ERI, the maximum number of QPs supported by the instance type is used as the number of QPs supported by the ERI. In this case, you cannot attach an additional ERI to the instance. However, you can attach other types of ENIs to the instance.
986
1049
  *
987
1050
  * @example
988
1051
  * 0
@@ -992,18 +1055,31 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
992
1055
  * @remarks
993
1056
  * The receive (Rx) queue depth of ENI N.
994
1057
  *
995
- * > This parameter is in invitational preview and is not publicly available. To use this parameter, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
1058
+ * > This parameter is in invitational preview and is not publicly available. To use this parameter, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
996
1059
  *
997
1060
  * Take note of the following items:
998
1061
  *
999
- * * This parameter is applicable only to 7th-generation or later ECS instance types.
1000
- * * This parameter is applicable to Linux images.
1001
- * * A larger Rx queue depth yields higher inbound throughput and reduces packet loss rates but consumes more memory.
1062
+ * - This parameter is applicable only to 7th-generation or later ECS instance types.
1063
+ *
1064
+ * - This parameter is applicable to Linux images.
1065
+ *
1066
+ * - A larger Rx queue depth yields higher inbound throughput and reduces packet loss rates but consumes more memory.
1002
1067
  *
1003
1068
  * @example
1004
1069
  * 8192
1005
1070
  */
1006
1071
  rxQueueSize?: number;
1072
+ /**
1073
+ * @remarks
1074
+ * The number of secondary private IPv4 addresses to assign to the ENI. Valid values: 1 to 49.
1075
+ *
1076
+ * - The value must not exceed the IP address limit for the instance type. For more information, see [instance family](~~~25378~~).
1077
+ *
1078
+ * - `NetworkInterface.N.SecondaryPrivateIpAddressCount` specifies the number of secondary private IPv4 addresses to assign to the ENI (excluding the primary private IP address of the ENI). The system randomly assigns these addresses from the available segment of the virtual switch (`NetworkInterface.N.VSwitchId`) to which the ENI belongs.
1079
+ *
1080
+ * @example
1081
+ * 10
1082
+ */
1007
1083
  secondaryPrivateIpAddressCount?: number;
1008
1084
  /**
1009
1085
  * @remarks
@@ -1011,9 +1087,11 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1011
1087
  *
1012
1088
  * Take note of the following items:
1013
1089
  *
1014
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1015
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you must specify this parameter. In this case, this parameter is equivalent to `SecurityGroupId` and you cannot specify `SecurityGroupId`, `SecurityGroupIds.N`, or `NetworkInterface.N.SecurityGroupIds.N`.
1016
- * * If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you do not need to specify this parameter. The default value is the ID of the security group to which to assign the instance.
1090
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1091
+ *
1092
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you must specify this parameter. In this case, this parameter is equivalent to `SecurityGroupId` and you cannot specify `SecurityGroupId`, `SecurityGroupIds.N`, or `NetworkInterface.N.SecurityGroupIds.N`.
1093
+ *
1094
+ * - If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you do not need to specify this parameter. The default value is the ID of the security group to which to assign the instance.
1017
1095
  *
1018
1096
  * @example
1019
1097
  * sg-bp67acfmxazb4p****
@@ -1023,13 +1101,15 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1023
1101
  * @remarks
1024
1102
  * The IDs of security groups to which to assign ENI N.
1025
1103
  *
1026
- * * The value of the first N in this parameter cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1027
- * * The second N in this parameter indicates that one or more security group IDs can be specified. The valid values of the second N vary based on the maximum number of security groups to which an instance can belong. For more information, see [Security group limits](~~25412#SecurityGroupQuota1~~).
1104
+ * - The value of the first N in this parameter cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1105
+ *
1106
+ * - The second N in this parameter indicates that one or more security group IDs can be specified. The valid values of the second N vary based on the maximum number of security groups to which an instance can belong. For more information, see [Security group limits](~~25412#SecurityGroupQuota1~~).
1028
1107
  *
1029
1108
  * Take note of the following items:
1030
1109
  *
1031
- * * If you set `NetworkInterface.N.InstanceType` to `Primary`, you must specify this parameter or `NetworkInterface.N.SecurityGroupId`. In this case, this parameter is equivalent to `SecurityGroupIds.N`, and you cannot specify `SecurityGroupId`, `SecurityGroupIds.N`, or `NetworkInterface.N.SecurityGroupId`.
1032
- * * If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you do not need to specify this parameter. The default value is the ID of the security group to which to assign the instance.
1110
+ * - If you set `NetworkInterface.N.InstanceType` to `Primary`, you must specify this parameter or `NetworkInterface.N.SecurityGroupId`. In this case, this parameter is equivalent to `SecurityGroupIds.N`, and you cannot specify `SecurityGroupId`, `SecurityGroupIds.N`, or `NetworkInterface.N.SecurityGroupId`.
1111
+ *
1112
+ * - If you set `NetworkInterface.N.InstanceType` to `Secondary` or leave NetworkInterface.N.InstanceType empty, you do not need to specify this parameter. The default value is the ID of the security group to which to assign the instance.
1033
1113
  *
1034
1114
  * @example
1035
1115
  * sg-bp15ed6xe1yxeycg7****
@@ -1039,12 +1119,13 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1039
1119
  * @remarks
1040
1120
  * 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:
1041
1121
  *
1042
- * * true: enables the performance burst feature for the system disk.
1043
- * * false: disables the performance burst feature for the data disk.
1122
+ * - true: enables the performance burst feature for the system disk.
1123
+ *
1124
+ * - false: disables the performance burst feature for the data disk.
1044
1125
  *
1045
1126
  * Default value: false.
1046
1127
  *
1047
- * > 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).
1128
+ * > 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).
1048
1129
  *
1049
1130
  * @example
1050
1131
  * false
@@ -1054,13 +1135,15 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1054
1135
  * @remarks
1055
1136
  * The Tx queue depth of ENI N.
1056
1137
  *
1057
- * > This parameter is in invitational preview and is not publicly available. To use this parameter, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
1138
+ * > This parameter is in invitational preview and is not publicly available. To use this parameter, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
1058
1139
  *
1059
1140
  * Take note of the following items:
1060
1141
  *
1061
- * * This parameter is applicable only to 7th-generation or later ECS instance types.
1062
- * * This parameter is applicable to Linux images.
1063
- * * A larger Tx queue depth yields higher outbound throughput and reduces packet loss rates but consumes more memory.
1142
+ * - This parameter is applicable only to 7th-generation or later ECS instance types.
1143
+ *
1144
+ * - This parameter is applicable to Linux images.
1145
+ *
1146
+ * - A larger Tx queue depth yields higher outbound throughput and reduces packet loss rates but consumes more memory.
1064
1147
  *
1065
1148
  * @example
1066
1149
  * 8192
@@ -1072,9 +1155,11 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1072
1155
  *
1073
1156
  * When you specify this parameter, take note of the following items:
1074
1157
  *
1075
- * * The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1076
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you must specify this parameter. In this case, this parameter is equivalent to `VSwitchId`. You cannot specify both NetworkInterface.N.VSwitchId and `VSwitchId` in the same request.
1077
- * * If `NetworkInterface.N.InstanceType` is set to `Secondary` or left empty, you do not need to specify this parameter. The default value is the VSwitchId value.
1158
+ * - The value of N cannot exceed the maximum number of ENIs per instance that the instance type supports. For the maximum number of ENIs per instance that an instance type supports, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/2679699.html) operation.
1159
+ *
1160
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you must specify this parameter. In this case, this parameter is equivalent to `VSwitchId`. You cannot specify both NetworkInterface.N.VSwitchId and `VSwitchId` in the same request.
1161
+ *
1162
+ * - If `NetworkInterface.N.InstanceType` is set to `Secondary` or left empty, you do not need to specify this parameter. The default value is the VSwitchId value.
1078
1163
  *
1079
1164
  * @example
1080
1165
  * vsw-bp67acfmxazb4p****
@@ -1144,22 +1229,34 @@ export class RunInstancesRequestNetworkInterface extends $dara.Model {
1144
1229
  }
1145
1230
 
1146
1231
  export class RunInstancesRequestNetworkOptions extends $dara.Model {
1232
+ /**
1233
+ * @remarks
1234
+ * The bandwidth weight value of the instance. The valid range varies depending on the instance type. To determine the supported bandwidth weight levels for a specific instance type, call the DescribeInstanceTypes API. The BandwidthWeighting field in the response indicates the supported bandwidth weight tiers for that instance type. You can use the name field from the returned dictionary values, such as Vpc-L1 or Ebs-L1.
1235
+ *
1236
+ * @example
1237
+ * Default
1238
+ */
1147
1239
  bandwidthWeighting?: string;
1148
1240
  /**
1149
1241
  * @remarks
1150
1242
  * Specifies whether to enable the Jumbo Frames feature for the instance. Valid values:
1151
1243
  *
1152
- * * false: does not enable the Jumbo Frames feature for the instance. The maximum transmission unit (MTU) value of all ENIs on the instance is set to 1500.
1153
- * * true: enables the Jumbo Frames feature for the instance. The MTU value of all ENIs on the instance is set to 8500.
1244
+ * - false: does not enable the Jumbo Frames feature for the instance. The maximum transmission unit (MTU) value of all ENIs on the instance is set to 1500.
1245
+ *
1246
+ * - true: enables the Jumbo Frames feature for the instance. The MTU value of all ENIs on the instance is set to 8500.
1154
1247
  *
1155
1248
  * Default value: true.
1156
1249
  *
1157
- * > The Jumbo Frames feature is supported by only 8th-generation or later instance types. For more information, see [Jumbo Frames](https://help.aliyun.com/document_detail/200512.html).
1250
+ * > The Jumbo Frames feature is supported by only 8th-generation or later instance types. For more information, see [Jumbo Frames](https://help.aliyun.com/document_detail/200512.html).
1158
1251
  *
1159
1252
  * @example
1160
1253
  * false
1161
1254
  */
1162
1255
  enableJumboFrame?: boolean;
1256
+ /**
1257
+ * @remarks
1258
+ * > This parameter is in invitational preview and is not publicly available yet.
1259
+ */
1163
1260
  enableNetworkEncryption?: boolean;
1164
1261
  static names(): { [key: string]: string } {
1165
1262
  return {
@@ -1191,8 +1288,9 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1191
1288
  * @remarks
1192
1289
  * Specifies whether DNS Resolution from the Instance ID-based Hostname to the Instance Primary Private IPv6 Address (AAAA Record) is enabled. Valid values:
1193
1290
  *
1194
- * * true
1195
- * * false
1291
+ * - true
1292
+ *
1293
+ * - false
1196
1294
  *
1197
1295
  * Default value: false.
1198
1296
  *
@@ -1204,8 +1302,9 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1204
1302
  * @remarks
1205
1303
  * Specifies whether DNS Resolution from the Instance ID-based Hostname to the Instance Primary Private IPv4 Address (A Record) is enabled. Valid values:
1206
1304
  *
1207
- * * true
1208
- * * false
1305
+ * - true
1306
+ *
1307
+ * - false
1209
1308
  *
1210
1309
  * Default value: false.
1211
1310
  *
@@ -1217,8 +1316,9 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1217
1316
  * @remarks
1218
1317
  * Specifies whether DNS Resolution from the IP Address-based Hostname to the Instance Primary Private IPv4 Address (A Record) is enabled. Valid values:
1219
1318
  *
1220
- * * true
1221
- * * false
1319
+ * - true
1320
+ *
1321
+ * - false
1222
1322
  *
1223
1323
  * Default value: false.
1224
1324
  *
@@ -1230,8 +1330,9 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1230
1330
  * @remarks
1231
1331
  * Specifies whether Reverse DNS Resolution from the Instance Primary Private IPv4 Address to the IP Address-based Hostname (PTR Record) is enabled. Valid values:
1232
1332
  *
1233
- * * true
1234
- * * false
1333
+ * - true
1334
+ *
1335
+ * - false
1235
1336
  *
1236
1337
  * Default value: false.
1237
1338
  *
@@ -1243,9 +1344,11 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1243
1344
  * @remarks
1244
1345
  * The type of hostname. Valid values:
1245
1346
  *
1246
- * * Custom: custom hostname
1247
- * * IpBased: IP address-based hostname
1248
- * * InstanceIdBased: instance ID-based hostname
1347
+ * - Custom: custom hostname
1348
+ *
1349
+ * - IpBased: IP address-based hostname
1350
+ *
1351
+ * - InstanceIdBased: instance ID-based hostname
1249
1352
  *
1250
1353
  * Default value: Custom.
1251
1354
  *
@@ -1285,7 +1388,7 @@ export class RunInstancesRequestPrivateDnsNameOptions extends $dara.Model {
1285
1388
  export class RunInstancesRequestTag extends $dara.Model {
1286
1389
  /**
1287
1390
  * @remarks
1288
- * The key of tag N to add to the instance, disks, and primary ENI. 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 contain http:// or https://. The tag key cannot start with acs: or aliyun.
1391
+ * The key of tag N to add to the instance, disks, and primary ENI. 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 contain http\\:// or https\\://. The tag key cannot start with acs: or aliyun.
1289
1392
  *
1290
1393
  * @example
1291
1394
  * TestKey
@@ -1293,7 +1396,7 @@ export class RunInstancesRequestTag extends $dara.Model {
1293
1396
  key?: string;
1294
1397
  /**
1295
1398
  * @remarks
1296
- * The value of tag N to add to the instance, disks, and primary ENI. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://.
1399
+ * The value of tag N to add to the instance, disks, and primary ENI. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http\\:// or https\\://.
1297
1400
  *
1298
1401
  * @example
1299
1402
  * TestValue
@@ -1333,8 +1436,9 @@ export class RunInstancesRequest extends $dara.Model {
1333
1436
  * @remarks
1334
1437
  * Specifies whether to associate an instance on a dedicated host with the dedicated host. Valid values:
1335
1438
  *
1336
- * * default: does not associate the instance with the dedicated host. When you start an instance that was stopped in economical mode, the instance is automatically deployed to another dedicated host in the automatic deployment resource pool if the available resources of the original dedicated host are insufficient.
1337
- * * host: associates the instance with the dedicated host. When you start an instance that was stopped in economical mode, the instance remains on the original dedicated host. If the available resources of the original dedicated host are insufficient, the instance cannot be started.
1439
+ * - default: does not associate the instance with the dedicated host. When you start an instance that was stopped in economical mode, the instance is automatically deployed to another dedicated host in the automatic deployment resource pool if the available resources of the original dedicated host are insufficient.
1440
+ *
1441
+ * - host: associates the instance with the dedicated host. When you start an instance that was stopped in economical mode, the instance remains on the original dedicated host. If the available resources of the original dedicated host are insufficient, the instance cannot be started.
1338
1442
  *
1339
1443
  * Default value: default.
1340
1444
  *
@@ -1348,13 +1452,15 @@ export class RunInstancesRequest extends $dara.Model {
1348
1452
  *
1349
1453
  * The number of ECS instances that can be created varies based on the Amount and MinAmount values.
1350
1454
  *
1351
- * * If you do not specify MinAmount, the RunInstances operation creates ECS instances based on the Amount value. If the available resources are insufficient to create the desired number of ECS instances, the RunInstances operation returns an error response and no ECS instances are created.
1455
+ * - If you do not specify MinAmount, the RunInstances operation creates ECS instances based on the Amount value. If the available resources are insufficient to create the desired number of ECS instances, the RunInstances operation returns an error response and no ECS instances are created.
1456
+ *
1457
+ * - If you specify MinAmount, take note of the following items:
1352
1458
  *
1353
- * * If you specify MinAmount, take note of the following items:
1459
+ * - If the available resources are insufficient to create the minimum number of ECS instances, no ECS instances are created and the RunInstances operation returns an error response.
1354
1460
  *
1355
- * * If the available resources are insufficient to create the minimum number of ECS instances, no ECS instances are created and the RunInstances operation returns an error response.
1356
- * * If the available resources are insufficient to create the desired number of ECS instances but are sufficient to create the minimum number of ECS instances, the RunInstances operation uses the available resources to create ECS instances and returns a success response. In this case, the number of ECS instances that can be created is less than the desired number of ECS instances.
1357
- * * If the available resources are sufficient to create the desired number of ECS instances, the RunInstances operation uses the available resources to create the desired number of ECS instances and returns a success response.
1461
+ * - If the available resources are insufficient to create the desired number of ECS instances but are sufficient to create the minimum number of ECS instances, the RunInstances operation uses the available resources to create ECS instances and returns a success response. In this case, the number of ECS instances that can be created is less than the desired number of ECS instances.
1462
+ *
1463
+ * - If the available resources are sufficient to create the desired number of ECS instances, the RunInstances operation uses the available resources to create the desired number of ECS instances and returns a success response.
1358
1464
  *
1359
1465
  * Default value: 1.
1360
1466
  *
@@ -1364,24 +1470,24 @@ export class RunInstancesRequest extends $dara.Model {
1364
1470
  amount?: number;
1365
1471
  /**
1366
1472
  * @remarks
1367
- * > This parameter is not publicly available.
1473
+ * > This parameter is not publicly available.
1368
1474
  */
1369
1475
  arn?: RunInstancesRequestArn[];
1370
1476
  /**
1371
1477
  * @remarks
1372
1478
  * Specifies whether to automatically complete the payment for instance creation. Valid values:
1373
1479
  *
1374
- * * true: The payment is automatically completed.
1480
+ * - true: The payment is automatically completed.
1375
1481
  *
1376
- * **
1482
+ * \\*\\*
1377
1483
  *
1378
- * **Note** Make sure that your account balance is sufficient. Otherwise, your order becomes invalid and is canceled. If your account balance is insufficient, you can set `AutoPay` to `false` to generate an unpaid order. Then, you can log on to the ECS console to pay for the order.
1484
+ * **Note** Make sure that your account balance is sufficient. Otherwise, your order becomes invalid and is canceled. If your account balance is insufficient, you can set `AutoPay` to `false` to generate an unpaid order. Then, you can log on to the ECS console to pay for the order.
1379
1485
  *
1380
- * * false: An order is generated but no payment is made.
1486
+ * - false: An order is generated but no payment is made.
1381
1487
  *
1382
- * **
1488
+ * \\*\\*
1383
1489
  *
1384
- * **Note** When `InstanceChargeType` is set to `PostPaid`, `AutoPay` cannot be set to `false`.
1490
+ * **Note** When `InstanceChargeType` is set to `PostPaid`, `AutoPay` cannot be set to `false`.
1385
1491
  *
1386
1492
  * Default value: true.
1387
1493
  *
@@ -1393,9 +1499,11 @@ export class RunInstancesRequest extends $dara.Model {
1393
1499
  * @remarks
1394
1500
  * The time when to automatically release the pay-as-you-go instance. Specify the time in the [ISO 8601 standard](https://help.aliyun.com/document_detail/25696.html) in the `yyyy-MM-ddTHH:mm:ssZ` format. The time must be in UTC.
1395
1501
  *
1396
- * * If the value of seconds (`ss`) is not `00`, the start time is automatically rounded to the nearest minute based on the value of minutes (`mm`).
1397
- * * The specified time must be at least 30 minutes later than the current time.
1398
- * * The specified time can be at most three years later than the current time.
1502
+ * - If the value of seconds (`ss`) is not `00`, the start time is automatically rounded to the nearest minute based on the value of minutes (`mm`).
1503
+ *
1504
+ * - The specified time must be at least 30 minutes later than the current time.
1505
+ *
1506
+ * - The specified time can be at most three years later than the current time.
1399
1507
  *
1400
1508
  * @example
1401
1509
  * 2018-01-01T12:05:00Z
@@ -1405,8 +1513,9 @@ export class RunInstancesRequest extends $dara.Model {
1405
1513
  * @remarks
1406
1514
  * Specifies whether to enable auto-renewal for the instance. This parameter is valid only when the `InstanceChargeType` parameter is set to `PrePaid`. Valid values:
1407
1515
  *
1408
- * * true: enables auto-renewal.
1409
- * * false: does not enable auto-renewal.
1516
+ * - true: enables auto-renewal.
1517
+ *
1518
+ * - false: does not enable auto-renewal.
1410
1519
  *
1411
1520
  * Default value: false.
1412
1521
  *
@@ -1418,8 +1527,9 @@ export class RunInstancesRequest extends $dara.Model {
1418
1527
  * @remarks
1419
1528
  * The auto-renewal period of the instance. Valid values:
1420
1529
  *
1421
- * * Valid values when PeriodUnit is set to Week: 1, 2, and 3.
1422
- * * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
1530
+ * - Valid values when PeriodUnit is set to Week: 1, 2, and 3.
1531
+ *
1532
+ * - Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
1423
1533
  *
1424
1534
  * Default value: 1.
1425
1535
  *
@@ -1429,19 +1539,24 @@ export class RunInstancesRequest extends $dara.Model {
1429
1539
  autoRenewPeriod?: number;
1430
1540
  /**
1431
1541
  * @remarks
1432
- * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.**** For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
1542
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.\\*\\*\\*\\* For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
1433
1543
  *
1434
1544
  * @example
1435
1545
  * 123e4567-e89b-12d3-a456-426655440000
1436
1546
  */
1437
1547
  clientToken?: string;
1548
+ /**
1549
+ * @remarks
1550
+ * Parameters related to instance clock properties.
1551
+ */
1438
1552
  clockOptions?: RunInstancesRequestClockOptions;
1439
1553
  /**
1440
1554
  * @remarks
1441
1555
  * The performance mode of the burstable instance. Valid values:
1442
1556
  *
1443
- * * Standard: the standard mode. For more information, see the "Standard mode" section in [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
1444
- * * Unlimited: the unlimited mode. For more information, see the "Unlimited mode" section in [Burstable instances](https://help.aliyun.com/document_detail/59977.html).
1557
+ * - Standard: the standard mode. For more information, see the "Standard mode" section in [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
1558
+ *
1559
+ * - Unlimited: the unlimited mode. For more information, see the "Unlimited mode" section in [Burstable instances](https://help.aliyun.com/document_detail/59977.html).
1445
1560
  *
1446
1561
  * @example
1447
1562
  * Standard
@@ -1468,8 +1583,9 @@ export class RunInstancesRequest extends $dara.Model {
1468
1583
  * @remarks
1469
1584
  * Specifies whether to enable release protection for the instance. This parameter determines whether you can use the ECS console or call the [DeleteInstance](https://help.aliyun.com/document_detail/25507.html) operation to release the instance. Valid values:
1470
1585
  *
1471
- * * true: enables release protection for the instance.
1472
- * * false: disables release protection for the instance.
1586
+ * - true: enables release protection for the instance.
1587
+ *
1588
+ * - false: disables release protection for the instance.
1473
1589
  *
1474
1590
  * Default value: false.
1475
1591
  *
@@ -1507,8 +1623,9 @@ export class RunInstancesRequest extends $dara.Model {
1507
1623
  * @remarks
1508
1624
  * Specifies whether to check the validity of the request without actually making the request. Default value: false. Valid values:
1509
1625
  *
1510
- * * true: The validity of the request is checked but the request is not made. Check items include whether required parameters are specified, the request format, service limits, and available ECS resources. If the check fails, the corresponding error code is returned. If the check succeeds, the `DryRunOperation` error code is returned.
1511
- * * false: The validity of the request is checked, and the request is made if the check succeeds.
1626
+ * - true: The validity of the request is checked but the request is not made. Check items include whether required parameters are specified, the request format, service limits, and available ECS resources. If the check fails, the corresponding error code is returned. If the check succeeds, the `DryRunOperation` error code is returned.
1627
+ *
1628
+ * - false: The validity of the request is checked, and the request is made if the check succeeds.
1512
1629
  *
1513
1630
  * @example
1514
1631
  * false
@@ -1518,19 +1635,21 @@ export class RunInstancesRequest extends $dara.Model {
1518
1635
  * @remarks
1519
1636
  * The hostname of the instance. Take note of the following items:
1520
1637
  *
1521
- * * The hostname cannot start or end with a period (.) or hyphen (-). It cannot contain consecutive periods (.) or hyphens (-).
1638
+ * - The hostname cannot start or end with a period (.) or hyphen (-). It cannot contain consecutive periods (.) or hyphens (-).
1639
+ *
1640
+ * - For Windows instances, the hostname must be 2 to 15 characters in length and cannot contain periods (.) or contain only digits. It can contain letters, digits, and hyphens (-).
1522
1641
  *
1523
- * * For Windows instances, the hostname must be 2 to 15 characters in length and cannot contain periods (.) or contain only digits. It can contain letters, digits, and hyphens (-).
1642
+ * - For instances that run other operating systems such as Linux, take note of the following items:
1524
1643
  *
1525
- * * For instances that run other operating systems such as Linux, take note of the following items:
1644
+ * - The hostname must be 2 to 64 characters in length. You can use periods (.) to separate a hostname into multiple segments. Each segment can contain letters, digits, and hyphens (-).
1526
1645
  *
1527
- * * The hostname must be 2 to 64 characters in length. You can use periods (.) to separate a hostname into multiple segments. Each segment can contain letters, digits, and hyphens (-).
1528
- * * You can use the `${instance_id}` placeholder to pass instance IDs into the hostname specified by `HostName`. For example, if you set `HostName` to k8s-${instance_id} and the instance is assigned an ID of `i-123abc****`, the hostname of the instance is `k8s-i-123abc****`.
1646
+ * - You can use the `${instance_id}` placeholder to pass instance IDs into the hostname specified by `HostName`. For example, if you set `HostName` to k8s-${instance_id} and the instance is assigned an ID of `i-123abc****`, the hostname of the instance is `k8s-i-123abc****`.
1529
1647
  *
1530
1648
  * When you create multiple instances, you can perform the following operations:
1531
1649
  *
1532
- * * Batch configure sequential hostnames for the instances. For more information, see [Batch configure sequential names or hostnames for multiple instances](https://help.aliyun.com/document_detail/196048.html).
1533
- * * Use the `HostNames.N` parameter to configure different hostnames for instances. You cannot specify both the `HostName` and `HostNames.N` parameters.
1650
+ * - Batch configure sequential hostnames for the instances. For more information, see [Batch configure sequential names or hostnames for multiple instances](https://help.aliyun.com/document_detail/196048.html).
1651
+ *
1652
+ * - Use the `HostNames.N` parameter to configure different hostnames for instances. You cannot specify both the `HostName` and `HostNames.N` parameters.
1534
1653
  *
1535
1654
  * @example
1536
1655
  * k8s-node-[1,4]-ecshost
@@ -1558,8 +1677,9 @@ export class RunInstancesRequest extends $dara.Model {
1558
1677
  * @remarks
1559
1678
  * Specifies whether to enable the access channel for instance metadata. Valid values:
1560
1679
  *
1561
- * * enabled
1562
- * * disabled
1680
+ * - enabled
1681
+ *
1682
+ * - disabled
1563
1683
  *
1564
1684
  * Default value: enabled.
1565
1685
  *
@@ -1571,18 +1691,19 @@ export class RunInstancesRequest extends $dara.Model {
1571
1691
  httpEndpoint?: string;
1572
1692
  /**
1573
1693
  * @remarks
1574
- * > This parameter is not publicly available.
1694
+ * > This parameter is not publicly available.
1575
1695
  *
1576
1696
  * @example
1577
- * 3
1697
+ * 0
1578
1698
  */
1579
1699
  httpPutResponseHopLimit?: number;
1580
1700
  /**
1581
1701
  * @remarks
1582
1702
  * Specifies whether to forcefully use the security-enhanced mode (IMDSv2) to access instance metadata. Valid values:
1583
1703
  *
1584
- * * optional: does not forcefully use the security-enhanced mode (IMDSv2).
1585
- * * required: forcefully uses the security-enhanced mode (IMDSv2). After you set this parameter to required, you cannot access instance metadata in normal mode.
1704
+ * - optional: does not forcefully use the security-enhanced mode (IMDSv2).
1705
+ *
1706
+ * - required: forcefully uses the security-enhanced mode (IMDSv2). After you set this parameter to required, you cannot access instance metadata in normal mode.
1586
1707
  *
1587
1708
  * Default value: optional.
1588
1709
  *
@@ -1596,16 +1717,19 @@ export class RunInstancesRequest extends $dara.Model {
1596
1717
  * @remarks
1597
1718
  * The name of the image family. You can set this parameter to obtain the latest available custom image from the specified image family to create instances.
1598
1719
  *
1599
- * The name must be 2 to 128 characters in length. The name cannot start with a digit, a special character, http://, or https://. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:).
1720
+ * The name must be 2 to 128 characters in length. The name cannot start with a digit, a special character, http\\://, or https\\://. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:).
1600
1721
  *
1601
1722
  * Take note of the following items:
1602
1723
  *
1603
- * * If you specify `ImageId`, you cannot specify ImageFamily.
1604
- * * If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that has `ImageId` specified, you cannot specify ImageFamily.
1605
- * * If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that does not have `ImageId` specified, you can specify ImageFamily.
1606
- * * If you do not specify `ImageId`, `LaunchTemplateId`, or `LaunchTemplateName`, you can specify ImageFamily.
1724
+ * - If you specify `ImageId`, you cannot specify ImageFamily.
1725
+ *
1726
+ * - If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that has `ImageId` specified, you cannot specify ImageFamily.
1607
1727
  *
1608
- * > For information about image families that are associated with Alibaba Cloud official images, see [Overview of public images](https://help.aliyun.com/document_detail/108393.html).
1728
+ * - If you do not specify `ImageId` but use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template that does not have `ImageId` specified, you can specify ImageFamily.
1729
+ *
1730
+ * - If you do not specify `ImageId`, `LaunchTemplateId`, or `LaunchTemplateName`, you can specify ImageFamily.
1731
+ *
1732
+ * > For information about image families that are associated with Alibaba Cloud official images, see [Overview of public images](https://help.aliyun.com/document_detail/108393.html).
1609
1733
  *
1610
1734
  * @example
1611
1735
  * hangzhou-daily-update
@@ -1628,8 +1752,9 @@ export class RunInstancesRequest extends $dara.Model {
1628
1752
  * @remarks
1629
1753
  * The billing method of the instance. Valid values:
1630
1754
  *
1631
- * * PrePaid: subscription
1632
- * * PostPaid: pay-as-you-go
1755
+ * - PrePaid: subscription
1756
+ *
1757
+ * - PostPaid: pay-as-you-go
1633
1758
  *
1634
1759
  * Default value: PostPaid.
1635
1760
  *
@@ -1653,8 +1778,9 @@ export class RunInstancesRequest extends $dara.Model {
1653
1778
  * @remarks
1654
1779
  * The instance type. If you do not use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template, you must set the `InstanceType` parameter.
1655
1780
  *
1656
- * * Select an instance type. See [Instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation to query the performance data of an instance type, or see [Best practices for instance type selection](https://help.aliyun.com/document_detail/58291.html) to learn about how to select instance types.
1657
- * * Query available resources. Call the [DescribeAvailableResource](https://help.aliyun.com/document_detail/66186.html) operation to query available resources in a specific region or zone.
1781
+ * - Select an instance type. See [Instance families](https://help.aliyun.com/document_detail/25378.html) or call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation to query the performance data of an instance type, or see [Best practices for instance type selection](https://help.aliyun.com/document_detail/58291.html) to learn about how to select instance types.
1782
+ *
1783
+ * - Query available resources. Call the [DescribeAvailableResource](https://help.aliyun.com/document_detail/66186.html) operation to query available resources in a specific region or zone.
1658
1784
  *
1659
1785
  * @example
1660
1786
  * ecs.g6.large
@@ -1664,8 +1790,9 @@ export class RunInstancesRequest extends $dara.Model {
1664
1790
  * @remarks
1665
1791
  * The billing method for network usage. Valid values:
1666
1792
  *
1667
- * * PayByBandwidth: pay-by-bandwidth
1668
- * * PayByTraffic: pay-by-traffic
1793
+ * - PayByBandwidth: pay-by-bandwidth
1794
+ *
1795
+ * - PayByTraffic: pay-by-traffic
1669
1796
  *
1670
1797
  * Default value: PayByTraffic.
1671
1798
  *
@@ -1679,8 +1806,9 @@ export class RunInstancesRequest extends $dara.Model {
1679
1806
  * @remarks
1680
1807
  * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
1681
1808
  *
1682
- * * When the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of InternetMaxBandwidthIn are 1 to 10, and the default value is 10.
1683
- * * When the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the `InternetMaxBandwidthOut` value and the default value is the `InternetMaxBandwidthOut` value.
1809
+ * - When the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of InternetMaxBandwidthIn are 1 to 10, and the default value is 10.
1810
+ *
1811
+ * - When the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the `InternetMaxBandwidthOut` value and the default value is the `InternetMaxBandwidthOut` value.
1684
1812
  *
1685
1813
  * @example
1686
1814
  * 10
@@ -1700,8 +1828,9 @@ export class RunInstancesRequest extends $dara.Model {
1700
1828
  * @remarks
1701
1829
  * Specifies whether the instance is I/O optimized. For instances of [retired instance types](https://help.aliyun.com/document_detail/55263.html), the default value is none. For instances of other instance types, the default value is optimized. Valid values:
1702
1830
  *
1703
- * * none: The instance is not I/O optimized.
1704
- * * optimized: The instance is I/O optimized.
1831
+ * - none: The instance is not I/O optimized.
1832
+ *
1833
+ * - optimized: The instance is I/O optimized.
1705
1834
  *
1706
1835
  * @example
1707
1836
  * optimized
@@ -1715,8 +1844,9 @@ export class RunInstancesRequest extends $dara.Model {
1715
1844
  *
1716
1845
  * Take note of the following items:
1717
1846
  *
1718
- * * If the `Ipv6Address.N` parameter is specified, you must set the `Amount` parameter to 1 and leave the `Ipv6AddressCount` parameter empty.
1719
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot set `Ipv6Addresses.N` or `Ipv6AddressCount` and must set `NetworkInterface.N.Ipv6Addresses.N` or `NetworkInterface.N.Ipv6AddressCount`.
1847
+ * - If the `Ipv6Address.N` parameter is specified, you must set the `Amount` parameter to 1 and leave the `Ipv6AddressCount` parameter empty.
1848
+ *
1849
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot set `Ipv6Addresses.N` or `Ipv6AddressCount` and must set `NetworkInterface.N.Ipv6Addresses.N` or `NetworkInterface.N.Ipv6AddressCount`.
1720
1850
  *
1721
1851
  * @example
1722
1852
  * Ipv6Address.1=2001:db8:1234:1a00::***
@@ -1728,8 +1858,9 @@ export class RunInstancesRequest extends $dara.Model {
1728
1858
  *
1729
1859
  * Take note of the following items:
1730
1860
  *
1731
- * * You cannot specify both the `Ipv6Addresses.N` and `Ipv6AddressCount` parameters.
1732
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `Ipv6Address.N` or `Ipv6AddressCount` but can specify `NetworkInterface.N.Ipv6Address.N` or `NetworkInterface.N.Ipv6AddressCount`.
1861
+ * - You cannot specify both the `Ipv6Addresses.N` and `Ipv6AddressCount` parameters.
1862
+ *
1863
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `Ipv6Address.N` or `Ipv6AddressCount` but can specify `NetworkInterface.N.Ipv6Address.N` or `NetworkInterface.N.Ipv6AddressCount`.
1733
1864
  *
1734
1865
  * @example
1735
1866
  * 1
@@ -1787,13 +1918,15 @@ export class RunInstancesRequest extends $dara.Model {
1787
1918
  *
1788
1919
  * The number of ECS instances that can be created varies based on the Amount and MinAmount values.
1789
1920
  *
1790
- * * If you do not specify MinAmount, the RunInstances operation creates ECS instances based on the Amount value. If the available resources are insufficient to create the desired number of ECS instances, the RunInstances operation returns an error response and no ECS instances are created.
1921
+ * - If you do not specify MinAmount, the RunInstances operation creates ECS instances based on the Amount value. If the available resources are insufficient to create the desired number of ECS instances, the RunInstances operation returns an error response and no ECS instances are created.
1791
1922
  *
1792
- * * If you specify MinAmount, take note of the following items:
1923
+ * - If you specify MinAmount, take note of the following items:
1793
1924
  *
1794
- * * If the available resources are insufficient to create the minimum number of ECS instances, no ECS instances are created and the RunInstances operation returns an error response.
1795
- * * If the available resources are insufficient to create the desired number of ECS instances but are sufficient to create the minimum number of ECS instances, the RunInstances operation uses the available resources to create ECS instances and returns a success response. In this case, the number of ECS instances that can be created is less than the desired number of ECS instances.
1796
- * * If the available resources are sufficient to create the desired number of ECS instances, the RunInstances operation uses the available resources to create the desired number of ECS instances and returns a success response.
1925
+ * - If the available resources are insufficient to create the minimum number of ECS instances, no ECS instances are created and the RunInstances operation returns an error response.
1926
+ *
1927
+ * - If the available resources are insufficient to create the desired number of ECS instances but are sufficient to create the minimum number of ECS instances, the RunInstances operation uses the available resources to create ECS instances and returns a success response. In this case, the number of ECS instances that can be created is less than the desired number of ECS instances.
1928
+ *
1929
+ * - If the available resources are sufficient to create the desired number of ECS instances, the RunInstances operation uses the available resources to create the desired number of ECS instances and returns a success response.
1797
1930
  *
1798
1931
  * @example
1799
1932
  * 2
@@ -1808,9 +1941,11 @@ export class RunInstancesRequest extends $dara.Model {
1808
1941
  * @remarks
1809
1942
  * The number of queues supported by the primary ENI. Take note of the following items:
1810
1943
  *
1811
- * * The value of this parameter cannot exceed the maximum number of queues per ENI allowed for the instance type.
1812
- * * The total number of queues for all ENIs on the instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation to query the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` values.
1813
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `NetworkInterfaceQueueNumber` but can specify `NetworkInterface.N.QueueNumber`.
1944
+ * - The value of this parameter cannot exceed the maximum number of queues per ENI allowed for the instance type.
1945
+ *
1946
+ * - The total number of queues for all ENIs on the instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation to query the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` values.
1947
+ *
1948
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `NetworkInterfaceQueueNumber` but can specify `NetworkInterface.N.QueueNumber`.
1814
1949
  *
1815
1950
  * @example
1816
1951
  * 8
@@ -1827,7 +1962,9 @@ export class RunInstancesRequest extends $dara.Model {
1827
1962
  * @remarks
1828
1963
  * The password of the instance. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include:
1829
1964
  *
1830
- * ()`~!@#$%^&*-_+=|{}[]:;\\"<>,.?/
1965
+ * ```
1966
+ * ()`~!@#$%^&*-_+=|{}[]:;\\"<>,.?/
1967
+ * ```
1831
1968
  *
1832
1969
  * For Windows instances, the password cannot start with a forward slash (/).
1833
1970
  *
@@ -1841,8 +1978,9 @@ export class RunInstancesRequest extends $dara.Model {
1841
1978
  * @remarks
1842
1979
  * Specifies whether to use the password preset in the image. Valid values:
1843
1980
  *
1844
- * * true: uses the preset password.
1845
- * * false: does not use the preset password.
1981
+ * - true: uses the preset password.
1982
+ *
1983
+ * - false: does not use the preset password.
1846
1984
  *
1847
1985
  * Default value: false.
1848
1986
  *
@@ -1856,8 +1994,9 @@ export class RunInstancesRequest extends $dara.Model {
1856
1994
  * @remarks
1857
1995
  * The subscription period of the instance. The unit is specified by the `PeriodUnit` parameter. This parameter is valid and required only when `InstanceChargeType` is set to `PrePaid`. If the `DedicatedHostId` parameter is specified, the value of Period must not exceed the subscription period of the specified dedicated host. Valid values:
1858
1996
  *
1859
- * * Valid values when PeriodUnit is set to Week: 1, 2, 3, and 4.
1860
- * * Valid values when PeriodUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
1997
+ * - Valid values when PeriodUnit is set to Week: 1, 2, 3, and 4.
1998
+ *
1999
+ * - Valid values when PeriodUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
1861
2000
  *
1862
2001
  * @example
1863
2002
  * 1
@@ -1867,8 +2006,9 @@ export class RunInstancesRequest extends $dara.Model {
1867
2006
  * @remarks
1868
2007
  * The unit of the subscription period. Default value: Month. Valid values:
1869
2008
  *
1870
- * * Week
1871
- * * Month
2009
+ * - Week
2010
+ *
2011
+ * - Month
1872
2012
  *
1873
2013
  * @example
1874
2014
  * Month
@@ -1887,14 +2027,15 @@ export class RunInstancesRequest extends $dara.Model {
1887
2027
  *
1888
2028
  * Take note of the following items:
1889
2029
  *
1890
- * * If `PrivateIpAddress` is specified, take note of the following items:
2030
+ * - If `PrivateIpAddress` is specified, take note of the following items:
1891
2031
  *
1892
- * * If `Amount` is set to 1, a single instance is created and the specified private IP address is assigned to the instance.
1893
- * * If `Amount` is set to a numeric value greater than 1, the specified number of instances are created and consecutive private IP addresses starting from the specified one are assigned to the instances. In this case, you cannot specify parameters that start with `NetworkInterface.N` to attach secondary ENIs to the instances.
2032
+ * - If `Amount` is set to 1, a single instance is created and the specified private IP address is assigned to the instance.
1894
2033
  *
1895
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `PrivateIpAddress` but can specify `NetworkInterface.N.PrimaryIpAddress`.
2034
+ * - If `Amount` is set to a numeric value greater than 1, the specified number of instances are created and consecutive private IP addresses starting from the specified one are assigned to the instances. In this case, you cannot specify parameters that start with `NetworkInterface.N` to attach secondary ENIs to the instances.
1896
2035
  *
1897
- * > The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the IP addresses 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255 are reserved.
2036
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `PrivateIpAddress` but can specify `NetworkInterface.N.PrimaryIpAddress`.
2037
+ *
2038
+ * > The first IP address and last three IP addresses of each vSwitch CIDR block are reserved. You cannot specify the IP addresses. For example, if a vSwitch CIDR block is 192.168.1.0/24, the IP addresses 192.168.1.0, 192.168.1.253, 192.168.1.254, and 192.168.1.255 are reserved.
1898
2039
  *
1899
2040
  * @example
1900
2041
  * ``10.1.**.**``
@@ -1932,8 +2073,9 @@ export class RunInstancesRequest extends $dara.Model {
1932
2073
  * @remarks
1933
2074
  * Specifies whether to enable security hardening. Valid values:
1934
2075
  *
1935
- * * Active: enables security hardening. This value is applicable only to public images.
1936
- * * Deactive: does not enable security hardening. This value is applicable to all images.
2076
+ * - Active: enables security hardening. This value is applicable only to public images.
2077
+ *
2078
+ * - Deactive: does not enable security hardening. This value is applicable to all images.
1937
2079
  *
1938
2080
  * @example
1939
2081
  * Active
@@ -1943,12 +2085,13 @@ export class RunInstancesRequest extends $dara.Model {
1943
2085
  * @remarks
1944
2086
  * The ID of the security group to which you want to assign the instance. Instances in the same security group can communicate with each other. The maximum number of instances allowed in a security group varies based on the type of the security group. For more information, see the "Security group limits" section in [Limits and quotas](~~25412#SecurityGroupQuota~~).
1945
2087
  *
1946
- * > The network type of the new instance is the same as the network type of the security group specified by `SecurityGroupId`. For example, if the specified security group is of the VPC type, the new instance is also of the VPC type and you must specify `VSwitchId`.
2088
+ * > The network type of the new instance is the same as the network type of the security group specified by `SecurityGroupId`. For example, if the specified security group is of the VPC type, the new instance is also of the VPC type and you must specify `VSwitchId`.
1947
2089
  *
1948
2090
  * If you do not use `LaunchTemplateId` or `LaunchTemplateName` to specify a launch template, you must specify a security group ID. When you specify this parameter, take note of the following items:
1949
2091
  *
1950
- * * You can set `SecurityGroupId` to specify a single security group or set `SecurityGroupIds.N` to specify one or more security groups. However, you cannot specify both `SecurityGroupId` and `SecurityGroupIds.N` in the same request.
1951
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `SecurityGroupId` or `SecurityGroupIds.N` but can specify `NetworkInterface.N.SecurityGroupId` or `NetworkInterface.N.SecurityGroupIds.N`.
2092
+ * - You can set `SecurityGroupId` to specify a single security group or set `SecurityGroupIds.N` to specify one or more security groups. However, you cannot specify both `SecurityGroupId` and `SecurityGroupIds.N` in the same request.
2093
+ *
2094
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `SecurityGroupId` or `SecurityGroupIds.N` but can specify `NetworkInterface.N.SecurityGroupId` or `NetworkInterface.N.SecurityGroupIds.N`.
1952
2095
  *
1953
2096
  * @example
1954
2097
  * sg-bp15ed6xe1yxeycg7****
@@ -1960,8 +2103,9 @@ export class RunInstancesRequest extends $dara.Model {
1960
2103
  *
1961
2104
  * When you specify this parameter, take note of the following items:
1962
2105
  *
1963
- * * You cannot specify both `SecurityGroupId` and `SecurityGroupIds.N` in the same request.
1964
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `SecurityGroupId` or `SecurityGroupIds.N` but can specify `NetworkInterface.N.SecurityGroupId` or `NetworkInterface.N.SecurityGroupIds.N`.
2106
+ * - You cannot specify both `SecurityGroupId` and `SecurityGroupIds.N` in the same request.
2107
+ *
2108
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `SecurityGroupId` or `SecurityGroupIds.N` but can specify `NetworkInterface.N.SecurityGroupId` or `NetworkInterface.N.SecurityGroupIds.N`.
1965
2109
  *
1966
2110
  * @example
1967
2111
  * sg-bp15ed6xe1yxeycg7****
@@ -1971,18 +2115,19 @@ export class RunInstancesRequest extends $dara.Model {
1971
2115
  * @remarks
1972
2116
  * The protection period of the spot instance. Unit: hours. Valid values:
1973
2117
  *
1974
- * * 1: After a spot instance is created, Alibaba Cloud ensures that the instance is not automatically released within 1 hour. After the 1-hour protection period ends, the system compares the bid price with the market price and checks the resource inventory to determine whether to retain or release the instance.
1975
- * * 0: After a spot instance is created, Alibaba Cloud does not ensure that the instance can run for one hour. The system compares the biding price with the market prices and checks the resource inventory to determine whether to retain or release the instance.
2118
+ * - 1: After a spot instance is created, Alibaba Cloud ensures that the instance is not automatically released within 1 hour. After the 1-hour protection period ends, the system compares the bid price with the market price and checks the resource inventory to determine whether to retain or release the instance.
2119
+ *
2120
+ * - 0: After a spot instance is created, Alibaba Cloud does not ensure that the instance can run for one hour. The system compares the biding price with the market prices and checks the resource inventory to determine whether to retain or release the instance.
1976
2121
  *
1977
2122
  * Default value: 1.
1978
2123
  *
1979
- * >
2124
+ * >
1980
2125
  *
1981
- * * You can set this parameter only to 0 or 1.
2126
+ * - You can set this parameter only to 0 or 1.
1982
2127
  *
1983
- * * The spot instance is billed by second. Specify an appropriate protection period.
2128
+ * - The spot instance is billed by second. Specify an appropriate protection period.
1984
2129
  *
1985
- * * Alibaba Cloud sends an ECS system event to notify you 5 minutes before the instance is released.
2130
+ * - Alibaba Cloud sends an ECS system event to notify you 5 minutes before the instance is released.
1986
2131
  *
1987
2132
  * @example
1988
2133
  * 1
@@ -1992,11 +2137,11 @@ export class RunInstancesRequest extends $dara.Model {
1992
2137
  * @remarks
1993
2138
  * The interruption mode of the spot instance. Valid values:
1994
2139
  *
1995
- * * Terminate: The instance is released.
2140
+ * - Terminate: The instance is released.
1996
2141
  *
1997
- * * Stop: The instance is stopped in economical mode.
2142
+ * - Stop: The instance is stopped in economical mode.
1998
2143
  *
1999
- * For information about the economical mode, see [Economical mode](https://help.aliyun.com/document_detail/63353.html).
2144
+ * For information about the economical mode, see [Economical mode](https://help.aliyun.com/document_detail/63353.html).
2000
2145
  *
2001
2146
  * Default value: Terminate.
2002
2147
  *
@@ -2016,9 +2161,11 @@ export class RunInstancesRequest extends $dara.Model {
2016
2161
  * @remarks
2017
2162
  * The bidding policy for the pay-as-you-go instance. This parameter is valid only when the `InstanceChargeType` parameter is set to `PostPaid`. Valid values:
2018
2163
  *
2019
- * * NoSpot: The instance is created as a pay-as-you-go instance.
2020
- * * SpotWithPriceLimit: The instance is created as a spot instance with a user-defined maximum hourly price.
2021
- * * SpotAsPriceGo: The instance is created as a spot instance for which the market price at the time of purchase is automatically used as the bid price.
2164
+ * - NoSpot: The instance is created as a pay-as-you-go instance.
2165
+ *
2166
+ * - SpotWithPriceLimit: The instance is created as a spot instance with a user-defined maximum hourly price.
2167
+ *
2168
+ * - SpotAsPriceGo: The instance is created as a spot instance for which the market price at the time of purchase is automatically used as the bid price.
2022
2169
  *
2023
2170
  * Default value: NoSpot.
2024
2171
  *
@@ -2051,8 +2198,9 @@ export class RunInstancesRequest extends $dara.Model {
2051
2198
  * @remarks
2052
2199
  * Specifies whether to create the instance on a dedicated host. Valid values:
2053
2200
  *
2054
- * * default: creates the instance on a non-dedicated host.
2055
- * * host: creates the instance on a dedicated host. If you do not set the `DedicatedHostId` parameter, Alibaba Cloud selects a dedicated host for the instance.
2201
+ * - default: creates the instance on a non-dedicated host.
2202
+ *
2203
+ * - host: creates the instance on a dedicated host. If you do not set the `DedicatedHostId` parameter, Alibaba Cloud selects a dedicated host for the instance.
2056
2204
  *
2057
2205
  * Default value: default.
2058
2206
  *
@@ -2064,8 +2212,9 @@ export class RunInstancesRequest extends $dara.Model {
2064
2212
  * @remarks
2065
2213
  * Specifies whether to automatically append incremental suffixes to the hostname specified by the `HostName` parameter and to the instance name specified by the `InstanceName` parameter when you batch create instances. The incremental suffixes can range from 001 to 999. Valid values:
2066
2214
  *
2067
- * * true
2068
- * * false
2215
+ * - true
2216
+ *
2217
+ * - false
2069
2218
  *
2070
2219
  * Default value: false.
2071
2220
  *
@@ -2083,7 +2232,7 @@ export class RunInstancesRequest extends $dara.Model {
2083
2232
  *
2084
2233
  * For information about the limits, formats, and running frequencies of instance user data, see [Instance user data](https://help.aliyun.com/document_detail/49121.html).
2085
2234
  *
2086
- * > To ensure security, we recommend that you do not use plaintext to pass in confidential information, such as passwords or private keys, as user data. If you need to pass in confidential information, we recommend that you encrypt and encode the information in Base64 and then decode and decrypt the information in the same manner in the instance.
2235
+ * > To ensure security, we recommend that you do not use plaintext to pass in confidential information, such as passwords or private keys, as user data. If you need to pass in confidential information, we recommend that you encrypt and encode the information in Base64 and then decode and decrypt the information in the same manner in the instance.
2087
2236
  *
2088
2237
  * @example
2089
2238
  * ZWNobyBoZWxsbyBlY3Mh
@@ -2095,8 +2244,9 @@ export class RunInstancesRequest extends $dara.Model {
2095
2244
  *
2096
2245
  * Take note of the following items:
2097
2246
  *
2098
- * * If you specify the `VSwitchId` parameter, the zone specified by the `ZoneId` parameter must be the zone where the specified vSwitch is located. You can also leave the `ZoneId` parameter empty. Then, the system selects the zone where the specified vSwitch resides.
2099
- * * If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `VSwitchId` but can specify `NetworkInterface.N.VSwitchId`.
2247
+ * - If you specify the `VSwitchId` parameter, the zone specified by the `ZoneId` parameter must be the zone where the specified vSwitch is located. You can also leave the `ZoneId` parameter empty. Then, the system selects the zone where the specified vSwitch resides.
2248
+ *
2249
+ * - If `NetworkInterface.N.InstanceType` is set to `Primary`, you cannot specify `VSwitchId` but can specify `NetworkInterface.N.VSwitchId`.
2100
2250
  *
2101
2251
  * @example
2102
2252
  * vsw-bp1s5fnvk4gn2tws0****