@alicloud/ecs20140526 7.8.4 → 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 (1313) 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 +9 -9
  465. package/dist/models/DescribeReservedInstancesRequest.d.ts +18 -13
  466. package/dist/models/DescribeReservedInstancesRequest.js.map +1 -1
  467. package/dist/models/DescribeResourceByTagsRequest.d.ts +29 -18
  468. package/dist/models/DescribeResourceByTagsRequest.js.map +1 -1
  469. package/dist/models/DescribeResourceByTagsResponseBody.d.ts +1 -1
  470. package/dist/models/DescribeResourcesModificationRequest.d.ts +21 -16
  471. package/dist/models/DescribeResourcesModificationRequest.js.map +1 -1
  472. package/dist/models/DescribeRouteTablesRequest.d.ts +35 -0
  473. package/dist/models/DescribeRouteTablesRequest.js.map +1 -1
  474. package/dist/models/DescribeRouteTablesResponseBody.d.ts +20 -0
  475. package/dist/models/DescribeRouteTablesResponseBody.js.map +1 -1
  476. package/dist/models/DescribeRouterInterfacesRequest.d.ts +42 -0
  477. package/dist/models/DescribeRouterInterfacesRequest.js.map +1 -1
  478. package/dist/models/DescribeRouterInterfacesResponseBody.d.ts +20 -0
  479. package/dist/models/DescribeRouterInterfacesResponseBody.js.map +1 -1
  480. package/dist/models/DescribeSecurityGroupAttributeRequest.d.ts +18 -14
  481. package/dist/models/DescribeSecurityGroupAttributeRequest.js.map +1 -1
  482. package/dist/models/DescribeSecurityGroupAttributeResponseBody.d.ts +3 -2
  483. package/dist/models/DescribeSecurityGroupAttributeResponseBody.js.map +1 -1
  484. package/dist/models/DescribeSecurityGroupsRequest.d.ts +15 -11
  485. package/dist/models/DescribeSecurityGroupsRequest.js.map +1 -1
  486. package/dist/models/DescribeSendFileResultsRequest.d.ts +11 -7
  487. package/dist/models/DescribeSendFileResultsRequest.js.map +1 -1
  488. package/dist/models/DescribeSnapshotGroupsRequest.d.ts +5 -3
  489. package/dist/models/DescribeSnapshotGroupsRequest.js.map +1 -1
  490. package/dist/models/DescribeSnapshotLinksRequest.d.ts +3 -2
  491. package/dist/models/DescribeSnapshotLinksRequest.js.map +1 -1
  492. package/dist/models/DescribeSnapshotMonitorDataRequest.d.ts +10 -6
  493. package/dist/models/DescribeSnapshotMonitorDataRequest.js.map +1 -1
  494. package/dist/models/DescribeSnapshotsRequest.d.ts +62 -47
  495. package/dist/models/DescribeSnapshotsRequest.js.map +1 -1
  496. package/dist/models/DescribeSnapshotsResponseBody.d.ts +8 -4
  497. package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
  498. package/dist/models/DescribeSpotAdviceRequest.d.ts +12 -7
  499. package/dist/models/DescribeSpotAdviceRequest.js.map +1 -1
  500. package/dist/models/DescribeSpotPriceHistoryRequest.d.ts +11 -7
  501. package/dist/models/DescribeSpotPriceHistoryRequest.js.map +1 -1
  502. package/dist/models/DescribeStorageCapacityUnitsRequest.d.ts +3 -2
  503. package/dist/models/DescribeStorageCapacityUnitsRequest.js.map +1 -1
  504. package/dist/models/DescribeStorageSetDetailsRequest.d.ts +0 -53
  505. package/dist/models/DescribeStorageSetDetailsRequest.js.map +1 -1
  506. package/dist/models/DescribeStorageSetDetailsResponseBody.d.ts +0 -28
  507. package/dist/models/DescribeStorageSetDetailsResponseBody.js.map +1 -1
  508. package/dist/models/DescribeStorageSetsRequest.d.ts +0 -51
  509. package/dist/models/DescribeStorageSetsRequest.js.map +1 -1
  510. package/dist/models/DescribeStorageSetsResponseBody.d.ts +0 -28
  511. package/dist/models/DescribeStorageSetsResponseBody.js.map +1 -1
  512. package/dist/models/DescribeTagsRequest.d.ts +39 -26
  513. package/dist/models/DescribeTagsRequest.js.map +1 -1
  514. package/dist/models/DescribeTagsResponseBody.d.ts +2 -2
  515. package/dist/models/DescribeTaskAttributeResponseBody.d.ts +3 -2
  516. package/dist/models/DescribeTaskAttributeResponseBody.js.map +1 -1
  517. package/dist/models/DescribeTasksRequest.d.ts +23 -9
  518. package/dist/models/DescribeTasksRequest.js.map +1 -1
  519. package/dist/models/DescribeUserBusinessBehaviorRequest.d.ts +6 -0
  520. package/dist/models/DescribeUserBusinessBehaviorRequest.js.map +1 -1
  521. package/dist/models/DescribeUserBusinessBehaviorResponseBody.d.ts +8 -0
  522. package/dist/models/DescribeUserBusinessBehaviorResponseBody.js.map +1 -1
  523. package/dist/models/DescribeUserDataResponseBody.d.ts +1 -1
  524. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.d.ts +24 -0
  525. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.js.map +1 -1
  526. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.d.ts +20 -0
  527. package/dist/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.js.map +1 -1
  528. package/dist/models/DescribeVirtualBorderRoutersRequest.d.ts +22 -0
  529. package/dist/models/DescribeVirtualBorderRoutersRequest.js.map +1 -1
  530. package/dist/models/DescribeVirtualBorderRoutersResponseBody.d.ts +20 -0
  531. package/dist/models/DescribeVirtualBorderRoutersResponseBody.js.map +1 -1
  532. package/dist/models/DescribeVpcsRequest.d.ts +18 -0
  533. package/dist/models/DescribeVpcsRequest.js.map +1 -1
  534. package/dist/models/DescribeVpcsResponseBody.d.ts +20 -0
  535. package/dist/models/DescribeVpcsResponseBody.js.map +1 -1
  536. package/dist/models/DescribeVroutersRequest.d.ts +20 -0
  537. package/dist/models/DescribeVroutersRequest.js.map +1 -1
  538. package/dist/models/DescribeVroutersResponseBody.d.ts +20 -0
  539. package/dist/models/DescribeVroutersResponseBody.js.map +1 -1
  540. package/dist/models/DescribeVscsResponseBody.d.ts +0 -10
  541. package/dist/models/DescribeVscsResponseBody.js.map +1 -1
  542. package/dist/models/DescribeVswitchesRequest.d.ts +35 -0
  543. package/dist/models/DescribeVswitchesRequest.js.map +1 -1
  544. package/dist/models/DescribeVswitchesResponseBody.d.ts +20 -0
  545. package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
  546. package/dist/models/DescribeZonesRequest.d.ts +24 -14
  547. package/dist/models/DescribeZonesRequest.js.map +1 -1
  548. package/dist/models/DetachDiskRequest.d.ts +13 -8
  549. package/dist/models/DetachDiskRequest.js.map +1 -1
  550. package/dist/models/DetachNetworkInterfaceRequest.d.ts +1 -1
  551. package/dist/models/EnableNetworkInterfaceQoSrequest.d.ts +4 -0
  552. package/dist/models/EnableNetworkInterfaceQoSrequest.js.map +1 -1
  553. package/dist/models/EnableNetworkInterfaceQoSresponseBody.d.ts +3 -0
  554. package/dist/models/EnableNetworkInterfaceQoSresponseBody.js.map +1 -1
  555. package/dist/models/EnablePhysicalConnectionRequest.d.ts +14 -0
  556. package/dist/models/EnablePhysicalConnectionRequest.js.map +1 -1
  557. package/dist/models/EnablePhysicalConnectionResponseBody.d.ts +4 -0
  558. package/dist/models/EnablePhysicalConnectionResponseBody.js.map +1 -1
  559. package/dist/models/ExportImageRequest.d.ts +24 -11
  560. package/dist/models/ExportImageRequest.js.map +1 -1
  561. package/dist/models/ExportImageResponseBody.d.ts +1 -1
  562. package/dist/models/ExportSnapshotRequest.d.ts +10 -0
  563. package/dist/models/ExportSnapshotRequest.js.map +1 -1
  564. package/dist/models/ExportSnapshotResponseBody.d.ts +8 -0
  565. package/dist/models/ExportSnapshotResponseBody.js.map +1 -1
  566. package/dist/models/GetInstanceConsoleOutputRequest.d.ts +3 -2
  567. package/dist/models/GetInstanceConsoleOutputRequest.js.map +1 -1
  568. package/dist/models/ImportImageRequest.d.ts +129 -88
  569. package/dist/models/ImportImageRequest.js.map +1 -1
  570. package/dist/models/ImportKeyPairRequest.d.ts +3 -3
  571. package/dist/models/InvokeCommandRequest.d.ts +100 -62
  572. package/dist/models/InvokeCommandRequest.js.map +1 -1
  573. package/dist/models/InvokeCommandShrinkRequest.d.ts +100 -62
  574. package/dist/models/InvokeCommandShrinkRequest.js.map +1 -1
  575. package/dist/models/JoinResourceGroupRequest.d.ts +25 -13
  576. package/dist/models/JoinResourceGroupRequest.js.map +1 -1
  577. package/dist/models/JoinSecurityGroupRequest.d.ts +9 -8
  578. package/dist/models/JoinSecurityGroupRequest.js.map +1 -1
  579. package/dist/models/LeaveSecurityGroupRequest.d.ts +3 -2
  580. package/dist/models/LeaveSecurityGroupRequest.js.map +1 -1
  581. package/dist/models/ListPluginStatusRequest.d.ts +6 -6
  582. package/dist/models/ListTagResourcesRequest.d.ts +69 -43
  583. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  584. package/dist/models/ListTagResourcesResponseBody.d.ts +1 -1
  585. package/dist/models/LockSnapshotRequest.d.ts +14 -13
  586. package/dist/models/LockSnapshotRequest.js.map +1 -1
  587. package/dist/models/LockSnapshotResponseBody.d.ts +20 -11
  588. package/dist/models/LockSnapshotResponseBody.js.map +1 -1
  589. package/dist/models/ModifyAutoProvisioningGroupRequest.d.ts +13 -9
  590. package/dist/models/ModifyAutoProvisioningGroupRequest.js.map +1 -1
  591. package/dist/models/ModifyAutoSnapshotPolicyExRequest.d.ts +16 -10
  592. package/dist/models/ModifyAutoSnapshotPolicyExRequest.js.map +1 -1
  593. package/dist/models/ModifyBandwidthPackageSpecRequest.d.ts +6 -0
  594. package/dist/models/ModifyBandwidthPackageSpecRequest.js.map +1 -1
  595. package/dist/models/ModifyBandwidthPackageSpecResponseBody.d.ts +4 -0
  596. package/dist/models/ModifyBandwidthPackageSpecResponseBody.js.map +1 -1
  597. package/dist/models/ModifyCapacityReservationRequest.d.ts +6 -4
  598. package/dist/models/ModifyCapacityReservationRequest.js.map +1 -1
  599. package/dist/models/ModifyCloudAssistantSettingsRequest.d.ts +158 -38
  600. package/dist/models/ModifyCloudAssistantSettingsRequest.js.map +1 -1
  601. package/dist/models/ModifyCloudAssistantSettingsShrinkRequest.d.ts +21 -10
  602. package/dist/models/ModifyCloudAssistantSettingsShrinkRequest.js.map +1 -1
  603. package/dist/models/ModifyCommandRequest.d.ts +1 -1
  604. package/dist/models/ModifyDedicatedHostAttributeRequest.d.ts +7 -5
  605. package/dist/models/ModifyDedicatedHostAttributeRequest.js.map +1 -1
  606. package/dist/models/ModifyDedicatedHostAutoReleaseTimeRequest.d.ts +7 -4
  607. package/dist/models/ModifyDedicatedHostAutoReleaseTimeRequest.js.map +1 -1
  608. package/dist/models/ModifyDedicatedHostAutoReleaseTimeResponseBody.d.ts +1 -1
  609. package/dist/models/ModifyDedicatedHostAutoRenewAttributeRequest.d.ts +19 -12
  610. package/dist/models/ModifyDedicatedHostAutoRenewAttributeRequest.js.map +1 -1
  611. package/dist/models/ModifyDedicatedHostsChargeTypeRequest.d.ts +16 -11
  612. package/dist/models/ModifyDedicatedHostsChargeTypeRequest.js.map +1 -1
  613. package/dist/models/ModifyDeploymentSetAttributeRequest.d.ts +10 -3
  614. package/dist/models/ModifyDeploymentSetAttributeRequest.js.map +1 -1
  615. package/dist/models/ModifyDeploymentSetAttributeResponseBody.d.ts +1 -1
  616. package/dist/models/ModifyDiagnosticMetricSetRequest.d.ts +1 -1
  617. package/dist/models/ModifyDiskAttributeRequest.d.ts +17 -13
  618. package/dist/models/ModifyDiskAttributeRequest.js.map +1 -1
  619. package/dist/models/ModifyDiskChargeTypeRequest.d.ts +8 -6
  620. package/dist/models/ModifyDiskChargeTypeRequest.js.map +1 -1
  621. package/dist/models/ModifyDiskChargeTypeResponseBody.d.ts +1 -1
  622. package/dist/models/ModifyDiskDeploymentRequest.d.ts +17 -14
  623. package/dist/models/ModifyDiskDeploymentRequest.js.map +1 -1
  624. package/dist/models/ModifyDiskDeploymentResponseBody.d.ts +2 -2
  625. package/dist/models/ModifyDiskSpecRequest.d.ts +20 -13
  626. package/dist/models/ModifyDiskSpecRequest.js.map +1 -1
  627. package/dist/models/ModifyDiskSpecResponseBody.d.ts +2 -2
  628. package/dist/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.d.ts +12 -8
  629. package/dist/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.js.map +1 -1
  630. package/dist/models/ModifyElasticityAssuranceRequest.d.ts +15 -11
  631. package/dist/models/ModifyElasticityAssuranceRequest.js.map +1 -1
  632. package/dist/models/ModifyForwardEntryRequest.d.ts +26 -0
  633. package/dist/models/ModifyForwardEntryRequest.js.map +1 -1
  634. package/dist/models/ModifyForwardEntryResponseBody.d.ts +4 -0
  635. package/dist/models/ModifyForwardEntryResponseBody.js.map +1 -1
  636. package/dist/models/ModifyHaVipAttributeRequest.d.ts +12 -0
  637. package/dist/models/ModifyHaVipAttributeRequest.js.map +1 -1
  638. package/dist/models/ModifyHaVipAttributeResponseBody.d.ts +4 -0
  639. package/dist/models/ModifyHaVipAttributeResponseBody.js.map +1 -1
  640. package/dist/models/ModifyHpcClusterAttributeRequest.d.ts +2 -2
  641. package/dist/models/ModifyImageAttributeRequest.d.ts +40 -27
  642. package/dist/models/ModifyImageAttributeRequest.js.map +1 -1
  643. package/dist/models/ModifyImageAttributeResponseBody.d.ts +1 -1
  644. package/dist/models/ModifyImageShareGroupPermissionRequest.d.ts +4 -0
  645. package/dist/models/ModifyImageShareGroupPermissionRequest.js.map +1 -1
  646. package/dist/models/ModifyImageShareGroupPermissionResponseBody.d.ts +4 -0
  647. package/dist/models/ModifyImageShareGroupPermissionResponseBody.js.map +1 -1
  648. package/dist/models/ModifyImageSharePermissionRequest.d.ts +15 -8
  649. package/dist/models/ModifyImageSharePermissionRequest.js.map +1 -1
  650. package/dist/models/ModifyImageSharePermissionResponseBody.d.ts +1 -1
  651. package/dist/models/ModifyInstanceAttachmentAttributesRequest.d.ts +8 -5
  652. package/dist/models/ModifyInstanceAttachmentAttributesRequest.js.map +1 -1
  653. package/dist/models/ModifyInstanceAttributeRequest.d.ts +122 -75
  654. package/dist/models/ModifyInstanceAttributeRequest.js.map +1 -1
  655. package/dist/models/ModifyInstanceAutoReleaseTimeRequest.d.ts +5 -3
  656. package/dist/models/ModifyInstanceAutoReleaseTimeRequest.js.map +1 -1
  657. package/dist/models/ModifyInstanceAutoReleaseTimeResponseBody.d.ts +1 -1
  658. package/dist/models/ModifyInstanceAutoRenewAttributeRequest.d.ts +14 -9
  659. package/dist/models/ModifyInstanceAutoRenewAttributeRequest.js.map +1 -1
  660. package/dist/models/ModifyInstanceChargeTypeRequest.d.ts +16 -11
  661. package/dist/models/ModifyInstanceChargeTypeRequest.js.map +1 -1
  662. package/dist/models/ModifyInstanceClockOptionsRequest.d.ts +6 -4
  663. package/dist/models/ModifyInstanceClockOptionsRequest.js.map +1 -1
  664. package/dist/models/ModifyInstanceDeploymentRequest.d.ts +19 -14
  665. package/dist/models/ModifyInstanceDeploymentRequest.js.map +1 -1
  666. package/dist/models/ModifyInstanceMaintenanceAttributesRequest.d.ts +8 -5
  667. package/dist/models/ModifyInstanceMaintenanceAttributesRequest.js.map +1 -1
  668. package/dist/models/ModifyInstanceMetadataOptionsRequest.d.ts +15 -12
  669. package/dist/models/ModifyInstanceMetadataOptionsRequest.js.map +1 -1
  670. package/dist/models/ModifyInstanceNetworkOptionsRequest.d.ts +9 -5
  671. package/dist/models/ModifyInstanceNetworkOptionsRequest.js.map +1 -1
  672. package/dist/models/ModifyInstanceNetworkSpecRequest.d.ts +19 -14
  673. package/dist/models/ModifyInstanceNetworkSpecRequest.js.map +1 -1
  674. package/dist/models/ModifyInstanceSpecRequest.d.ts +30 -24
  675. package/dist/models/ModifyInstanceSpecRequest.js.map +1 -1
  676. package/dist/models/ModifyInstanceVpcAttributeRequest.d.ts +14 -9
  677. package/dist/models/ModifyInstanceVpcAttributeRequest.js.map +1 -1
  678. package/dist/models/ModifyInvocationAttributeRequest.d.ts +70 -45
  679. package/dist/models/ModifyInvocationAttributeRequest.js.map +1 -1
  680. package/dist/models/ModifyInvocationAttributeResponseBody.d.ts +5 -3
  681. package/dist/models/ModifyInvocationAttributeResponseBody.js.map +1 -1
  682. package/dist/models/ModifyInvocationAttributeShrinkRequest.d.ts +70 -45
  683. package/dist/models/ModifyInvocationAttributeShrinkRequest.js.map +1 -1
  684. package/dist/models/ModifyNetworkInterfaceAttributeRequest.d.ts +85 -59
  685. package/dist/models/ModifyNetworkInterfaceAttributeRequest.js.map +1 -1
  686. package/dist/models/ModifyPhysicalConnectionAttributeRequest.d.ts +52 -0
  687. package/dist/models/ModifyPhysicalConnectionAttributeRequest.js.map +1 -1
  688. package/dist/models/ModifyPhysicalConnectionAttributeResponseBody.d.ts +4 -0
  689. package/dist/models/ModifyPhysicalConnectionAttributeResponseBody.js.map +1 -1
  690. package/dist/models/ModifyPlanMaintenanceWindowRequest.d.ts +75 -0
  691. package/dist/models/ModifyPlanMaintenanceWindowRequest.js +2 -0
  692. package/dist/models/ModifyPlanMaintenanceWindowRequest.js.map +1 -1
  693. package/dist/models/ModifyPlanMaintenanceWindowResponseBody.d.ts +3 -0
  694. package/dist/models/ModifyPlanMaintenanceWindowResponseBody.js.map +1 -1
  695. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.d.ts +26 -0
  696. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.js +2 -0
  697. package/dist/models/ModifyPlanMaintenanceWindowShrinkRequest.js.map +1 -1
  698. package/dist/models/ModifyPortRangeListRequest.d.ts +11 -8
  699. package/dist/models/ModifyPortRangeListRequest.js.map +1 -1
  700. package/dist/models/ModifyPrefixListRequest.d.ts +8 -5
  701. package/dist/models/ModifyPrefixListRequest.js.map +1 -1
  702. package/dist/models/ModifyPrepayInstanceSpecRequest.d.ts +30 -24
  703. package/dist/models/ModifyPrepayInstanceSpecRequest.js.map +1 -1
  704. package/dist/models/ModifyReservedInstanceAutoRenewAttributeRequest.d.ts +3 -2
  705. package/dist/models/ModifyReservedInstanceAutoRenewAttributeRequest.js.map +1 -1
  706. package/dist/models/ModifyReservedInstancesRequest.d.ts +5 -4
  707. package/dist/models/ModifyReservedInstancesRequest.js.map +1 -1
  708. package/dist/models/ModifyRouterInterfaceAttributeRequest.d.ts +36 -0
  709. package/dist/models/ModifyRouterInterfaceAttributeRequest.js.map +1 -1
  710. package/dist/models/ModifyRouterInterfaceAttributeResponseBody.d.ts +4 -0
  711. package/dist/models/ModifyRouterInterfaceAttributeResponseBody.js.map +1 -1
  712. package/dist/models/ModifyRouterInterfaceSpecRequest.d.ts +14 -0
  713. package/dist/models/ModifyRouterInterfaceSpecRequest.js.map +1 -1
  714. package/dist/models/ModifyRouterInterfaceSpecResponseBody.d.ts +8 -0
  715. package/dist/models/ModifyRouterInterfaceSpecResponseBody.js.map +1 -1
  716. package/dist/models/ModifySecurityGroupEgressRuleRequest.d.ts +53 -33
  717. package/dist/models/ModifySecurityGroupEgressRuleRequest.js.map +1 -1
  718. package/dist/models/ModifySecurityGroupPolicyRequest.d.ts +4 -3
  719. package/dist/models/ModifySecurityGroupPolicyRequest.js.map +1 -1
  720. package/dist/models/ModifySecurityGroupRuleRequest.d.ts +57 -36
  721. package/dist/models/ModifySecurityGroupRuleRequest.js.map +1 -1
  722. package/dist/models/ModifySnapshotAttributeRequest.d.ts +7 -6
  723. package/dist/models/ModifySnapshotAttributeRequest.js.map +1 -1
  724. package/dist/models/ModifySnapshotCategoryRequest.d.ts +7 -7
  725. package/dist/models/ModifySnapshotCategoryResponseBody.d.ts +1 -1
  726. package/dist/models/ModifyStorageCapacityUnitAttributeRequest.d.ts +2 -2
  727. package/dist/models/ModifyStorageSetAttributeRequest.d.ts +0 -31
  728. package/dist/models/ModifyStorageSetAttributeRequest.js.map +1 -1
  729. package/dist/models/ModifyStorageSetAttributeResponseBody.d.ts +0 -7
  730. package/dist/models/ModifyStorageSetAttributeResponseBody.js.map +1 -1
  731. package/dist/models/ModifyUserBusinessBehaviorRequest.d.ts +8 -0
  732. package/dist/models/ModifyUserBusinessBehaviorRequest.js.map +1 -1
  733. package/dist/models/ModifyUserBusinessBehaviorResponseBody.d.ts +4 -0
  734. package/dist/models/ModifyUserBusinessBehaviorResponseBody.js.map +1 -1
  735. package/dist/models/ModifyVirtualBorderRouterAttributeRequest.d.ts +50 -0
  736. package/dist/models/ModifyVirtualBorderRouterAttributeRequest.js.map +1 -1
  737. package/dist/models/ModifyVirtualBorderRouterAttributeResponseBody.d.ts +4 -0
  738. package/dist/models/ModifyVirtualBorderRouterAttributeResponseBody.js.map +1 -1
  739. package/dist/models/ModifyVpcAttributeRequest.d.ts +22 -0
  740. package/dist/models/ModifyVpcAttributeRequest.js.map +1 -1
  741. package/dist/models/ModifyVpcAttributeResponseBody.d.ts +4 -0
  742. package/dist/models/ModifyVpcAttributeResponseBody.js.map +1 -1
  743. package/dist/models/ModifyVrouterAttributeRequest.d.ts +14 -0
  744. package/dist/models/ModifyVrouterAttributeRequest.js.map +1 -1
  745. package/dist/models/ModifyVrouterAttributeResponseBody.d.ts +4 -0
  746. package/dist/models/ModifyVrouterAttributeResponseBody.js.map +1 -1
  747. package/dist/models/ModifyVswitchAttributeRequest.d.ts +16 -0
  748. package/dist/models/ModifyVswitchAttributeRequest.js.map +1 -1
  749. package/dist/models/ModifyVswitchAttributeResponseBody.d.ts +4 -0
  750. package/dist/models/ModifyVswitchAttributeResponseBody.js.map +1 -1
  751. package/dist/models/PurchaseElasticityAssuranceRequest.d.ts +10 -7
  752. package/dist/models/PurchaseElasticityAssuranceRequest.js.map +1 -1
  753. package/dist/models/PurchaseReservedInstancesOfferingRequest.d.ts +18 -13
  754. package/dist/models/PurchaseReservedInstancesOfferingRequest.js.map +1 -1
  755. package/dist/models/PurchaseStorageCapacityUnitRequest.d.ts +7 -5
  756. package/dist/models/PurchaseStorageCapacityUnitRequest.js.map +1 -1
  757. package/dist/models/ReInitDiskRequest.d.ts +9 -5
  758. package/dist/models/ReInitDiskRequest.js.map +1 -1
  759. package/dist/models/RebootInstanceRequest.d.ts +6 -4
  760. package/dist/models/RebootInstanceRequest.js.map +1 -1
  761. package/dist/models/RebootInstancesRequest.d.ts +9 -7
  762. package/dist/models/RebootInstancesRequest.js.map +1 -1
  763. package/dist/models/RecoverVirtualBorderRouterRequest.d.ts +12 -0
  764. package/dist/models/RecoverVirtualBorderRouterRequest.js.map +1 -1
  765. package/dist/models/RecoverVirtualBorderRouterResponseBody.d.ts +4 -0
  766. package/dist/models/RecoverVirtualBorderRouterResponseBody.js.map +1 -1
  767. package/dist/models/RedeployDedicatedHostRequest.d.ts +3 -2
  768. package/dist/models/RedeployDedicatedHostRequest.js.map +1 -1
  769. package/dist/models/RedeployInstanceRequest.d.ts +1 -1
  770. package/dist/models/ReleaseDedicatedHostRequest.d.ts +3 -2
  771. package/dist/models/ReleaseDedicatedHostRequest.js.map +1 -1
  772. package/dist/models/ReleaseEipAddressRequest.d.ts +6 -0
  773. package/dist/models/ReleaseEipAddressRequest.js.map +1 -1
  774. package/dist/models/ReleaseEipAddressResponseBody.d.ts +4 -0
  775. package/dist/models/ReleaseEipAddressResponseBody.js.map +1 -1
  776. package/dist/models/ReleasePublicIpAddressRequest.d.ts +3 -3
  777. package/dist/models/ReleasePublicIpAddressResponseBody.d.ts +2 -2
  778. package/dist/models/RemoveBandwidthPackageIpsRequest.d.ts +11 -0
  779. package/dist/models/RemoveBandwidthPackageIpsRequest.js.map +1 -1
  780. package/dist/models/RemoveBandwidthPackageIpsResponseBody.d.ts +4 -0
  781. package/dist/models/RemoveBandwidthPackageIpsResponseBody.js.map +1 -1
  782. package/dist/models/RemoveTagsRequest.d.ts +32 -19
  783. package/dist/models/RemoveTagsRequest.js.map +1 -1
  784. package/dist/models/RenewDedicatedHostsRequest.d.ts +6 -4
  785. package/dist/models/RenewDedicatedHostsRequest.js.map +1 -1
  786. package/dist/models/RenewElasticityAssurancesRequest.d.ts +16 -11
  787. package/dist/models/RenewElasticityAssurancesRequest.js.map +1 -1
  788. package/dist/models/RenewInstanceRequest.d.ts +1 -1
  789. package/dist/models/RenewReservedInstancesRequest.d.ts +3 -2
  790. package/dist/models/RenewReservedInstancesRequest.js.map +1 -1
  791. package/dist/models/ReplaceSystemDiskRequest.d.ts +26 -19
  792. package/dist/models/ReplaceSystemDiskRequest.js.map +1 -1
  793. package/dist/models/ReportInstancesStatusRequest.d.ts +29 -16
  794. package/dist/models/ReportInstancesStatusRequest.js.map +1 -1
  795. package/dist/models/ResetDiskRequest.d.ts +3 -2
  796. package/dist/models/ResetDiskRequest.js.map +1 -1
  797. package/dist/models/ResetDisksRequest.d.ts +8 -7
  798. package/dist/models/ResetDisksRequest.js.map +1 -1
  799. package/dist/models/ResetDisksResponseBody.d.ts +1 -1
  800. package/dist/models/ResizeDiskRequest.d.ts +59 -46
  801. package/dist/models/ResizeDiskRequest.js.map +1 -1
  802. package/dist/models/RevokeSecurityGroupEgressRequest.d.ts +53 -33
  803. package/dist/models/RevokeSecurityGroupEgressRequest.js.map +1 -1
  804. package/dist/models/RevokeSecurityGroupRequest.d.ts +53 -33
  805. package/dist/models/RevokeSecurityGroupRequest.js.map +1 -1
  806. package/dist/models/RunCommandRequest.d.ts +170 -124
  807. package/dist/models/RunCommandRequest.js.map +1 -1
  808. package/dist/models/RunCommandResponseBody.d.ts +3 -3
  809. package/dist/models/RunCommandShrinkRequest.d.ts +170 -124
  810. package/dist/models/RunCommandShrinkRequest.js.map +1 -1
  811. package/dist/models/RunInstancesRequest.d.ts +422 -272
  812. package/dist/models/RunInstancesRequest.js.map +1 -1
  813. package/dist/models/SendFileRequest.d.ts +24 -12
  814. package/dist/models/SendFileRequest.js.map +1 -1
  815. package/dist/models/StartImagePipelineExecutionRequest.d.ts +3 -3
  816. package/dist/models/StartInstanceRequest.d.ts +7 -6
  817. package/dist/models/StartInstanceRequest.js.map +1 -1
  818. package/dist/models/StartInstancesRequest.d.ts +5 -4
  819. package/dist/models/StartInstancesRequest.js.map +1 -1
  820. package/dist/models/StartTerminalSessionRequest.d.ts +60 -4
  821. package/dist/models/StartTerminalSessionRequest.js.map +1 -1
  822. package/dist/models/StartTerminalSessionShrinkRequest.d.ts +24 -4
  823. package/dist/models/StartTerminalSessionShrinkRequest.js.map +1 -1
  824. package/dist/models/StopInstanceRequest.d.ts +18 -13
  825. package/dist/models/StopInstanceRequest.js.map +1 -1
  826. package/dist/models/StopInstancesRequest.d.ts +22 -18
  827. package/dist/models/StopInstancesRequest.js.map +1 -1
  828. package/dist/models/TagResourcesRequest.d.ts +38 -20
  829. package/dist/models/TagResourcesRequest.js.map +1 -1
  830. package/dist/models/TerminatePhysicalConnectionRequest.d.ts +13 -0
  831. package/dist/models/TerminatePhysicalConnectionRequest.js.map +1 -1
  832. package/dist/models/TerminatePhysicalConnectionResponseBody.d.ts +4 -0
  833. package/dist/models/TerminatePhysicalConnectionResponseBody.js.map +1 -1
  834. package/dist/models/TerminateVirtualBorderRouterRequest.d.ts +12 -0
  835. package/dist/models/TerminateVirtualBorderRouterRequest.js.map +1 -1
  836. package/dist/models/TerminateVirtualBorderRouterResponseBody.d.ts +4 -0
  837. package/dist/models/TerminateVirtualBorderRouterResponseBody.js.map +1 -1
  838. package/dist/models/UnassociateEipAddressRequest.d.ts +18 -0
  839. package/dist/models/UnassociateEipAddressRequest.js.map +1 -1
  840. package/dist/models/UnassociateEipAddressResponseBody.d.ts +4 -0
  841. package/dist/models/UnassociateEipAddressResponseBody.js.map +1 -1
  842. package/dist/models/UnassociateHaVipRequest.d.ts +14 -0
  843. package/dist/models/UnassociateHaVipRequest.js.map +1 -1
  844. package/dist/models/UnassociateHaVipResponseBody.d.ts +4 -0
  845. package/dist/models/UnassociateHaVipResponseBody.js.map +1 -1
  846. package/dist/models/UnlockSnapshotRequest.d.ts +3 -2
  847. package/dist/models/UnlockSnapshotRequest.js.map +1 -1
  848. package/dist/models/UntagResourcesRequest.d.ts +36 -19
  849. package/dist/models/UntagResourcesRequest.js.map +1 -1
  850. package/package.json +1 -1
  851. package/src/client.ts +3392 -2894
  852. package/src/models/AcceptInquiredSystemEventRequest.ts +7 -0
  853. package/src/models/AcceptInquiredSystemEventResponseBody.ts +3 -0
  854. package/src/models/ActivateRouterInterfaceRequest.ts +6 -0
  855. package/src/models/ActivateRouterInterfaceResponseBody.ts +4 -0
  856. package/src/models/AddBandwidthPackageIpsRequest.ts +10 -0
  857. package/src/models/AddBandwidthPackageIpsResponseBody.ts +4 -0
  858. package/src/models/AddTagsRequest.ts +32 -19
  859. package/src/models/AddTagsResponseBody.ts +1 -1
  860. package/src/models/AllocateDedicatedHostsRequest.ts +20 -16
  861. package/src/models/AllocateDedicatedHostsResponseBody.ts +1 -1
  862. package/src/models/AllocateEipAddressRequest.ts +28 -0
  863. package/src/models/AllocateEipAddressResponseBody.ts +12 -0
  864. package/src/models/AllocatePublicIpAddressRequest.ts +1 -1
  865. package/src/models/ApplyAutoSnapshotPolicyRequest.ts +2 -2
  866. package/src/models/ApplyAutoSnapshotPolicyResponseBody.ts +1 -1
  867. package/src/models/AssignIpv6addressesRequest.ts +6 -6
  868. package/src/models/AssignPrivateIpAddressesRequest.ts +6 -5
  869. package/src/models/AssociateHaVipRequest.ts +10 -0
  870. package/src/models/AssociateHaVipResponseBody.ts +4 -0
  871. package/src/models/AttachDiskRequest.ts +24 -16
  872. package/src/models/AttachInstanceRamRoleRequest.ts +1 -1
  873. package/src/models/AuthorizeSecurityGroupEgressRequest.ts +65 -41
  874. package/src/models/AuthorizeSecurityGroupRequest.ts +64 -40
  875. package/src/models/CancelAutoSnapshotPolicyRequest.ts +15 -2
  876. package/src/models/CancelAutoSnapshotPolicyResponseBody.ts +1 -1
  877. package/src/models/CancelImagePipelineExecutionRequest.ts +3 -3
  878. package/src/models/CancelPhysicalConnectionRequest.ts +12 -0
  879. package/src/models/CancelPhysicalConnectionResponseBody.ts +4 -0
  880. package/src/models/CloneDisksRequest.ts +132 -0
  881. package/src/models/CloneDisksResponseBody.ts +6 -0
  882. package/src/models/ConnectRouterInterfaceRequest.ts +4 -0
  883. package/src/models/ConnectRouterInterfaceResponseBody.ts +4 -0
  884. package/src/models/CopyImageRequest.ts +7 -5
  885. package/src/models/CopySnapshotRequest.ts +9 -8
  886. package/src/models/CreateActivationRequest.ts +7 -0
  887. package/src/models/CreateAutoProvisioningGroupRequest.ts +435 -299
  888. package/src/models/CreateAutoProvisioningGroupResponseBody.ts +1 -1
  889. package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +427 -294
  890. package/src/models/CreateAutoSnapshotPolicyRequest.ts +26 -20
  891. package/src/models/CreateCapacityReservationRequest.ts +24 -21
  892. package/src/models/CreateCapacityReservationResponseBody.ts +1 -1
  893. package/src/models/CreateCommandRequest.ts +49 -31
  894. package/src/models/CreateDedicatedHostClusterRequest.ts +3 -2
  895. package/src/models/CreateDeploymentSetRequest.ts +47 -21
  896. package/src/models/CreateDiagnosticMetricSetRequest.ts +2 -2
  897. package/src/models/CreateDiagnosticReportRequest.ts +7 -7
  898. package/src/models/CreateDiagnosticReportResponseBody.ts +1 -1
  899. package/src/models/CreateDiagnosticReportShrinkRequest.ts +7 -7
  900. package/src/models/CreateDiskRequest.ts +116 -95
  901. package/src/models/CreateDiskResponseBody.ts +4 -4
  902. package/src/models/CreateElasticityAssuranceRequest.ts +34 -25
  903. package/src/models/CreateForwardEntryRequest.ts +14 -0
  904. package/src/models/CreateForwardEntryResponseBody.ts +8 -0
  905. package/src/models/CreateHaVipRequest.ts +16 -0
  906. package/src/models/CreateHaVipResponseBody.ts +8 -0
  907. package/src/models/CreateImageComponentRequest.ts +18 -12
  908. package/src/models/CreateImagePipelineRequest.ts +198 -145
  909. package/src/models/CreateImagePipelineResponseBody.ts +1 -1
  910. package/src/models/CreateImageRequest.ts +118 -71
  911. package/src/models/CreateImageResponseBody.ts +2 -2
  912. package/src/models/CreateInstanceRequest.ts +291 -196
  913. package/src/models/CreateInstanceResponseBody.ts +2 -2
  914. package/src/models/CreateKeyPairRequest.ts +1 -1
  915. package/src/models/CreateLaunchTemplateRequest.ts +214 -125
  916. package/src/models/CreateLaunchTemplateResponseBody.ts +1 -1
  917. package/src/models/CreateLaunchTemplateVersionRequest.ts +185 -106
  918. package/src/models/CreateLaunchTemplateVersionResponseBody.ts +1 -1
  919. package/src/models/CreateNatGatewayRequest.ts +36 -0
  920. package/src/models/CreateNatGatewayResponseBody.ts +16 -0
  921. package/src/models/CreateNetworkInterfacePermissionRequest.ts +5 -5
  922. package/src/models/CreateNetworkInterfacePermissionResponseBody.ts +15 -12
  923. package/src/models/CreateNetworkInterfaceRequest.ts +123 -97
  924. package/src/models/CreateNetworkInterfaceResponseBody.ts +39 -15
  925. package/src/models/CreatePhysicalConnectionRequest.ts +44 -0
  926. package/src/models/CreatePhysicalConnectionResponseBody.ts +8 -0
  927. package/src/models/CreatePlanMaintenanceWindowRequest.ts +63 -0
  928. package/src/models/CreatePlanMaintenanceWindowResponseBody.ts +6 -0
  929. package/src/models/CreatePlanMaintenanceWindowShrinkRequest.ts +22 -0
  930. package/src/models/CreatePortRangeListRequest.ts +9 -8
  931. package/src/models/CreatePrefixListRequest.ts +13 -8
  932. package/src/models/CreateRouteEntryRequest.ts +66 -0
  933. package/src/models/CreateRouteEntryResponseBody.ts +4 -0
  934. package/src/models/CreateRouterInterfaceRequest.ts +103 -0
  935. package/src/models/CreateRouterInterfaceResponseBody.ts +12 -0
  936. package/src/models/CreateSecurityGroupRequest.ts +3 -2
  937. package/src/models/CreateSimulatedSystemEventsRequest.ts +13 -7
  938. package/src/models/CreateSnapshotGroupRequest.ts +9 -7
  939. package/src/models/CreateSnapshotRequest.ts +27 -28
  940. package/src/models/CreateSnapshotResponseBody.ts +2 -2
  941. package/src/models/CreateStorageSetRequest.ts +0 -40
  942. package/src/models/CreateStorageSetResponseBody.ts +0 -14
  943. package/src/models/CreateVirtualBorderRouterRequest.ts +54 -0
  944. package/src/models/CreateVirtualBorderRouterResponseBody.ts +8 -0
  945. package/src/models/CreateVpcRequest.ts +26 -0
  946. package/src/models/CreateVpcResponseBody.ts +16 -0
  947. package/src/models/CreateVswitchRequest.ts +29 -0
  948. package/src/models/CreateVswitchResponseBody.ts +8 -0
  949. package/src/models/DeactivateRouterInterfaceRequest.ts +4 -0
  950. package/src/models/DeactivateRouterInterfaceResponseBody.ts +4 -0
  951. package/src/models/DeleteAutoProvisioningGroupRequest.ts +4 -3
  952. package/src/models/DeleteBandwidthPackageRequest.ts +4 -0
  953. package/src/models/DeleteBandwidthPackageResponseBody.ts +4 -0
  954. package/src/models/DeleteDeploymentSetResponseBody.ts +1 -1
  955. package/src/models/DeleteForwardEntryRequest.ts +9 -0
  956. package/src/models/DeleteForwardEntryResponseBody.ts +4 -0
  957. package/src/models/DeleteHaVipRequest.ts +8 -0
  958. package/src/models/DeleteHaVipResponseBody.ts +4 -0
  959. package/src/models/DeleteImageRequest.ts +6 -5
  960. package/src/models/DeleteInstanceRequest.ts +14 -11
  961. package/src/models/DeleteInstancesRequest.ts +14 -11
  962. package/src/models/DeleteKeyPairsRequest.ts +2 -2
  963. package/src/models/DeleteNatGatewayRequest.ts +4 -0
  964. package/src/models/DeleteNatGatewayResponseBody.ts +4 -0
  965. package/src/models/DeleteNetworkInterfacePermissionRequest.ts +8 -0
  966. package/src/models/DeleteNetworkInterfacePermissionResponseBody.ts +4 -0
  967. package/src/models/DeletePhysicalConnectionRequest.ts +8 -0
  968. package/src/models/DeletePhysicalConnectionResponseBody.ts +4 -0
  969. package/src/models/DeletePlanMaintenanceWindowRequest.ts +4 -0
  970. package/src/models/DeletePlanMaintenanceWindowResponseBody.ts +7 -0
  971. package/src/models/DeletePortRangeListRequest.ts +1 -1
  972. package/src/models/DeleteRouteEntryRequest.ts +28 -0
  973. package/src/models/DeleteRouteEntryResponseBody.ts +4 -0
  974. package/src/models/DeleteRouterInterfaceRequest.ts +14 -0
  975. package/src/models/DeleteRouterInterfaceResponseBody.ts +4 -0
  976. package/src/models/DeleteSnapshotRequest.ts +3 -2
  977. package/src/models/DeleteStorageSetRequest.ts +0 -17
  978. package/src/models/DeleteStorageSetResponseBody.ts +0 -7
  979. package/src/models/DeleteVirtualBorderRouterRequest.ts +12 -0
  980. package/src/models/DeleteVirtualBorderRouterResponseBody.ts +4 -0
  981. package/src/models/DeleteVpcRequest.ts +6 -0
  982. package/src/models/DeleteVpcResponseBody.ts +4 -0
  983. package/src/models/DeleteVscResponseBody.ts +0 -3
  984. package/src/models/DeleteVswitchRequest.ts +6 -0
  985. package/src/models/DeleteVswitchResponseBody.ts +4 -0
  986. package/src/models/DeregisterManagedInstanceRequest.ts +7 -0
  987. package/src/models/DescribeAccessPointsRequest.ts +35 -0
  988. package/src/models/DescribeAccessPointsResponseBody.ts +20 -0
  989. package/src/models/DescribeAccountAttributesRequest.ts +17 -17
  990. package/src/models/DescribeAutoProvisioningGroupHistoryRequest.ts +7 -7
  991. package/src/models/DescribeAutoProvisioningGroupHistoryResponseBody.ts +8 -4
  992. package/src/models/DescribeAutoProvisioningGroupsRequest.ts +10 -14
  993. package/src/models/DescribeAutoProvisioningGroupsResponseBody.ts +8 -4
  994. package/src/models/DescribeAutoSnapshotPolicyAssociationsRequest.ts +5 -4
  995. package/src/models/DescribeAutoSnapshotPolicyExRequest.ts +2 -2
  996. package/src/models/DescribeAvailableResourceRequest.ts +161 -0
  997. package/src/models/DescribeAvailableResourceResponseBody.ts +7 -0
  998. package/src/models/DescribeBandwidthLimitationRequest.ts +15 -10
  999. package/src/models/DescribeBandwidthPackagesRequest.ts +18 -0
  1000. package/src/models/DescribeBandwidthPackagesResponseBody.ts +20 -0
  1001. package/src/models/DescribeCapacityReservationInstancesRequest.ts +3 -2
  1002. package/src/models/DescribeCapacityReservationsRequest.ts +32 -24
  1003. package/src/models/DescribeCapacityReservationsResponseBody.ts +2 -2
  1004. package/src/models/DescribeCloudAssistantSettingsRequest.ts +1 -1
  1005. package/src/models/DescribeCloudAssistantSettingsResponseBody.ts +70 -9
  1006. package/src/models/DescribeCloudAssistantStatusRequest.ts +7 -5
  1007. package/src/models/DescribeClustersRequest.ts +2 -0
  1008. package/src/models/DescribeClustersResponseBody.ts +8 -0
  1009. package/src/models/DescribeCommandsRequest.ts +36 -31
  1010. package/src/models/DescribeCommandsResponseBody.ts +2 -2
  1011. package/src/models/DescribeDedicatedHostClustersRequest.ts +3 -3
  1012. package/src/models/DescribeDedicatedHostsRequest.ts +38 -30
  1013. package/src/models/DescribeDedicatedHostsResponseBody.ts +4 -4
  1014. package/src/models/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.ts +5 -3
  1015. package/src/models/DescribeDeploymentSetsRequest.ts +29 -11
  1016. package/src/models/DescribeDeploymentSetsResponseBody.ts +8 -4
  1017. package/src/models/DescribeDiagnosticMetricSetsRequest.ts +6 -4
  1018. package/src/models/DescribeDiagnosticMetricSetsResponseBody.ts +5 -4
  1019. package/src/models/DescribeDiagnosticMetricsRequest.ts +3 -2
  1020. package/src/models/DescribeDiagnosticMetricsResponseBody.ts +7 -5
  1021. package/src/models/DescribeDiagnosticReportAttributesRequest.ts +1 -1
  1022. package/src/models/DescribeDiagnosticReportAttributesResponseBody.ts +27 -19
  1023. package/src/models/DescribeDiagnosticReportsRequest.ts +17 -10
  1024. package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +3 -2
  1025. package/src/models/DescribeDiskMonitorDataRequest.ts +7 -5
  1026. package/src/models/DescribeDisksFullStatusRequest.ts +27 -15
  1027. package/src/models/DescribeDisksRequest.ts +122 -106
  1028. package/src/models/DescribeDisksResponseBody.ts +4 -4
  1029. package/src/models/DescribeEipMonitorDataRequest.ts +14 -0
  1030. package/src/models/DescribeEipMonitorDataResponseBody.ts +8 -0
  1031. package/src/models/DescribeElasticityAssuranceAutoRenewAttributeRequest.ts +4 -3
  1032. package/src/models/DescribeElasticityAssurancesRequest.ts +31 -25
  1033. package/src/models/DescribeElasticityAssurancesResponseBody.ts +3 -3
  1034. package/src/models/DescribeEniMonitorDataRequest.ts +5 -3
  1035. package/src/models/DescribeForwardTableEntriesRequest.ts +16 -0
  1036. package/src/models/DescribeForwardTableEntriesResponseBody.ts +20 -0
  1037. package/src/models/DescribeHaVipsRequest.ts +34 -0
  1038. package/src/models/DescribeHaVipsResponseBody.ts +20 -0
  1039. package/src/models/DescribeHpcClustersRequest.ts +10 -17
  1040. package/src/models/DescribeHpcClustersResponseBody.ts +4 -4
  1041. package/src/models/DescribeImageComponentsRequest.ts +14 -11
  1042. package/src/models/DescribeImageFromFamilyResponseBody.ts +23 -14
  1043. package/src/models/DescribeImagePipelineExecutionsRequest.ts +37 -24
  1044. package/src/models/DescribeImagePipelineExecutionsResponseBody.ts +8 -6
  1045. package/src/models/DescribeImagePipelinesRequest.ts +10 -10
  1046. package/src/models/DescribeImagePipelinesResponseBody.ts +3 -3
  1047. package/src/models/DescribeImageSharePermissionResponseBody.ts +1 -1
  1048. package/src/models/DescribeImageSupportInstanceTypesRequest.ts +3 -2
  1049. package/src/models/DescribeImageSupportInstanceTypesResponseBody.ts +20 -19
  1050. package/src/models/DescribeImagesRequest.ts +101 -68
  1051. package/src/models/DescribeImagesResponseBody.ts +5 -5
  1052. package/src/models/DescribeInstanceAttributeResponseBody.ts +76 -30
  1053. package/src/models/DescribeInstanceAutoRenewAttributeRequest.ts +12 -10
  1054. package/src/models/DescribeInstanceAutoRenewAttributeResponseBody.ts +5 -1
  1055. package/src/models/DescribeInstanceHistoryEventsRequest.ts +83 -48
  1056. package/src/models/DescribeInstanceHistoryEventsResponseBody.ts +8 -8
  1057. package/src/models/DescribeInstanceModificationPriceRequest.ts +40 -39
  1058. package/src/models/DescribeInstanceModificationPriceResponseBody.ts +8 -7
  1059. package/src/models/DescribeInstanceMonitorDataRequest.ts +5 -3
  1060. package/src/models/DescribeInstanceRamRoleRequest.ts +2 -2
  1061. package/src/models/DescribeInstanceStatusRequest.ts +1 -1
  1062. package/src/models/DescribeInstanceTopologyRequest.ts +0 -12
  1063. package/src/models/DescribeInstanceTopologyResponseBody.ts +0 -7
  1064. package/src/models/DescribeInstanceTypeFamiliesRequest.ts +11 -6
  1065. package/src/models/DescribeInstanceTypeFamiliesResponseBody.ts +1 -1
  1066. package/src/models/DescribeInstanceTypesRequest.ts +111 -92
  1067. package/src/models/DescribeInstanceTypesResponseBody.ts +6 -2
  1068. package/src/models/DescribeInstanceVncUrlResponseBody.ts +1 -1
  1069. package/src/models/DescribeInstancesFullStatusRequest.ts +30 -17
  1070. package/src/models/DescribeInstancesRequest.ts +84 -68
  1071. package/src/models/DescribeInstancesResponseBody.ts +4 -4
  1072. package/src/models/DescribeInvocationResultsRequest.ts +56 -66
  1073. package/src/models/DescribeInvocationResultsResponseBody.ts +30 -23
  1074. package/src/models/DescribeInvocationsRequest.ts +105 -17
  1075. package/src/models/DescribeInvocationsResponseBody.ts +5 -48
  1076. package/src/models/DescribeKeyPairsRequest.ts +8 -5
  1077. package/src/models/DescribeLaunchTemplateVersionsRequest.ts +3 -2
  1078. package/src/models/DescribeLaunchTemplatesRequest.ts +8 -6
  1079. package/src/models/DescribeLockedSnapshotsRequest.ts +16 -12
  1080. package/src/models/DescribeLockedSnapshotsResponseBody.ts +18 -11
  1081. package/src/models/DescribeManagedInstancesRequest.ts +27 -14
  1082. package/src/models/DescribeManagedInstancesResponseBody.ts +3 -2
  1083. package/src/models/DescribeNatGatewaysRequest.ts +18 -0
  1084. package/src/models/DescribeNatGatewaysResponseBody.ts +20 -0
  1085. package/src/models/DescribeNetworkInterfaceAttributeRequest.ts +8 -10
  1086. package/src/models/DescribeNetworkInterfaceAttributeResponseBody.ts +90 -82
  1087. package/src/models/DescribeNetworkInterfacePermissionsRequest.ts +8 -8
  1088. package/src/models/DescribeNetworkInterfacePermissionsResponseBody.ts +5 -1
  1089. package/src/models/DescribeNetworkInterfacesRequest.ts +21 -14
  1090. package/src/models/DescribeNewProjectEipMonitorDataRequest.ts +14 -0
  1091. package/src/models/DescribeNewProjectEipMonitorDataResponseBody.ts +8 -0
  1092. package/src/models/DescribePhysicalConnectionsRequest.ts +48 -0
  1093. package/src/models/DescribePhysicalConnectionsResponseBody.ts +20 -0
  1094. package/src/models/DescribePlanMaintenanceWindowsRequest.ts +42 -0
  1095. package/src/models/DescribePlanMaintenanceWindowsResponseBody.ts +90 -0
  1096. package/src/models/DescribePlanMaintenanceWindowsShrinkRequest.ts +28 -0
  1097. package/src/models/DescribePortRangeListEntriesRequest.ts +2 -2
  1098. package/src/models/DescribePortRangeListEntriesResponseBody.ts +1 -1
  1099. package/src/models/DescribePortRangeListsRequest.ts +5 -4
  1100. package/src/models/DescribePrefixListAttributesResponseBody.ts +3 -2
  1101. package/src/models/DescribePrefixListsRequest.ts +3 -2
  1102. package/src/models/DescribePriceRequest.ts +254 -135
  1103. package/src/models/DescribePriceResponseBody.ts +15 -15
  1104. package/src/models/DescribeRecommendInstanceTypeRequest.ts +42 -28
  1105. package/src/models/DescribeRegionsRequest.ts +21 -10
  1106. package/src/models/DescribeRenewalPriceRequest.ts +18 -16
  1107. package/src/models/DescribeRenewalPriceResponseBody.ts +9 -9
  1108. package/src/models/DescribeReservedInstancesRequest.ts +18 -13
  1109. package/src/models/DescribeResourceByTagsRequest.ts +29 -18
  1110. package/src/models/DescribeResourceByTagsResponseBody.ts +1 -1
  1111. package/src/models/DescribeResourcesModificationRequest.ts +21 -16
  1112. package/src/models/DescribeRouteTablesRequest.ts +35 -0
  1113. package/src/models/DescribeRouteTablesResponseBody.ts +20 -0
  1114. package/src/models/DescribeRouterInterfacesRequest.ts +42 -0
  1115. package/src/models/DescribeRouterInterfacesResponseBody.ts +20 -0
  1116. package/src/models/DescribeSecurityGroupAttributeRequest.ts +18 -14
  1117. package/src/models/DescribeSecurityGroupAttributeResponseBody.ts +3 -2
  1118. package/src/models/DescribeSecurityGroupsRequest.ts +15 -11
  1119. package/src/models/DescribeSendFileResultsRequest.ts +11 -7
  1120. package/src/models/DescribeSnapshotGroupsRequest.ts +5 -3
  1121. package/src/models/DescribeSnapshotLinksRequest.ts +3 -2
  1122. package/src/models/DescribeSnapshotMonitorDataRequest.ts +10 -6
  1123. package/src/models/DescribeSnapshotsRequest.ts +62 -47
  1124. package/src/models/DescribeSnapshotsResponseBody.ts +8 -4
  1125. package/src/models/DescribeSpotAdviceRequest.ts +12 -7
  1126. package/src/models/DescribeSpotPriceHistoryRequest.ts +11 -7
  1127. package/src/models/DescribeStorageCapacityUnitsRequest.ts +3 -2
  1128. package/src/models/DescribeStorageSetDetailsRequest.ts +0 -53
  1129. package/src/models/DescribeStorageSetDetailsResponseBody.ts +0 -28
  1130. package/src/models/DescribeStorageSetsRequest.ts +0 -51
  1131. package/src/models/DescribeStorageSetsResponseBody.ts +0 -28
  1132. package/src/models/DescribeTagsRequest.ts +39 -26
  1133. package/src/models/DescribeTagsResponseBody.ts +2 -2
  1134. package/src/models/DescribeTaskAttributeResponseBody.ts +3 -2
  1135. package/src/models/DescribeTasksRequest.ts +23 -9
  1136. package/src/models/DescribeUserBusinessBehaviorRequest.ts +6 -0
  1137. package/src/models/DescribeUserBusinessBehaviorResponseBody.ts +8 -0
  1138. package/src/models/DescribeUserDataResponseBody.ts +1 -1
  1139. package/src/models/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.ts +24 -0
  1140. package/src/models/DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody.ts +20 -0
  1141. package/src/models/DescribeVirtualBorderRoutersRequest.ts +22 -0
  1142. package/src/models/DescribeVirtualBorderRoutersResponseBody.ts +20 -0
  1143. package/src/models/DescribeVpcsRequest.ts +18 -0
  1144. package/src/models/DescribeVpcsResponseBody.ts +20 -0
  1145. package/src/models/DescribeVroutersRequest.ts +20 -0
  1146. package/src/models/DescribeVroutersResponseBody.ts +20 -0
  1147. package/src/models/DescribeVscsResponseBody.ts +0 -10
  1148. package/src/models/DescribeVswitchesRequest.ts +35 -0
  1149. package/src/models/DescribeVswitchesResponseBody.ts +20 -0
  1150. package/src/models/DescribeZonesRequest.ts +24 -14
  1151. package/src/models/DetachDiskRequest.ts +13 -8
  1152. package/src/models/DetachNetworkInterfaceRequest.ts +1 -1
  1153. package/src/models/EnableNetworkInterfaceQoSrequest.ts +4 -0
  1154. package/src/models/EnableNetworkInterfaceQoSresponseBody.ts +3 -0
  1155. package/src/models/EnablePhysicalConnectionRequest.ts +14 -0
  1156. package/src/models/EnablePhysicalConnectionResponseBody.ts +4 -0
  1157. package/src/models/ExportImageRequest.ts +24 -11
  1158. package/src/models/ExportImageResponseBody.ts +1 -1
  1159. package/src/models/ExportSnapshotRequest.ts +10 -0
  1160. package/src/models/ExportSnapshotResponseBody.ts +8 -0
  1161. package/src/models/GetInstanceConsoleOutputRequest.ts +3 -2
  1162. package/src/models/ImportImageRequest.ts +129 -88
  1163. package/src/models/ImportKeyPairRequest.ts +3 -3
  1164. package/src/models/InvokeCommandRequest.ts +100 -62
  1165. package/src/models/InvokeCommandShrinkRequest.ts +100 -62
  1166. package/src/models/JoinResourceGroupRequest.ts +25 -13
  1167. package/src/models/JoinSecurityGroupRequest.ts +9 -8
  1168. package/src/models/LeaveSecurityGroupRequest.ts +3 -2
  1169. package/src/models/ListPluginStatusRequest.ts +6 -6
  1170. package/src/models/ListTagResourcesRequest.ts +69 -43
  1171. package/src/models/ListTagResourcesResponseBody.ts +1 -1
  1172. package/src/models/LockSnapshotRequest.ts +14 -13
  1173. package/src/models/LockSnapshotResponseBody.ts +20 -11
  1174. package/src/models/ModifyAutoProvisioningGroupRequest.ts +13 -9
  1175. package/src/models/ModifyAutoSnapshotPolicyExRequest.ts +16 -10
  1176. package/src/models/ModifyBandwidthPackageSpecRequest.ts +6 -0
  1177. package/src/models/ModifyBandwidthPackageSpecResponseBody.ts +4 -0
  1178. package/src/models/ModifyCapacityReservationRequest.ts +6 -4
  1179. package/src/models/ModifyCloudAssistantSettingsRequest.ts +158 -38
  1180. package/src/models/ModifyCloudAssistantSettingsShrinkRequest.ts +21 -10
  1181. package/src/models/ModifyCommandRequest.ts +1 -1
  1182. package/src/models/ModifyDedicatedHostAttributeRequest.ts +7 -5
  1183. package/src/models/ModifyDedicatedHostAutoReleaseTimeRequest.ts +7 -4
  1184. package/src/models/ModifyDedicatedHostAutoReleaseTimeResponseBody.ts +1 -1
  1185. package/src/models/ModifyDedicatedHostAutoRenewAttributeRequest.ts +19 -12
  1186. package/src/models/ModifyDedicatedHostsChargeTypeRequest.ts +16 -11
  1187. package/src/models/ModifyDeploymentSetAttributeRequest.ts +10 -3
  1188. package/src/models/ModifyDeploymentSetAttributeResponseBody.ts +1 -1
  1189. package/src/models/ModifyDiagnosticMetricSetRequest.ts +1 -1
  1190. package/src/models/ModifyDiskAttributeRequest.ts +17 -13
  1191. package/src/models/ModifyDiskChargeTypeRequest.ts +8 -6
  1192. package/src/models/ModifyDiskChargeTypeResponseBody.ts +1 -1
  1193. package/src/models/ModifyDiskDeploymentRequest.ts +17 -14
  1194. package/src/models/ModifyDiskDeploymentResponseBody.ts +2 -2
  1195. package/src/models/ModifyDiskSpecRequest.ts +21 -14
  1196. package/src/models/ModifyDiskSpecResponseBody.ts +2 -2
  1197. package/src/models/ModifyElasticityAssuranceAutoRenewAttributeRequest.ts +12 -8
  1198. package/src/models/ModifyElasticityAssuranceRequest.ts +15 -11
  1199. package/src/models/ModifyForwardEntryRequest.ts +26 -0
  1200. package/src/models/ModifyForwardEntryResponseBody.ts +4 -0
  1201. package/src/models/ModifyHaVipAttributeRequest.ts +12 -0
  1202. package/src/models/ModifyHaVipAttributeResponseBody.ts +4 -0
  1203. package/src/models/ModifyHpcClusterAttributeRequest.ts +2 -2
  1204. package/src/models/ModifyImageAttributeRequest.ts +40 -27
  1205. package/src/models/ModifyImageAttributeResponseBody.ts +1 -1
  1206. package/src/models/ModifyImageShareGroupPermissionRequest.ts +4 -0
  1207. package/src/models/ModifyImageShareGroupPermissionResponseBody.ts +4 -0
  1208. package/src/models/ModifyImageSharePermissionRequest.ts +15 -8
  1209. package/src/models/ModifyImageSharePermissionResponseBody.ts +1 -1
  1210. package/src/models/ModifyInstanceAttachmentAttributesRequest.ts +8 -5
  1211. package/src/models/ModifyInstanceAttributeRequest.ts +122 -75
  1212. package/src/models/ModifyInstanceAutoReleaseTimeRequest.ts +5 -3
  1213. package/src/models/ModifyInstanceAutoReleaseTimeResponseBody.ts +1 -1
  1214. package/src/models/ModifyInstanceAutoRenewAttributeRequest.ts +14 -9
  1215. package/src/models/ModifyInstanceChargeTypeRequest.ts +16 -11
  1216. package/src/models/ModifyInstanceClockOptionsRequest.ts +6 -4
  1217. package/src/models/ModifyInstanceDeploymentRequest.ts +19 -14
  1218. package/src/models/ModifyInstanceMaintenanceAttributesRequest.ts +8 -5
  1219. package/src/models/ModifyInstanceMetadataOptionsRequest.ts +15 -12
  1220. package/src/models/ModifyInstanceNetworkOptionsRequest.ts +9 -5
  1221. package/src/models/ModifyInstanceNetworkSpecRequest.ts +19 -14
  1222. package/src/models/ModifyInstanceSpecRequest.ts +30 -24
  1223. package/src/models/ModifyInstanceVpcAttributeRequest.ts +14 -9
  1224. package/src/models/ModifyInvocationAttributeRequest.ts +70 -45
  1225. package/src/models/ModifyInvocationAttributeResponseBody.ts +5 -3
  1226. package/src/models/ModifyInvocationAttributeShrinkRequest.ts +70 -45
  1227. package/src/models/ModifyNetworkInterfaceAttributeRequest.ts +85 -59
  1228. package/src/models/ModifyPhysicalConnectionAttributeRequest.ts +52 -0
  1229. package/src/models/ModifyPhysicalConnectionAttributeResponseBody.ts +4 -0
  1230. package/src/models/ModifyPlanMaintenanceWindowRequest.ts +77 -0
  1231. package/src/models/ModifyPlanMaintenanceWindowResponseBody.ts +3 -0
  1232. package/src/models/ModifyPlanMaintenanceWindowShrinkRequest.ts +28 -0
  1233. package/src/models/ModifyPortRangeListRequest.ts +11 -8
  1234. package/src/models/ModifyPrefixListRequest.ts +8 -5
  1235. package/src/models/ModifyPrepayInstanceSpecRequest.ts +31 -25
  1236. package/src/models/ModifyReservedInstanceAutoRenewAttributeRequest.ts +3 -2
  1237. package/src/models/ModifyReservedInstancesRequest.ts +5 -4
  1238. package/src/models/ModifyRouterInterfaceAttributeRequest.ts +36 -0
  1239. package/src/models/ModifyRouterInterfaceAttributeResponseBody.ts +4 -0
  1240. package/src/models/ModifyRouterInterfaceSpecRequest.ts +14 -0
  1241. package/src/models/ModifyRouterInterfaceSpecResponseBody.ts +8 -0
  1242. package/src/models/ModifySecurityGroupEgressRuleRequest.ts +53 -33
  1243. package/src/models/ModifySecurityGroupPolicyRequest.ts +4 -3
  1244. package/src/models/ModifySecurityGroupRuleRequest.ts +57 -36
  1245. package/src/models/ModifySnapshotAttributeRequest.ts +7 -6
  1246. package/src/models/ModifySnapshotCategoryRequest.ts +7 -7
  1247. package/src/models/ModifySnapshotCategoryResponseBody.ts +1 -1
  1248. package/src/models/ModifyStorageCapacityUnitAttributeRequest.ts +2 -2
  1249. package/src/models/ModifyStorageSetAttributeRequest.ts +0 -31
  1250. package/src/models/ModifyStorageSetAttributeResponseBody.ts +0 -7
  1251. package/src/models/ModifyUserBusinessBehaviorRequest.ts +8 -0
  1252. package/src/models/ModifyUserBusinessBehaviorResponseBody.ts +4 -0
  1253. package/src/models/ModifyVirtualBorderRouterAttributeRequest.ts +50 -0
  1254. package/src/models/ModifyVirtualBorderRouterAttributeResponseBody.ts +4 -0
  1255. package/src/models/ModifyVpcAttributeRequest.ts +22 -0
  1256. package/src/models/ModifyVpcAttributeResponseBody.ts +4 -0
  1257. package/src/models/ModifyVrouterAttributeRequest.ts +14 -0
  1258. package/src/models/ModifyVrouterAttributeResponseBody.ts +4 -0
  1259. package/src/models/ModifyVswitchAttributeRequest.ts +16 -0
  1260. package/src/models/ModifyVswitchAttributeResponseBody.ts +4 -0
  1261. package/src/models/PurchaseElasticityAssuranceRequest.ts +10 -7
  1262. package/src/models/PurchaseReservedInstancesOfferingRequest.ts +18 -13
  1263. package/src/models/PurchaseStorageCapacityUnitRequest.ts +7 -5
  1264. package/src/models/ReInitDiskRequest.ts +9 -5
  1265. package/src/models/RebootInstanceRequest.ts +6 -4
  1266. package/src/models/RebootInstancesRequest.ts +9 -7
  1267. package/src/models/RecoverVirtualBorderRouterRequest.ts +12 -0
  1268. package/src/models/RecoverVirtualBorderRouterResponseBody.ts +4 -0
  1269. package/src/models/RedeployDedicatedHostRequest.ts +3 -2
  1270. package/src/models/RedeployInstanceRequest.ts +1 -1
  1271. package/src/models/ReleaseDedicatedHostRequest.ts +3 -2
  1272. package/src/models/ReleaseEipAddressRequest.ts +6 -0
  1273. package/src/models/ReleaseEipAddressResponseBody.ts +4 -0
  1274. package/src/models/ReleasePublicIpAddressRequest.ts +3 -3
  1275. package/src/models/ReleasePublicIpAddressResponseBody.ts +2 -2
  1276. package/src/models/RemoveBandwidthPackageIpsRequest.ts +11 -0
  1277. package/src/models/RemoveBandwidthPackageIpsResponseBody.ts +4 -0
  1278. package/src/models/RemoveTagsRequest.ts +32 -19
  1279. package/src/models/RenewDedicatedHostsRequest.ts +6 -4
  1280. package/src/models/RenewElasticityAssurancesRequest.ts +16 -11
  1281. package/src/models/RenewInstanceRequest.ts +1 -1
  1282. package/src/models/RenewReservedInstancesRequest.ts +3 -2
  1283. package/src/models/ReplaceSystemDiskRequest.ts +26 -19
  1284. package/src/models/ReportInstancesStatusRequest.ts +29 -16
  1285. package/src/models/ResetDiskRequest.ts +3 -2
  1286. package/src/models/ResetDisksRequest.ts +8 -7
  1287. package/src/models/ResetDisksResponseBody.ts +1 -1
  1288. package/src/models/ResizeDiskRequest.ts +59 -46
  1289. package/src/models/RevokeSecurityGroupEgressRequest.ts +53 -33
  1290. package/src/models/RevokeSecurityGroupRequest.ts +53 -33
  1291. package/src/models/RunCommandRequest.ts +170 -124
  1292. package/src/models/RunCommandResponseBody.ts +3 -3
  1293. package/src/models/RunCommandShrinkRequest.ts +170 -124
  1294. package/src/models/RunInstancesRequest.ts +425 -275
  1295. package/src/models/SendFileRequest.ts +24 -12
  1296. package/src/models/StartImagePipelineExecutionRequest.ts +3 -3
  1297. package/src/models/StartInstanceRequest.ts +7 -6
  1298. package/src/models/StartInstancesRequest.ts +5 -4
  1299. package/src/models/StartTerminalSessionRequest.ts +60 -4
  1300. package/src/models/StartTerminalSessionShrinkRequest.ts +24 -4
  1301. package/src/models/StopInstanceRequest.ts +18 -13
  1302. package/src/models/StopInstancesRequest.ts +22 -18
  1303. package/src/models/TagResourcesRequest.ts +38 -20
  1304. package/src/models/TerminatePhysicalConnectionRequest.ts +13 -0
  1305. package/src/models/TerminatePhysicalConnectionResponseBody.ts +4 -0
  1306. package/src/models/TerminateVirtualBorderRouterRequest.ts +12 -0
  1307. package/src/models/TerminateVirtualBorderRouterResponseBody.ts +4 -0
  1308. package/src/models/UnassociateEipAddressRequest.ts +18 -0
  1309. package/src/models/UnassociateEipAddressResponseBody.ts +4 -0
  1310. package/src/models/UnassociateHaVipRequest.ts +14 -0
  1311. package/src/models/UnassociateHaVipResponseBody.ts +4 -0
  1312. package/src/models/UnlockSnapshotRequest.ts +3 -2
  1313. package/src/models/UntagResourcesRequest.ts +36 -19
@@ -2,14 +2,17 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class RunCommandRequestResourceTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The key of tag N of the instance.
5
+ * The tag key that is used to filter instances.
6
6
  *
7
- * Take note of the following items:
7
+ * Notes:
8
8
  *
9
- * * This parameter and InstanceId.N are mutually exclusive.
10
- * * The tag key cannot be an empty string.
11
- * * The number of instances that have the specified tags cannot exceed 100. Otherwise, we recommend that you use batch tags, such as batch: b1, to group the instances into batches of up to 100 instances.
12
- * * The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.
9
+ * - You cannot specify both this parameter and the InstanceId parameter.
10
+ *
11
+ * - The tag key cannot be an empty string.
12
+ *
13
+ * - The number of instances matching the specified tag cannot exceed the per-execution instance limit (100 by default). If the number of matching instances exceeds this limit, you can use additional tags, such as `batch:b1`, to refine the selection.
14
+ *
15
+ * - The value can be up to 64 characters in length and cannot start with `aliyun` or `acs:`. It also cannot contain `http://` or `https://`.
13
16
  *
14
17
  * @example
15
18
  * TestKey
@@ -17,12 +20,13 @@ export declare class RunCommandRequestResourceTag extends $dara.Model {
17
20
  key?: string;
18
21
  /**
19
22
  * @remarks
20
- * The value of tag N of the instance.
23
+ * The tag value that is used to filter instances.
21
24
  *
22
- * Take note of the following items:
25
+ * Notes:
23
26
  *
24
- * * The tag value can be an empty string.
25
- * * The tag value can be up to 128 characters in length and cannot contain http:// or https://.
27
+ * - The value can be an empty string.
28
+ *
29
+ * - The value can be up to 128 characters in length and cannot contain `http://` or `https://`.
26
30
  *
27
31
  * @example
28
32
  * TestValue
@@ -42,11 +46,11 @@ export declare class RunCommandRequestResourceTag extends $dara.Model {
42
46
  export declare class RunCommandRequestTag extends $dara.Model {
43
47
  /**
44
48
  * @remarks
45
- * The key of tag N to add to the command task. The tag key cannot be an empty string.
49
+ * The tag key for the command execution. The key cannot be an empty string.
46
50
  *
47
- * If a tag is specified to query resources, up to 1,000 resources that have this tag can be displayed in the response. If multiple tags are specified to query resources, up to 1,000 resources that have all the tags can be displayed in the response. To query more than 1,000 resources that have the specified tags, call the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation.
51
+ * The key can be up to 64 characters long and cannot start with `aliyun` or `acs:`. It also cannot contain `http://` or `https://`.
48
52
  *
49
- * The tag key can be up to 64 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.
53
+ * The value can be up to 64 characters long and cannot start with `aliyun` or `acs:` or contain `http://` or `https://`.
50
54
  *
51
55
  * @example
52
56
  * TestKey
@@ -54,9 +58,9 @@ export declare class RunCommandRequestTag extends $dara.Model {
54
58
  key?: string;
55
59
  /**
56
60
  * @remarks
57
- * The value of tag N to add to the command task. The tag value can be an empty string.
61
+ * The tag value for the command execution. The value can be an empty string.
58
62
  *
59
- * The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`.
63
+ * The value can be up to 128 characters long and cannot contain `http://` or `https://`.
60
64
  *
61
65
  * @example
62
66
  * TestValue
@@ -76,7 +80,7 @@ export declare class RunCommandRequestTag extends $dara.Model {
76
80
  export declare class RunCommandRequest extends $dara.Model {
77
81
  /**
78
82
  * @remarks
79
- * 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).
83
+ * A client-generated token that is used to ensure the idempotence of the request. You must make sure that the token is unique among different requests. The `ClientToken` parameter 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).
80
84
  *
81
85
  * @example
82
86
  * 123e4567-e89b-12d3-a456-426655440000
@@ -84,44 +88,51 @@ export declare class RunCommandRequest extends $dara.Model {
84
88
  clientToken?: string;
85
89
  /**
86
90
  * @remarks
87
- * The content of the command. The command content can be plaintext or Base64-encoded. Take note of the following items:
91
+ * The command content, which can be in plaintext or Base64-encoded. Note the following:
92
+ *
93
+ * - The size of the Base64-encoded command content is limited to 18 KB if `KeepCommand` is `true`, or 24 KB if `KeepCommand` is `false`.
94
+ *
95
+ * - If the command content is Base64-encoded, you must set `ContentEncoding` to `Base64`.
96
+ *
97
+ * - Set `EnableParameter` to `true` to enable the custom parameter feature in the command content.
98
+ *
99
+ * - Define custom parameters by using the `{{}}` format. Spaces and line breaks before and after the parameter names within `{{}}` are ignored.
100
+ *
101
+ * - You can define up to 20 custom parameters.
102
+ *
103
+ * - A custom parameter name can contain only letters, digits, underscores (_), and hyphens (-). The name is case-insensitive and cannot start with `acs::`, which is reserved for built-in environment parameters.
104
+ *
105
+ * - A custom parameter name can be up to 64 bytes long.
88
106
  *
89
- * * If you want to retain the command, make sure that the size of the Base64-encoded command content does not exceed 18 KB. If you do not want to retain the command, make sure that the size of the Base64-encoded command content does not exceed 24 KB. You can set `KeepCommand` to specify whether to retain the command.
107
+ * - You can use built-in environment parameters, which Cloud Assistant automatically replaces with their corresponding values at runtime. The following built-in environment parameters are supported:
90
108
  *
91
- * * If the command content is Base64-encoded, set `ContentEncoding` to Base64.
109
+ * - `{{ACS::RegionId}}`: the region ID.
92
110
  *
93
- * * If you specify `EnableParameter` to true, the custom parameter feature is enable. You can configure custom parameters based on the following rules:
111
+ * - `{{ACS::AccountId}}`: the UID of the Alibaba Cloud account.
94
112
  *
95
- * * Specify custom parameters in the `{{}}` format. The spaces and line feeds before and after the parameter names within `{{}}` are ignored.
96
- * * You can specify up to 20 custom parameters.
97
- * * A custom parameter name can contain letters, digits, underscores (_), and hyphens (-). The name is case-insensitive. The ACS:: prefix cannot be used to specify non-built-in environment parameters.
98
- * * Each custom parameter name cannot exceed 64 bytes in length.
113
+ * - `{{ACS::InstanceId}}`: the instance ID. To use this parameter on multiple instances, the required Cloud Assistant Agent version is 2.2.3.309 or later for Linux instances, or 2.1.3.309 or later for Windows instances.
99
114
  *
100
- * * You can specify built-in environment parameters as custom parameters. When you run a command, the parameters are automatically specified by Cloud Assistant. You can specify the following built-in environment parameters:
115
+ * - Linux: 2.2.3.309
101
116
  *
102
- * * `{{ACS::RegionId}}`: the region ID.
117
+ * - Windows: 2.1.3.309
103
118
  *
104
- * * `{{ACS::AccountId}}`: the UID of the Alibaba Cloud account.
119
+ * - `{{ACS::InstanceName}}`: the instance name. To use this parameter on multiple instances, the required Cloud Assistant Agent version is 2.2.3.344 or later for Linux instances, or 2.1.3.344 or later for Windows instances.
105
120
  *
106
- * * `{{ACS::InstanceId}}`: the instance ID. If you want to run the command on multiple instances and specify `{{ACS::InstanceId}}` as a built-in environment parameter, make sure that the Cloud Assistant Agent version is not earlier than the following versions:
121
+ * - Linux: 2.2.3.344
107
122
  *
108
- * * Linux: 2.2.3.309
109
- * * Windows: 2.1.3.309
123
+ * - Windows: 2.1.3.344
110
124
  *
111
- * * `{{ACS::InstanceName}}`: the instance name. If you want to run the command on multiple instances and specify `{{ACS::InstanceName}}` as a built-in environment parameter, make sure that the Cloud Assistant Agent version is not earlier than the following versions:
125
+ * - `{{ACS::InvokeId}}`: the invocation ID. To use this parameter, the required Cloud Assistant Agent version is 2.2.3.309 or later for Linux instances, or 2.1.3.309 or later for Windows instances.
112
126
  *
113
- * * Linux: 2.2.3.344
114
- * * Windows: 2.1.3.344
127
+ * - Linux: 2.2.3.309
115
128
  *
116
- * * `{{ACS::InvokeId}}`: the task ID. If you want to specify `{{ACS::InvokeId}}` as a built-in environment parameter, make sure that the Cloud Assistant Agent version is not earlier than the following versions:
129
+ * - Windows: 2.1.3.309
117
130
  *
118
- * * Linux: 2.2.3.309
119
- * * Windows: 2.1.3.309
131
+ * - `{{ACS::CommandId}}`: the command ID. To use this parameter, the required Cloud Assistant Agent version is 2.2.3.309 or later for Linux instances, or 2.1.3.309 or later for Windows instances.
120
132
  *
121
- * * `{{ACS::CommandId}}`: the command ID. If you want to specify `{{ACS::CommandId}}` as a built-in environment parameter, make sure that the Cloud Assistant Agent version is not earlier than the following versions:
133
+ * - Linux: 2.2.3.309
122
134
  *
123
- * * Linux: 2.2.3.309
124
- * * Windows: 2.1.3.309
135
+ * - Windows: 2.1.3.309
125
136
  *
126
137
  * This parameter is required.
127
138
  *
@@ -131,15 +142,17 @@ export declare class RunCommandRequest extends $dara.Model {
131
142
  commandContent?: string;
132
143
  /**
133
144
  * @remarks
134
- * The container ID. Only 64-bit hexadecimal strings are supported. `docker://`, `containerd://`, or `cri-o://` can be used as the prefix of the container ID to specify the container runtime.
145
+ * The ID of the container. The ID must be a 64-bit hexadecimal string. You can add the `docker://`, `containerd://`, or `cri-o://` prefix to explicitly specify the container runtime.
135
146
  *
136
- * Take note of the following items:
147
+ * Notes:
137
148
  *
138
- * * If you specify this parameter, Cloud Assistant runs the command in the specified container of the instances.
139
- * * If you specify this parameter, make sure that the Cloud Assistant Agent version installed on Linux instances is 2.2.3.344 or later.
140
- * * If you specify this parameter, `Username` and `WorkingDir` do not take effect. You can run the command in the default working directory of the container by using only the default user of the container. For more information, see [Use Cloud Assistant to run commands in containers](https://help.aliyun.com/document_detail/456641.html).
149
+ * - If you specify this parameter, Cloud Assistant runs the script in the specified container of the instance.
141
150
  *
142
- * > Only shell scripts can run in Linux containers. You cannot add a command whose format is similar to `#!/usr/bin/python` at the beginning of a script to specify a script interpreter. For more information, see [Use Cloud Assistant to run commands in containers](https://help.aliyun.com/document_detail/456641.html).
151
+ * - This parameter is supported only on Linux instances with Cloud Assistant Agent version 2.2.3.344 or later.
152
+ *
153
+ * - If you specify this parameter, the specified `Username` and `WorkingDir` parameters are ignored. The command is run only by the default user in the default working directory of the container. For more information, see [Run commands in a container by using Cloud Assistant](https://help.aliyun.com/document_detail/456641.html).
154
+ *
155
+ * > In Linux containers, you can run only Shell scripts. You cannot use commands such as `#!/usr/bin/python` at the beginning of a script to specify an interpreter. For more information, see [Run commands in a container by using Cloud Assistant](https://help.aliyun.com/document_detail/456641.html).
143
156
  *
144
157
  * @example
145
158
  * ab141ddfbacfe02d9dbc25966ed971536124527097398d419a6746873fea****
@@ -147,15 +160,17 @@ export declare class RunCommandRequest extends $dara.Model {
147
160
  containerId?: string;
148
161
  /**
149
162
  * @remarks
150
- * The container name.
163
+ * The name of the container.
164
+ *
165
+ * Notes:
151
166
  *
152
- * Take note of the following items:
167
+ * - If you specify this parameter, Cloud Assistant runs the script in the specified container of the instance.
153
168
  *
154
- * * If you specify this parameter, Cloud Assistant runs the command in the specified container of the instances.
155
- * * If you specify this parameter, make sure that the Cloud Assistant Agent version installed on Linux instances is 2.2.3.344 or later.
156
- * * If you specify this parameter, `Username` and `WorkingDir` do not take effect. You can run the command in the default working directory of the container by using only the default user of the container. For more information, see [Use Cloud Assistant to run commands in containers](https://help.aliyun.com/document_detail/456641.html).
169
+ * - This parameter is supported only on Linux instances with Cloud Assistant Agent version 2.2.3.344 or later.
157
170
  *
158
- * > Only shell scripts can run in Linux containers. You cannot add a command whose format is similar to `#!/usr/bin/python` at the beginning of a script to specify a script interpreter. For more information, see [Use Cloud Assistant to run commands in containers](https://help.aliyun.com/document_detail/456641.html).
171
+ * - If you specify this parameter, the specified `Username` and `WorkingDir` parameters are ignored. The command is run only by the default user in the default working directory of the container. For more information, see [Run commands in a container by using Cloud Assistant](https://help.aliyun.com/document_detail/456641.html).
172
+ *
173
+ * > In Linux containers, you can run only Shell scripts. You cannot use commands such as `#!/usr/bin/python` at the beginning of a script to specify an interpreter. For more information, see [Run commands in a container by using Cloud Assistant](https://help.aliyun.com/document_detail/456641.html).
159
174
  *
160
175
  * @example
161
176
  * test-container
@@ -163,12 +178,13 @@ export declare class RunCommandRequest extends $dara.Model {
163
178
  containerName?: string;
164
179
  /**
165
180
  * @remarks
166
- * The encoding mode of command content (`CommandContent`). The valid values are case-insensitive. Valid values:
181
+ * The encoding mode of the command content (`CommandContent`). Valid values (case-insensitive):
182
+ *
183
+ * - `PlainText`: The command content is not encoded and is transmitted in plaintext.
167
184
  *
168
- * * PlainText: The command content is not encoded.
169
- * * Base64: The command content is encoded in Base64.
185
+ * - `Base64`: The command content is Base64-encoded.
170
186
  *
171
- * Default value: PlainText. If the specified value of this parameter is invalid, PlainText is used by default.
187
+ * Default value: `PlainText`. If you specify an invalid value, the value is automatically set to `PlainText`.
172
188
  *
173
189
  * @example
174
190
  * Base64
@@ -176,7 +192,7 @@ export declare class RunCommandRequest extends $dara.Model {
176
192
  contentEncoding?: string;
177
193
  /**
178
194
  * @remarks
179
- * The description of the command. The description supports all character sets and can be up to 512 characters in length.
195
+ * The description of the command. It can be up to 512 characters long and supports all character sets.
180
196
  *
181
197
  * @example
182
198
  * testDescription
@@ -184,7 +200,7 @@ export declare class RunCommandRequest extends $dara.Model {
184
200
  description?: string;
185
201
  /**
186
202
  * @remarks
187
- * Specifies whether to include custom parameters in the command.
203
+ * Specifies whether to use custom parameters in the command.
188
204
  *
189
205
  * Default value: false.
190
206
  *
@@ -194,40 +210,45 @@ export declare class RunCommandRequest extends $dara.Model {
194
210
  enableParameter?: boolean;
195
211
  /**
196
212
  * @remarks
197
- * The schedule on which to run the command. You can configure a command to run at a fixed interval based on a rate expression, run only once at a specified time, or run at designated times based on a cron expression.
213
+ * The schedule for the command. You can specify a rate expression, an at expression for one-time execution, or a cron expression.
214
+ *
215
+ * - **Fixed-interval execution**: Runs the command at fixed intervals defined by a rate expression. You can specify the interval in seconds (s), minutes (m), hours (h), or days (d). This method is suitable for tasks that must be run at fixed intervals. The format is `rate(<value><unit>)`. For example, to run a command every 5 minutes, use `rate(5m)`. The following limits apply to this method:
198
216
  *
199
- * * To run a command at a fixed interval, use a rate expression to specify the interval. You can specify the interval in seconds, minutes, hours, or days. This option is suitable for scenarios in which tasks need to be executed at a fixed interval. Specify the interval in the following format: `rate(<Execution interval value> <Execution interval unit>)`. For example, specify `rate(5m)` to run the command every 5 minutes. When you specify an interval, take note of the following limits:
217
+ * - The interval must be in the range of 60 seconds to 7 days, and must be longer than the timeout of the scheduled task.
200
218
  *
201
- * * The interval can be anywhere from 60 seconds to 7 days, but must be longer than the timeout period of the scheduled task.
202
- * * The interval is the amount of time that elapses between two consecutive executions. The interval is irrelevant to the amount of time that is required to run the command once. For example, assume that you set the interval to 5 minutes and that it takes 2 minutes to run the command each time. Each time the command is run, the system waits 3 minutes before the system runs the command again.
203
- * * A task is not immediately executed after the task is created. For example, assume that you set the interval to 5 minutes for a task. The task begins to be executed 5 minutes after it is created.
219
+ * - The interval is fixed and starts from the beginning of the previous execution, not from its completion.
204
220
  *
205
- * * To run a command only once at a specific time, specify a point in time and a time zone. Specify the point in time in the `at(yyyy-MM-dd HH:mm:ss <Time zone>)` format, which indicates `at(Year-Month-Day Hour:Minute:Second <Time zone>)`. If you do not specify a time zone, the UTC time zone is used by default. You can specify the time zone in the following forms:
221
+ * - The task does not immediately run after it is created. For example, if you set an interval of 5 minutes, the first run starts 5 minutes after the task is created.
206
222
  *
207
- * * The time zone name. Examples: `Asia/Shanghai` and `America/Los_Angeles`.
208
- * * The time offset from GMT. Examples: `GMT+8:00` (UTC+8) and `GMT-7:00` (UTC-7). If you use the GMT format, you cannot add leading zeros to the hour value.
209
- * * The time zone abbreviation. Only UTC is supported.
223
+ * - **One-time execution**: Run the command once at a specified time and in a specified time zone. The format is `at(yyyy-MM-dd HH:mm:ss <time_zone>)`. If you do not specify a time zone, UTC is used by default. The following time zone formats are supported:
210
224
  *
211
- * For example, to configure a command to run only once at 13:15:30 on June 6, 2022 (Shanghai time), set the time to `at(2022-06-06 13:15:30 Asia/Shanghai)`. To configure a command to run only once at 13:15:30 on June 6, 2022 (UTC-7), set the time to `at(2022-06-06 13:15:30 GMT-7:00)`.
225
+ * - Full time zone name, such as `Asia/Shanghai` or `America/Los_Angeles`.
212
226
  *
213
- * * To run a command at specific times, use a cron expression to define the schedule. Specify a schedule in the `<Cron expression> <Time zone>` format. The cron expression is in the `<seconds> <minutes> <hours> <day of the month> <month> <day of the week> <year (optional)>` format. The system calculates the execution times of the command based on the specified cron expression and time zone and runs the command as scheduled. If you do not specify a time zone, the system time zone of the instance on which you want to run the command is used by default. For more information about cron expressions, see [Cron expressions](https://help.aliyun.com/document_detail/64769.html). You can specify the time zone in the following forms:
227
+ * - Offset from GMT, such as `GMT+8:00` or `GMT-7:00`. When you use the GMT format, you cannot add a leading zero to the hour.
214
228
  *
215
- * * The time zone name. Examples: `Asia/Shanghai` and `America/Los_Angeles`.
216
- * * The time offset from GMT. Examples: `GMT+8:00` (UTC+8) and `GMT-7:00` (UTC-7). If you use the GMT format, you cannot add leading zeros to the hour value.
217
- * * The time zone abbreviation. Only UTC is supported. For example, to configure a command to run at 10:15:00 every day in 2022 (Shanghai time), set the schedule to `0 15 10 ? * * 2022 Asia/Shanghai`. To configure a command to run every half an hour from 10:00:00 to 11:30:00 every day in 2022 (UTC+8), set the schedule to `0 0/30 10-11 * * ? 2022 GMT+8:00`. To configure a command to run every 5 minutes from 14:00:00 to 14:55:00 every October every two years from 2022 in UTC, set the schedule to `0 0/5 14 * 10 ? 2022/2 UTC`.
229
+ * - Time zone abbreviation. Only `UTC` is supported.
218
230
  *
219
- * **
231
+ * Example 1: To run a task at 13:15:30 on June 6, 2022 in the `Asia/Shanghai` time zone, use `at(2022-06-06 13:15:30 Asia/Shanghai)`. Example 2: To run a task at 13:15:30 on June 6, 2022 in the `GMT-7:00` time zone, use `at(2022-06-06 13:15:30 GMT-7:00)`.
220
232
  *
221
- * **Note** The minimum interval must be 10 seconds or more and cannot be shorter than the timeout period of scheduled executions.
233
+ * - **Scheduled execution based on a cron expression**: Runs the command on a schedule defined by a cron expression. The format is `<second> <minute> <hour> <day_of_month> <month> <day_of_week> <year (optional)> <time_zone>`, or `<cron_expression> <time_zone>`. The task is run based on the cron expression in the specified time zone. If you do not specify a time zone, the system time zone of the instance where the task is run is used by default. For more information about cron expressions, see [Cron expressions](https://help.aliyun.com/document_detail/64769.html). The following time zone formats are supported:
234
+ *
235
+ * - Full time zone name, such as `Asia/Shanghai` or `America/Los_Angeles`.
236
+ *
237
+ * - Offset from GMT, such as `GMT+8:00` or `GMT-7:00`. When you use the GMT format, you cannot add a leading zero to the hour.
238
+ *
239
+ * - Time zone abbreviation. Only `UTC` is supported.
240
+ * For example, to run a command at 10:15 every day in 2022 in the `Asia/Shanghai` time zone, use `0 15 10 ? * * 2022 Asia/Shanghai`. To run a command every 30 minutes from 10:00 to 11:30 every day in 2022 in the `GMT+8:00` time zone, use `0 0/30 10-11 * * ? 2022 GMT+8:00`. To run a command every 5 minutes from 14:00 to 14:55 every day in October of every two years starting from 2022 in `UTC`, use `0 0/5 14 * 10 ? 2022/2 UTC`.
241
+ *
242
+ * > The minimum interval must be greater than or equal to the timeout of the scheduled task, and cannot be less than 10 seconds.
222
243
  */
223
244
  frequency?: string;
224
245
  /**
225
246
  * @remarks
226
- * The IDs of instances on which to create and run the command. Specify at least one instance ID. You can specify up to 100 instance IDs.
247
+ * The IDs of the ECS instances on which to run the command. You can specify from 1 to 100 instance IDs.
227
248
  *
228
- * If one of the specified instances does not meet the conditions for running the command, the call fails. To ensure that the call is successful, specify only the IDs of instances that meet the conditions.
249
+ * If any specified instance does not meet the execution requirements, the entire operation fails.
229
250
  *
230
- * You can request a quota increase in the Quota Center console. The quota name is Maximum number of instances supported for command execution.
251
+ * You can apply for a quota increase in Quota Center. The quota is named Maximum number of instances supported per command execution.
231
252
  *
232
253
  * @example
233
254
  * i-bp185dy2o3o6neg****
@@ -235,10 +256,11 @@ export declare class RunCommandRequest extends $dara.Model {
235
256
  instanceId?: string[];
236
257
  /**
237
258
  * @remarks
238
- * Specifies whether to retain the command after the command is run. Valid values:
259
+ * Specifies whether to save the command after it is run. Valid values:
260
+ *
261
+ * - `true`: Saves the command. You can then re-run it by calling InvokeCommand. Saved commands count towards your Cloud Assistant command quota.
239
262
  *
240
- * * true: retains the command. Then, you can call the InvokeCommand operation to rerun the command. The retained command counts against the quota of Cloud Assistant commands.
241
- * * false: does not retain the command. The command is automatically deleted after it is run and does not count against the quota of Cloud Assistant commands.
263
+ * - `false`: Does not save the command. The command is deleted after execution and does not count towards your quota.
242
264
  *
243
265
  * Default value: false.
244
266
  *
@@ -248,7 +270,7 @@ export declare class RunCommandRequest extends $dara.Model {
248
270
  keepCommand?: boolean;
249
271
  /**
250
272
  * @remarks
251
- * The launcher for script execution. The value cannot exceed 1 KB in length.
273
+ * The launcher that is used to run the script. The value can be up to 1 KB in length.
252
274
  *
253
275
  * @example
254
276
  * python3 -u {{ACS::ScriptFileName|Ext(".py")}}
@@ -256,27 +278,39 @@ export declare class RunCommandRequest extends $dara.Model {
256
278
  launcher?: string;
257
279
  /**
258
280
  * @remarks
259
- * The name of the command. The name supports all character sets and can be up to 128 characters in length.
281
+ * The name of the command. It can be up to 128 characters long and supports all character sets.
260
282
  *
261
283
  * @example
262
284
  * testName
263
285
  */
264
286
  name?: string;
287
+ /**
288
+ * @remarks
289
+ * The OSS delivery configuration for the command output.
290
+ *
291
+ * - Format: oss\\://${BucketName}/${Prefix}, where ${BucketName} is the name of the destination OSS bucket and ${Prefix} is the destination prefix.
292
+ *
293
+ * @example
294
+ * oss://testBucket/testPrefix
295
+ */
265
296
  ossOutputDelivery?: string;
266
297
  ownerAccount?: string;
267
298
  ownerId?: number;
268
299
  /**
269
300
  * @remarks
270
- * The key-value pairs of custom parameters to pass in when the command can include custom parameters. For example, the command content is `echo {{name}}`. You can use `Parameters` to pass in the `{"name":"Jack"}` key-value pair. The `name` key of the custom parameter is automatically replaced by the paired Jack value to generate a new command. As a result, the `echo Jack` command is run.
301
+ * The key-value pairs for custom parameters. For example, if `CommandContent` is `echo {{name}}`, setting `Parameters` to `{"name":"Jack"}` results in the command `echo Jack` being run.
271
302
  *
272
- * You can specify 0 to 10 custom parameters. Take note of the following items:
303
+ * You can specify 0 to 10 key-value pairs. Note the following:
273
304
  *
274
- * * The key of a custom parameter can be up to 64 characters in length and cannot be an empty string.
275
- * * The value of a custom parameter can be an empty string.
276
- * * If you want to retain a command, make sure that the command after Base64 encoding, including custom parameters and original command content, does not exceed 18 KB in size. If you do not want to retain the command, make sure that the command after Base64 encoding does not exceed 24 KB in size. You can set `KeepCommand` to specify whether to retain the command.
277
- * * The custom parameter names that are specified by Parameters must be included in the custom parameter names that you specified when you created the command. You can use empty strings to represent the parameters that are not passed in.
305
+ * - The key cannot be an empty string and can be up to 64 characters in length.
278
306
  *
279
- * This parameter is left empty by default, which indicates that the custom parameter feature is disabled.
307
+ * - The value can be an empty string.
308
+ *
309
+ * - After Base64 encoding, the total size of the custom parameters and the original command content is limited to 18 KB if `KeepCommand` is `true`, or 24 KB if `KeepCommand` is `false`.
310
+ *
311
+ * - The set of custom parameter names that you specify must be a subset of the parameters defined in `CommandContent`. The value of an omitted parameter defaults to an empty string.
312
+ *
313
+ * By default, this parameter is empty, which indicates that no custom parameters are used.
280
314
  *
281
315
  * @example
282
316
  * {"name":"Jack", "accessKey":"LTAI*************"}
@@ -286,7 +320,7 @@ export declare class RunCommandRequest extends $dara.Model {
286
320
  };
287
321
  /**
288
322
  * @remarks
289
- * The region ID of the command. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
323
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the latest Alibaba Cloud regions.
290
324
  *
291
325
  * This parameter is required.
292
326
  *
@@ -296,23 +330,29 @@ export declare class RunCommandRequest extends $dara.Model {
296
330
  regionId?: string;
297
331
  /**
298
332
  * @remarks
299
- * Specifies how to run the command. Valid values:
333
+ * The execution mode of the command. Valid values:
334
+ *
335
+ * - `Once`: The command is immediately run.
336
+ *
337
+ * - `Period`: Runs the command as a scheduled task. This mode requires the `Frequency` parameter.
300
338
  *
301
- * * Once: immediately runs the command.
302
- * * Period: runs the command based on a schedule. If you set this parameter to `Period`, you must specify `Frequency`.
303
- * * NextRebootOnly: runs the command the next time the instances start.
304
- * * EveryReboot: runs the command every time the instances start.
305
- * * DryRun: performs only a dry run, without running the actual command. The system checks the request parameters, the execution environments on the instances, and the status of Cloud Assistant Agent.
339
+ * - `NextRebootOnly`: The command is automatically run the next time the instance starts.
340
+ *
341
+ * - `EveryReboot`: The command is automatically run every time the instance starts.
342
+ *
343
+ * - `DryRun`: Performs a dry run to check parameters and the environment without actually running the command.
306
344
  *
307
345
  * Default value:
308
346
  *
309
- * * If you do not specify `Frequency`, the default value is `Once`.
310
- * * If you specify `Frequency`, RepeatMode is set to `Period` regardless of whether a value is already specified for RepeatMode.
347
+ * - If the `Frequency` parameter is not specified, the default value is `Once`.
348
+ *
349
+ * - If `Frequency` is specified, this parameter is automatically set to `Period`.
311
350
  *
312
- * Take note of the following items:
351
+ * Notes:
313
352
  *
314
- * * You can call the [StopInvocation](https://help.aliyun.com/document_detail/64838.html) operation to stop the pending or scheduled executions of the command.
315
- * * If you set this parameter to `Period` or `EveryReboot`, you can call the [DescribeInvocationResults](https://help.aliyun.com/document_detail/64845.html) operation with `IncludeHistory` set to true to query the historical scheduled executions.
353
+ * - You can call the [StopInvocation](https://help.aliyun.com/document_detail/64838.html) operation to stop pending or scheduled commands.
354
+ *
355
+ * - If you set this parameter to `Period` or `EveryReboot`, you can call the [DescribeInvocationResults](https://help.aliyun.com/document_detail/64845.html) operation and set `IncludeHistory=true` to query the historical execution records of the scheduled command.
316
356
  *
317
357
  * @example
318
358
  * Once
@@ -320,10 +360,11 @@ export declare class RunCommandRequest extends $dara.Model {
320
360
  repeatMode?: string;
321
361
  /**
322
362
  * @remarks
323
- * The ID of the resource group to which to assign the command executions. When you set this parameter, take note of the following items:
363
+ * The ID of the resource group for the command execution. When you specify this parameter, the following rules apply:
364
+ *
365
+ * - If an ECS instance specified by `InstanceId` is in a non-default resource group, it must belong to the resource group specified by this parameter.
324
366
  *
325
- * * The instances specified by InstanceId.N must belong to the specified resource group.
326
- * * After the command is run, you can set this parameter to call the [DescribeInvocations](https://help.aliyun.com/document_detail/64840.html) or [DescribeInvocationResults](https://help.aliyun.com/document_detail/64845.html) operation to query the execution results in the specified resource group.
367
+ * - You can use this parameter to filter command execution results when you call the [DescribeInvocations](https://help.aliyun.com/document_detail/64840.html) or [DescribeInvocationResults](https://help.aliyun.com/document_detail/64845.html) operation.
327
368
  *
328
369
  * @example
329
370
  * rg-bp67acfmxazb4p****
@@ -333,20 +374,21 @@ export declare class RunCommandRequest extends $dara.Model {
333
374
  resourceOwnerId?: number;
334
375
  /**
335
376
  * @remarks
336
- * The tags of the instance. You can leave this parameter empty or specify up to 20 tags. If you do not specify InstanceId, the command is run on instances that have the specified tags.
377
+ * Tags used to filter instances for command execution. This allows you to run the command on all instances with matching tags, as an alternative to specifying instance IDs. The array can contain 0 to 20 tags.
337
378
  */
338
379
  resourceTag?: RunCommandRequestResourceTag[];
339
380
  /**
340
381
  * @remarks
341
- * The tags to add to the command task. You can leave this parameter empty or specify up to 20 tags.
382
+ * An array of tag pairs. The array can contain 0 to 20 tags.
342
383
  */
343
384
  tag?: RunCommandRequestTag[];
344
385
  /**
345
386
  * @remarks
346
- * Specifies how to stop the command task when a command execution is manually stopped or times out. Valid values:
387
+ * The mode for stopping the task when it is manually stopped or times out. Valid values:
347
388
  *
348
- * * Process: stops the process of the command.
349
- * * ProcessTree: stops the process tree of the command. In this case, the process of the command and all subprocesses of the process are stopped.
389
+ * - `Process`: Stops the current script process.
390
+ *
391
+ * - `ProcessTree`: Stops the current process tree. A process tree includes the current script process and all of its subprocesses.
350
392
  *
351
393
  * @example
352
394
  * ProcessTree
@@ -354,7 +396,7 @@ export declare class RunCommandRequest extends $dara.Model {
354
396
  terminationMode?: string;
355
397
  /**
356
398
  * @remarks
357
- * > This parameter is no longer used and does not take effect.
399
+ * > This parameter is deprecated and no longer has any effect.
358
400
  *
359
401
  * @example
360
402
  * true
@@ -362,9 +404,9 @@ export declare class RunCommandRequest extends $dara.Model {
362
404
  timed?: boolean;
363
405
  /**
364
406
  * @remarks
365
- * The timeout period for the command execution. Unit: seconds.
407
+ * The command execution timeout, in seconds.
366
408
  *
367
- * A timeout error occurs if the command cannot be run because the process slows down or because a specific module or Cloud Assistant Agent does not exist. When an execution times out, the command process is forcefully terminated.
409
+ * A timeout forcibly terminates the command process if the command fails to run due to exceptions, such as a process conflict, a missing module, or a disabled Cloud Assistant Agent.
368
410
  *
369
411
  * Default value: 60.
370
412
  *
@@ -376,9 +418,11 @@ export declare class RunCommandRequest extends $dara.Model {
376
418
  * @remarks
377
419
  * The type of the command. Valid values:
378
420
  *
379
- * * RunBatScript: batch command, applicable to Windows instances.
380
- * * RunPowerShellScript: PowerShell command, applicable to Windows instances.
381
- * * RunShellScript: shell command, applicable to Linux instances.
421
+ * - `RunBatScript`: Bat commands for Windows instances.
422
+ *
423
+ * - `RunPowerShellScript`: PowerShell commands for Windows instances.
424
+ *
425
+ * - `RunShellScript`: Shell commands for Linux instances.
382
426
  *
383
427
  * This parameter is required.
384
428
  *
@@ -388,12 +432,13 @@ export declare class RunCommandRequest extends $dara.Model {
388
432
  type?: string;
389
433
  /**
390
434
  * @remarks
391
- * The username to use to run the command on the ECS instances. The username cannot exceed 255 characters in length.
435
+ * The name of the user that runs the command on the ECS instance. The name can be up to 255 characters in length.
392
436
  *
393
- * * For Linux instances, the root username is used by default.
394
- * * For Windows instances, the System username is used by default.
437
+ * - Default on Linux: `root`.
395
438
  *
396
- * You can also specify other usernames that already exist in the instances to run the command. For security purposes, we recommend that you run Cloud Assistant commands as a regular user. For more information, see [Run Cloud Assistant commands as a regular user](https://help.aliyun.com/document_detail/203771.html).
439
+ * - Default on Windows: `System`.
440
+ *
441
+ * You can specify another existing user on the instance to run the command. Running Cloud Assistant commands as a standard user is more secure. For more information, see [Run Cloud Assistant commands as a standard user](https://help.aliyun.com/document_detail/203771.html).
397
442
  *
398
443
  * @example
399
444
  * test
@@ -401,11 +446,11 @@ export declare class RunCommandRequest extends $dara.Model {
401
446
  username?: string;
402
447
  /**
403
448
  * @remarks
404
- * The name of the password to use to run the command on a Windows instance. The name cannot exceed 255 characters in length.
449
+ * The name of the password of the user that runs the command on a Windows instance. The name can be up to 255 characters in length.
405
450
  *
406
- * If you do not want to use the default System user to run the command on Windows instances, specify both WindowsPasswordName and `Username`. To mitigate the risk of password leaks, the password is stored in plaintext in CloudOps Orchestration Service (OOS) Parameter Store, and only the name of the password is passed in by using WindowsPasswordName. For more information, see [Manage encryption parameters](https://help.aliyun.com/document_detail/186828.html) and [Run Cloud Assistant commands as a regular user](https://help.aliyun.com/document_detail/203771.html).
451
+ * To run a command as a non-default user on a Windows instance, you must specify both `Username` and `WindowsPasswordName`. To reduce the risk of password leaks, we recommend storing the password in OOS Parameter Store and providing the parameter name here. For more information, see [Encryption parameters](https://help.aliyun.com/document_detail/186828.html) and [Run Cloud Assistant commands as a standard user](https://help.aliyun.com/document_detail/203771.html).
407
452
  *
408
- * > If you use the root username for Linux instances or the System username for Windows instances to run the command, you do not need to specify WindowsPasswordName.
453
+ * > You do not need to specify this parameter when you run a command as the `root` user on a Linux instance or as the `System` user on a Windows instance.
409
454
  *
410
455
  * @example
411
456
  * axtSecretPassword
@@ -413,12 +458,13 @@ export declare class RunCommandRequest extends $dara.Model {
413
458
  windowsPasswordName?: string;
414
459
  /**
415
460
  * @remarks
416
- * The working directory of the command on the instance. The value can be up to 200 characters in length.
461
+ * The working directory for the command on the instance. The path can be up to 200 characters long.
417
462
  *
418
463
  * Default values:
419
464
  *
420
- * * For Linux instances, the default value is `/root`, which is the home directory of the administrator (the root user).
421
- * * For Windows instances, the default value is the directory where the Cloud Assistant Agent process resides, such as `C:\\Windows\\System32`.
465
+ * - For Linux instances, the default is the home directory of the `root` user (`/root`).
466
+ *
467
+ * - For Windows instances, the default is the directory of the Cloud Assistant Agent process, such as `C:\\Windows\\System32`.
422
468
  *
423
469
  * @example
424
470
  * /home/user
@@ -1 +1 @@
1
- {"version":3,"file":"RunCommandRequest.js","sourceRoot":"","sources":["../../src/models/RunCommandRequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RunCommandRequest.js","sourceRoot":"","sources":["../../src/models/RunCommandRequest.ts"],"names":[],"mappings":"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"}