@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.22

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 (360) hide show
  1. package/alb/customizedCfg.d.ts +163 -0
  2. package/alb/customizedCfg.js +113 -0
  3. package/alb/customizedCfg.js.map +1 -0
  4. package/alb/getCustomizedCfg.d.ts +77 -0
  5. package/alb/getCustomizedCfg.js +28 -0
  6. package/alb/getCustomizedCfg.js.map +1 -0
  7. package/alb/getCustomizedCfgs.d.ts +22 -0
  8. package/alb/getCustomizedCfgs.js +24 -0
  9. package/alb/getCustomizedCfgs.js.map +1 -0
  10. package/alb/getHealthCheckTemplate.d.ts +109 -0
  11. package/alb/getHealthCheckTemplate.js +28 -0
  12. package/alb/getHealthCheckTemplate.js.map +1 -0
  13. package/alb/getHealthCheckTemplates.d.ts +22 -0
  14. package/alb/getHealthCheckTemplates.js +24 -0
  15. package/alb/getHealthCheckTemplates.js.map +1 -0
  16. package/alb/healthCheckTemplate.d.ts +270 -0
  17. package/alb/healthCheckTemplate.js +123 -0
  18. package/alb/healthCheckTemplate.js.map +1 -0
  19. package/alb/index.d.ts +18 -0
  20. package/alb/index.js +23 -1
  21. package/alb/index.js.map +1 -1
  22. package/clb/clb.d.ts +123 -123
  23. package/clb/clb.js +2 -2
  24. package/clb/clb.js.map +1 -1
  25. package/clb/getClb.d.ts +49 -49
  26. package/ecs/deploymentSet.d.ts +173 -0
  27. package/ecs/deploymentSet.js +97 -0
  28. package/ecs/deploymentSet.js.map +1 -0
  29. package/ecs/getDeploymentSet.d.ts +81 -0
  30. package/ecs/getDeploymentSet.js +28 -0
  31. package/ecs/getDeploymentSet.js.map +1 -0
  32. package/ecs/getDeploymentSets.d.ts +22 -0
  33. package/ecs/getDeploymentSets.js +24 -0
  34. package/ecs/getDeploymentSets.js.map +1 -0
  35. package/ecs/getInstance.d.ts +11 -0
  36. package/ecs/getInstance.js.map +1 -1
  37. package/ecs/getLaunchTemplate.d.ts +73 -0
  38. package/ecs/getLaunchTemplate.js +28 -0
  39. package/ecs/getLaunchTemplate.js.map +1 -0
  40. package/ecs/getLaunchTemplateVersion.d.ts +153 -0
  41. package/ecs/getLaunchTemplateVersion.js +28 -0
  42. package/ecs/getLaunchTemplateVersion.js.map +1 -0
  43. package/ecs/getLaunchTemplateVersions.d.ts +22 -0
  44. package/ecs/getLaunchTemplateVersions.js +24 -0
  45. package/ecs/getLaunchTemplateVersions.js.map +1 -0
  46. package/ecs/getLaunchTemplates.d.ts +22 -0
  47. package/ecs/getLaunchTemplates.js +24 -0
  48. package/ecs/getLaunchTemplates.js.map +1 -0
  49. package/ecs/index.d.ts +27 -0
  50. package/ecs/index.js +34 -1
  51. package/ecs/index.js.map +1 -1
  52. package/ecs/instance.d.ts +106 -11
  53. package/ecs/instance.js +24 -2
  54. package/ecs/instance.js.map +1 -1
  55. package/ecs/launchTemplate.d.ts +130 -0
  56. package/ecs/launchTemplate.js +77 -0
  57. package/ecs/launchTemplate.js.map +1 -0
  58. package/ecs/launchTemplateVersion.d.ts +364 -0
  59. package/ecs/launchTemplateVersion.js +114 -0
  60. package/ecs/launchTemplateVersion.js.map +1 -0
  61. package/iam/accesskey.d.ts +27 -17
  62. package/iam/accesskey.js +11 -7
  63. package/iam/accesskey.js.map +1 -1
  64. package/iam/getAccesskey.d.ts +10 -6
  65. package/iam/getAccesskey.js.map +1 -1
  66. package/iam/getUser.d.ts +12 -0
  67. package/iam/getUser.js.map +1 -1
  68. package/iam/user.d.ts +26 -0
  69. package/iam/user.js +6 -0
  70. package/iam/user.js.map +1 -1
  71. package/index.d.ts +2 -1
  72. package/index.js +3 -1
  73. package/index.js.map +1 -1
  74. package/kms/getKeyRing.d.ts +72 -0
  75. package/kms/getKeyRing.js +28 -0
  76. package/kms/getKeyRing.js.map +1 -0
  77. package/kms/getKeyRings.d.ts +22 -0
  78. package/kms/getKeyRings.js +24 -0
  79. package/kms/getKeyRings.js.map +1 -0
  80. package/kms/index.d.ts +9 -0
  81. package/kms/index.js +12 -1
  82. package/kms/index.js.map +1 -1
  83. package/kms/keyRing.d.ts +147 -0
  84. package/kms/keyRing.js +91 -0
  85. package/kms/keyRing.js.map +1 -0
  86. package/organization/account.d.ts +282 -0
  87. package/organization/account.js +112 -0
  88. package/organization/account.js.map +1 -0
  89. package/organization/getAccount.d.ts +137 -0
  90. package/organization/getAccount.js +28 -0
  91. package/organization/getAccount.js.map +1 -0
  92. package/organization/getAccounts.d.ts +22 -0
  93. package/organization/getAccounts.js +24 -0
  94. package/organization/getAccounts.js.map +1 -0
  95. package/organization/index.d.ts +9 -0
  96. package/organization/index.js +12 -1
  97. package/organization/index.js.map +1 -1
  98. package/package.json +1 -1
  99. package/privatezone/getRecord.d.ts +88 -0
  100. package/privatezone/getRecord.js +28 -0
  101. package/privatezone/getRecord.js.map +1 -0
  102. package/privatezone/getRecords.d.ts +22 -0
  103. package/privatezone/getRecords.js +24 -0
  104. package/privatezone/getRecords.js.map +1 -0
  105. package/privatezone/index.d.ts +9 -0
  106. package/privatezone/index.js +12 -1
  107. package/privatezone/index.js.map +1 -1
  108. package/privatezone/record.d.ts +204 -0
  109. package/privatezone/record.js +113 -0
  110. package/privatezone/record.js.map +1 -0
  111. package/rabbitmq/getInstancePlugin.d.ts +72 -0
  112. package/rabbitmq/getInstancePlugin.js +28 -0
  113. package/rabbitmq/getInstancePlugin.js.map +1 -0
  114. package/rabbitmq/getInstancePlugins.d.ts +22 -0
  115. package/rabbitmq/getInstancePlugins.js +24 -0
  116. package/rabbitmq/getInstancePlugins.js.map +1 -0
  117. package/rabbitmq/getPublicAddress.d.ts +129 -0
  118. package/rabbitmq/getPublicAddress.js +28 -0
  119. package/rabbitmq/getPublicAddress.js.map +1 -0
  120. package/rabbitmq/getPublicAddresses.d.ts +22 -0
  121. package/rabbitmq/getPublicAddresses.js +24 -0
  122. package/rabbitmq/getPublicAddresses.js.map +1 -0
  123. package/rabbitmq/index.d.ts +18 -0
  124. package/rabbitmq/index.js +23 -1
  125. package/rabbitmq/index.js.map +1 -1
  126. package/rabbitmq/instancePlugin.d.ts +137 -0
  127. package/rabbitmq/instancePlugin.js +89 -0
  128. package/rabbitmq/instancePlugin.js.map +1 -0
  129. package/rabbitmq/publicAddress.d.ts +239 -0
  130. package/rabbitmq/publicAddress.js +120 -0
  131. package/rabbitmq/publicAddress.js.map +1 -0
  132. package/rdsmysql/allowList.d.ts +232 -0
  133. package/rdsmysql/allowList.js +92 -0
  134. package/rdsmysql/allowList.js.map +1 -0
  135. package/rdsmysql/backup.d.ts +240 -0
  136. package/rdsmysql/backup.js +119 -0
  137. package/rdsmysql/backup.js.map +1 -0
  138. package/rdsmysql/endpoint.d.ts +325 -0
  139. package/rdsmysql/endpoint.js +108 -0
  140. package/rdsmysql/endpoint.js.map +1 -0
  141. package/rdsmysql/getAllowList.d.ts +109 -0
  142. package/rdsmysql/getAllowList.js +28 -0
  143. package/rdsmysql/getAllowList.js.map +1 -0
  144. package/rdsmysql/getAllowLists.d.ts +22 -0
  145. package/rdsmysql/getAllowLists.js +24 -0
  146. package/rdsmysql/getAllowLists.js.map +1 -0
  147. package/rdsmysql/getBackup.d.ts +125 -0
  148. package/rdsmysql/getBackup.js +28 -0
  149. package/rdsmysql/getBackup.js.map +1 -0
  150. package/rdsmysql/getBackups.d.ts +22 -0
  151. package/rdsmysql/getBackups.js +24 -0
  152. package/rdsmysql/getBackups.js.map +1 -0
  153. package/rdsmysql/getEndpoint.d.ts +141 -0
  154. package/rdsmysql/getEndpoint.js +28 -0
  155. package/rdsmysql/getEndpoint.js.map +1 -0
  156. package/rdsmysql/getEndpoints.d.ts +22 -0
  157. package/rdsmysql/getEndpoints.js +24 -0
  158. package/rdsmysql/getEndpoints.js.map +1 -0
  159. package/rdsmysql/index.d.ts +27 -0
  160. package/rdsmysql/index.js +34 -1
  161. package/rdsmysql/index.js.map +1 -1
  162. package/rdspostgresql/allowList.d.ts +206 -0
  163. package/rdspostgresql/allowList.js +102 -0
  164. package/rdspostgresql/allowList.js.map +1 -0
  165. package/rdspostgresql/dbEndpoint.d.ts +220 -0
  166. package/rdspostgresql/dbEndpoint.js +103 -0
  167. package/rdspostgresql/dbEndpoint.js.map +1 -0
  168. package/rdspostgresql/getAllowList.d.ts +93 -0
  169. package/rdspostgresql/getAllowList.js +28 -0
  170. package/rdspostgresql/getAllowList.js.map +1 -0
  171. package/rdspostgresql/getAllowLists.d.ts +22 -0
  172. package/rdspostgresql/getAllowLists.js +24 -0
  173. package/rdspostgresql/getAllowLists.js.map +1 -0
  174. package/rdspostgresql/getDbEndpoint.d.ts +101 -0
  175. package/rdspostgresql/getDbEndpoint.js +28 -0
  176. package/rdspostgresql/getDbEndpoint.js.map +1 -0
  177. package/rdspostgresql/getDbEndpoints.d.ts +22 -0
  178. package/rdspostgresql/getDbEndpoints.js +24 -0
  179. package/rdspostgresql/getDbEndpoints.js.map +1 -0
  180. package/rdspostgresql/index.d.ts +18 -0
  181. package/rdspostgresql/index.js +39 -0
  182. package/rdspostgresql/index.js.map +1 -0
  183. package/redis/account.d.ts +128 -0
  184. package/redis/account.js +95 -0
  185. package/redis/account.js.map +1 -0
  186. package/redis/endpointPublicAddress.d.ts +150 -0
  187. package/redis/endpointPublicAddress.js +93 -0
  188. package/redis/endpointPublicAddress.js.map +1 -0
  189. package/redis/getAccount.d.ts +60 -0
  190. package/redis/getAccount.js +28 -0
  191. package/redis/getAccount.js.map +1 -0
  192. package/redis/getAccounts.d.ts +22 -0
  193. package/redis/getAccounts.js +24 -0
  194. package/redis/getAccounts.js.map +1 -0
  195. package/redis/getEndpointPublicAddress.d.ts +72 -0
  196. package/redis/getEndpointPublicAddress.js +28 -0
  197. package/redis/getEndpointPublicAddress.js.map +1 -0
  198. package/redis/getEndpointPublicAddresses.d.ts +22 -0
  199. package/redis/getEndpointPublicAddresses.js +24 -0
  200. package/redis/getEndpointPublicAddresses.js.map +1 -0
  201. package/redis/index.d.ts +18 -0
  202. package/redis/index.js +23 -1
  203. package/redis/index.js.map +1 -1
  204. package/rocketmq/getGroup.d.ts +109 -0
  205. package/rocketmq/getGroup.js +28 -0
  206. package/rocketmq/getGroup.js.map +1 -0
  207. package/rocketmq/getGroups.d.ts +22 -0
  208. package/rocketmq/getGroups.js +24 -0
  209. package/rocketmq/getGroups.js.map +1 -0
  210. package/rocketmq/getTopic.d.ts +85 -0
  211. package/rocketmq/getTopic.js +28 -0
  212. package/rocketmq/getTopic.js.map +1 -0
  213. package/rocketmq/getTopics.d.ts +22 -0
  214. package/rocketmq/getTopics.js +24 -0
  215. package/rocketmq/getTopics.js.map +1 -0
  216. package/rocketmq/group.d.ts +219 -0
  217. package/rocketmq/group.js +117 -0
  218. package/rocketmq/group.js.map +1 -0
  219. package/rocketmq/index.d.ts +18 -0
  220. package/rocketmq/index.js +23 -1
  221. package/rocketmq/index.js.map +1 -1
  222. package/rocketmq/topic.d.ts +140 -0
  223. package/rocketmq/topic.js +92 -0
  224. package/rocketmq/topic.js.map +1 -0
  225. package/transitrouter/getVpcAttachment.d.ts +93 -0
  226. package/transitrouter/getVpcAttachment.js +28 -0
  227. package/transitrouter/getVpcAttachment.js.map +1 -0
  228. package/transitrouter/getVpcAttachments.d.ts +22 -0
  229. package/transitrouter/getVpcAttachments.js +24 -0
  230. package/transitrouter/getVpcAttachments.js.map +1 -0
  231. package/transitrouter/getVpnAttachment.d.ts +93 -0
  232. package/transitrouter/getVpnAttachment.js +28 -0
  233. package/transitrouter/getVpnAttachment.js.map +1 -0
  234. package/transitrouter/getVpnAttachments.d.ts +22 -0
  235. package/transitrouter/getVpnAttachments.js +24 -0
  236. package/transitrouter/getVpnAttachments.js.map +1 -0
  237. package/transitrouter/index.d.ts +18 -0
  238. package/transitrouter/index.js +23 -1
  239. package/transitrouter/index.js.map +1 -1
  240. package/transitrouter/vpcAttachment.d.ts +177 -0
  241. package/transitrouter/vpcAttachment.js +93 -0
  242. package/transitrouter/vpcAttachment.js.map +1 -0
  243. package/transitrouter/vpnAttachment.d.ts +202 -0
  244. package/transitrouter/vpnAttachment.js +113 -0
  245. package/transitrouter/vpnAttachment.js.map +1 -0
  246. package/types/input.d.ts +2992 -1496
  247. package/types/output.d.ts +6161 -3067
  248. package/vke/defaultNodePool.d.ts +150 -0
  249. package/vke/defaultNodePool.js +86 -0
  250. package/vke/defaultNodePool.js.map +1 -0
  251. package/vke/getDefaultNodePool.d.ts +85 -0
  252. package/vke/getDefaultNodePool.js +28 -0
  253. package/vke/getDefaultNodePool.js.map +1 -0
  254. package/vke/getDefaultNodePools.d.ts +22 -0
  255. package/vke/getDefaultNodePools.js +24 -0
  256. package/vke/getDefaultNodePools.js.map +1 -0
  257. package/vke/getNode.d.ts +106 -0
  258. package/vke/getNode.js +28 -0
  259. package/vke/getNode.js.map +1 -0
  260. package/vke/getNodes.d.ts +22 -0
  261. package/vke/getNodes.js +24 -0
  262. package/vke/getNodes.js.map +1 -0
  263. package/vke/index.d.ts +18 -0
  264. package/vke/index.js +23 -1
  265. package/vke/index.js.map +1 -1
  266. package/vke/node.d.ts +238 -0
  267. package/vke/node.js +112 -0
  268. package/vke/node.js.map +1 -0
  269. package/vpc/flowLog.d.ts +266 -0
  270. package/vpc/flowLog.js +141 -0
  271. package/vpc/flowLog.js.map +1 -0
  272. package/vpc/getFlowLog.d.ts +117 -0
  273. package/vpc/getFlowLog.js +28 -0
  274. package/vpc/getFlowLog.js.map +1 -0
  275. package/vpc/getFlowLogs.d.ts +22 -0
  276. package/vpc/getFlowLogs.js +24 -0
  277. package/vpc/getFlowLogs.js.map +1 -0
  278. package/vpc/getHaVip.d.ts +101 -0
  279. package/vpc/getHaVip.js +28 -0
  280. package/vpc/getHaVip.js.map +1 -0
  281. package/vpc/getHaVips.d.ts +22 -0
  282. package/vpc/getHaVips.js +24 -0
  283. package/vpc/getHaVips.js.map +1 -0
  284. package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
  285. package/vpc/getIpv6AddressBandwidth.js +28 -0
  286. package/vpc/getIpv6AddressBandwidth.js.map +1 -0
  287. package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
  288. package/vpc/getIpv6AddressBandwidths.js +24 -0
  289. package/vpc/getIpv6AddressBandwidths.js.map +1 -0
  290. package/vpc/getIpv6Gateway.d.ts +77 -0
  291. package/vpc/getIpv6Gateway.js +28 -0
  292. package/vpc/getIpv6Gateway.js.map +1 -0
  293. package/vpc/getIpv6Gateways.d.ts +22 -0
  294. package/vpc/getIpv6Gateways.js +24 -0
  295. package/vpc/getIpv6Gateways.js.map +1 -0
  296. package/vpc/getTrafficMirrorFilter.d.ts +73 -0
  297. package/vpc/getTrafficMirrorFilter.js +28 -0
  298. package/vpc/getTrafficMirrorFilter.js.map +1 -0
  299. package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
  300. package/vpc/getTrafficMirrorFilterRule.js +28 -0
  301. package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
  302. package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
  303. package/vpc/getTrafficMirrorFilterRules.js +24 -0
  304. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  305. package/vpc/getTrafficMirrorFilters.d.ts +22 -0
  306. package/vpc/getTrafficMirrorFilters.js +24 -0
  307. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  308. package/vpc/getTrafficMirrorSession.d.ts +101 -0
  309. package/vpc/getTrafficMirrorSession.js +28 -0
  310. package/vpc/getTrafficMirrorSession.js.map +1 -0
  311. package/vpc/getTrafficMirrorSessions.d.ts +22 -0
  312. package/vpc/getTrafficMirrorSessions.js +24 -0
  313. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  314. package/vpc/getTrafficMirrorTarget.d.ts +77 -0
  315. package/vpc/getTrafficMirrorTarget.js +28 -0
  316. package/vpc/getTrafficMirrorTarget.js.map +1 -0
  317. package/vpc/getTrafficMirrorTargets.d.ts +22 -0
  318. package/vpc/getTrafficMirrorTargets.js +24 -0
  319. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  320. package/vpc/getVpc.d.ts +4 -0
  321. package/vpc/getVpc.js.map +1 -1
  322. package/vpc/haVip.d.ts +223 -0
  323. package/vpc/haVip.js +116 -0
  324. package/vpc/haVip.js.map +1 -0
  325. package/vpc/index.d.ts +72 -0
  326. package/vpc/index.js +90 -1
  327. package/vpc/index.js.map +1 -1
  328. package/vpc/ipv6AddressBandwidth.d.ts +241 -0
  329. package/vpc/ipv6AddressBandwidth.js +121 -0
  330. package/vpc/ipv6AddressBandwidth.js.map +1 -0
  331. package/vpc/ipv6Gateway.d.ts +156 -0
  332. package/vpc/ipv6Gateway.js +97 -0
  333. package/vpc/ipv6Gateway.js.map +1 -0
  334. package/vpc/trafficMirrorFilter.d.ts +131 -0
  335. package/vpc/trafficMirrorFilter.js +91 -0
  336. package/vpc/trafficMirrorFilter.js.map +1 -0
  337. package/vpc/trafficMirrorFilterRule.d.ts +201 -0
  338. package/vpc/trafficMirrorFilterRule.js +118 -0
  339. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  340. package/vpc/trafficMirrorSession.d.ts +229 -0
  341. package/vpc/trafficMirrorSession.js +123 -0
  342. package/vpc/trafficMirrorSession.js.map +1 -0
  343. package/vpc/trafficMirrorTarget.d.ts +161 -0
  344. package/vpc/trafficMirrorTarget.js +101 -0
  345. package/vpc/trafficMirrorTarget.js.map +1 -0
  346. package/vpc/vpc.d.ts +12 -0
  347. package/vpc/vpc.js +2 -0
  348. package/vpc/vpc.js.map +1 -1
  349. package/vpn/customerGateway.d.ts +186 -0
  350. package/vpn/customerGateway.js +101 -0
  351. package/vpn/customerGateway.js.map +1 -0
  352. package/vpn/getCustomerGateway.d.ts +89 -0
  353. package/vpn/getCustomerGateway.js +28 -0
  354. package/vpn/getCustomerGateway.js.map +1 -0
  355. package/vpn/getCustomerGateways.d.ts +22 -0
  356. package/vpn/getCustomerGateways.js +24 -0
  357. package/vpn/getCustomerGateways.js.map +1 -0
  358. package/vpn/index.d.ts +9 -0
  359. package/vpn/index.js +12 -1
  360. package/vpn/index.js.map +1 -1
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDeploymentSetOutput = exports.getDeploymentSet = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::DeploymentSet
10
+ */
11
+ function getDeploymentSet(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getDeploymentSet:getDeploymentSet", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getDeploymentSet = getDeploymentSet;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::DeploymentSet
20
+ */
21
+ function getDeploymentSetOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getDeploymentSet:getDeploymentSet", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getDeploymentSetOutput = getDeploymentSetOutput;
28
+ //# sourceMappingURL=getDeploymentSet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDeploymentSet.js","sourceRoot":"","sources":["../../ecs/getDeploymentSet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAiED;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::DeploymentSet
4
+ */
5
+ export declare function getDeploymentSets(opts?: pulumi.InvokeOptions): Promise<GetDeploymentSetsResult>;
6
+ /**
7
+ * A collection of values returned by getDeploymentSets.
8
+ */
9
+ export interface GetDeploymentSetsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ECS::DeploymentSet
21
+ */
22
+ export declare function getDeploymentSetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDeploymentSetsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDeploymentSetsOutput = exports.getDeploymentSets = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::DeploymentSet
10
+ */
11
+ function getDeploymentSets(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getDeploymentSets:getDeploymentSets", {}, opts);
14
+ }
15
+ exports.getDeploymentSets = getDeploymentSets;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::DeploymentSet
18
+ */
19
+ function getDeploymentSetsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getDeploymentSets:getDeploymentSets", {}, opts);
22
+ }
23
+ exports.getDeploymentSetsOutput = getDeploymentSetsOutput;
24
+ //# sourceMappingURL=getDeploymentSets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDeploymentSets.js","sourceRoot":"","sources":["../../ecs/getDeploymentSets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAeD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
@@ -14,7 +14,9 @@ export interface GetInstanceArgs {
14
14
  * A collection of values returned by getInstance.
15
15
  */
16
16
  export interface GetInstanceResult {
17
+ readonly affinityGroupId: string;
17
18
  readonly affinityGroupSize: number;
19
+ readonly autoPay: boolean;
18
20
  readonly autoRenew: boolean;
19
21
  readonly autoRenewPeriod: number;
20
22
  readonly cpuMaxFrequency: number;
@@ -26,16 +28,21 @@ export interface GetInstanceResult {
26
28
  readonly deploymentSetId: string;
27
29
  readonly description: string;
28
30
  readonly eipAddress: outputs.ecs.GetInstanceEipAddress;
31
+ readonly elasticScheduledInstanceType: string;
32
+ readonly enableJumboFrame: boolean;
29
33
  readonly expiredAt: string;
30
34
  readonly hostname: string;
31
35
  readonly hpcClusterId: string;
32
36
  readonly id: string;
33
37
  readonly image: outputs.ecs.GetInstanceImage;
38
+ readonly includeDataVolumes: boolean;
39
+ readonly installRunCommandAgent: boolean;
34
40
  readonly instanceChargeType: string;
35
41
  readonly instanceId: string;
36
42
  readonly instanceName: string;
37
43
  readonly instanceType: string;
38
44
  readonly keyPair: outputs.ecs.GetInstanceKeyPair;
45
+ readonly localVolumes: outputs.ecs.GetInstanceLocalVolume[];
39
46
  readonly operationSystem: outputs.ecs.GetInstanceOperationSystem;
40
47
  readonly password: string;
41
48
  readonly period: number;
@@ -43,6 +50,10 @@ export interface GetInstanceResult {
43
50
  readonly placement: outputs.ecs.GetInstancePlacement;
44
51
  readonly primaryNetworkInterface: outputs.ecs.GetInstancePrimaryNetworkInterface;
45
52
  readonly projectName: string;
53
+ readonly rdmaIpAddresses: string[];
54
+ readonly rdmaNetworkInterfaceDetails: outputs.ecs.GetInstanceRdmaNetworkInterfaceDetail[];
55
+ readonly renewInfo: outputs.ecs.GetInstanceRenewInfo;
56
+ readonly roleNames: string[];
46
57
  readonly secondaryNetworkInterfaces: outputs.ecs.GetInstanceSecondaryNetworkInterface[];
47
58
  readonly spotPriceLimit: number;
48
59
  readonly spotStrategy: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../../ecs/getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAsDD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
1
+ {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../../ecs/getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAiED;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::Launchtemplate
5
+ */
6
+ export declare function getLaunchTemplate(args: GetLaunchTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateResult>;
7
+ /**
8
+ * A collection of arguments for invoking getLaunchTemplate.
9
+ */
10
+ export interface GetLaunchTemplateArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getLaunchTemplate.
18
+ */
19
+ export interface GetLaunchTemplateResult {
20
+ /**
21
+ * 实例启动模板的创建时间。
22
+ */
23
+ readonly createdAt: string;
24
+ /**
25
+ * 实例启动模板的默认版本号。
26
+ */
27
+ readonly defaultVersionNumber: number;
28
+ /**
29
+ * Uniquely identifies the resource.
30
+ */
31
+ readonly id: string;
32
+ /**
33
+ * 实例启动模的最新版本号。
34
+ */
35
+ readonly latestVersionNumber: number;
36
+ /**
37
+ * 实例启动模板 ID。
38
+ */
39
+ readonly launchTemplateId: string;
40
+ /**
41
+ * 实例启动模板名称。
42
+ */
43
+ readonly launchTemplateName: string;
44
+ /**
45
+ * 实例启动模版所属项目。
46
+ */
47
+ readonly launchTemplateProjectName: string;
48
+ /**
49
+ * 实例启动模版的标签信息。
50
+ */
51
+ readonly launchTemplateTags: outputs.ecs.GetLaunchTemplateLaunchTemplateTag[];
52
+ /**
53
+ * 实例启动模板版本信息。
54
+ */
55
+ readonly launchTemplateVersion: outputs.ecs.GetLaunchTemplateLaunchTemplateVersion;
56
+ /**
57
+ * 实例启动模板的更新时间。
58
+ */
59
+ readonly updatedAt: string;
60
+ }
61
+ /**
62
+ * Data Source schema for Volcengine::ECS::Launchtemplate
63
+ */
64
+ export declare function getLaunchTemplateOutput(args: GetLaunchTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateResult>;
65
+ /**
66
+ * A collection of arguments for invoking getLaunchTemplate.
67
+ */
68
+ export interface GetLaunchTemplateOutputArgs {
69
+ /**
70
+ * Uniquely identifies the resource.
71
+ */
72
+ id: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLaunchTemplateOutput = exports.getLaunchTemplate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Launchtemplate
10
+ */
11
+ function getLaunchTemplate(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getLaunchTemplate:getLaunchTemplate", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getLaunchTemplate = getLaunchTemplate;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Launchtemplate
20
+ */
21
+ function getLaunchTemplateOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getLaunchTemplate:getLaunchTemplate", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getLaunchTemplateOutput = getLaunchTemplateOutput;
28
+ //# sourceMappingURL=getLaunchTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLaunchTemplate.js","sourceRoot":"","sources":["../../ecs/getLaunchTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AAyDD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
@@ -0,0 +1,153 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::LaunchtemplateVersion
5
+ */
6
+ export declare function getLaunchTemplateVersion(args: GetLaunchTemplateVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateVersionResult>;
7
+ /**
8
+ * A collection of arguments for invoking getLaunchTemplateVersion.
9
+ */
10
+ export interface GetLaunchTemplateVersionArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getLaunchTemplateVersion.
18
+ */
19
+ export interface GetLaunchTemplateVersionResult {
20
+ /**
21
+ * 当ECS实例要加入或调整的部署集策略为部署集组高可用策略(AvailabilityGroup)时,可以通过该参数指定实例在部署集中的分组号。
22
+ */
23
+ readonly deploymentSetGroupNumber: number;
24
+ /**
25
+ * 实例需要加入的部署集ID。
26
+ */
27
+ readonly deploymentSetId: string;
28
+ /**
29
+ * 实例的描述。
30
+ */
31
+ readonly description: string;
32
+ /**
33
+ * 实例绑定的公网IP信息。
34
+ */
35
+ readonly eip: outputs.ecs.GetLaunchTemplateVersionEip;
36
+ /**
37
+ * 实例的主机名。Linux系统的主机名长度限制为2~59个字符。Windows系统的主机名长度限制为2~10个字符。
38
+ */
39
+ readonly hostName: string;
40
+ /**
41
+ * 当创建高性能计算GPU型实例时,请指定高性能计算集群ID。
42
+ */
43
+ readonly hpcClusterId: string;
44
+ /**
45
+ * Uniquely identifies the resource.
46
+ */
47
+ readonly id: string;
48
+ /**
49
+ * 镜像ID。
50
+ */
51
+ readonly imageId: string;
52
+ /**
53
+ * 镜像名称。
54
+ */
55
+ readonly imageName: string;
56
+ /**
57
+ * 实例和云盘的计费类型,取值:PostPaid:按量计费。PrePaid:包年包月。Esi:弹性预约实例。Segmented:时段型弹性预约实例。
58
+ */
59
+ readonly instanceChargeType: string;
60
+ /**
61
+ * 实例的名称。
62
+ */
63
+ readonly instanceName: string;
64
+ /**
65
+ * 实例的规格。
66
+ */
67
+ readonly instanceTypeId: string;
68
+ /**
69
+ * 是否保留镜像设置,取值:true:保留镜像设置,保留后将使用镜像预设的密码或密钥对登录实例。false(默认):不保留镜像设置。
70
+ */
71
+ readonly keepImageCredential: boolean;
72
+ /**
73
+ * 实例绑定的密钥对。
74
+ */
75
+ readonly keyPairName: string;
76
+ /**
77
+ * 实例启动模板 ID。
78
+ */
79
+ readonly launchTemplateId: string;
80
+ /**
81
+ * 实例挂载的网卡信息。
82
+ */
83
+ readonly networkInterfaces: outputs.ecs.GetLaunchTemplateVersionNetworkInterface[];
84
+ /**
85
+ * 实例所属项目。
86
+ */
87
+ readonly projectName: string;
88
+ /**
89
+ * 弹性预约单信息。
90
+ */
91
+ readonly scheduledInstance: outputs.ecs.GetLaunchTemplateVersionScheduledInstance;
92
+ /**
93
+ * 是否开启安全加固。Active:开启安全加固,仅对公共镜像生效。InActive:关闭安全加固,对所有镜像生效。
94
+ */
95
+ readonly securityEnhancementStrategy: string;
96
+ /**
97
+ * 抢占式实例的每小时最高价格。
98
+ */
99
+ readonly spotPriceLimit: number;
100
+ /**
101
+ * 按量计费的抢占式策略。取值:NoSpot:表示创建正常按量计费实例。SpotAsPriceGo:系统自动出价,跟随当前市场实际价格的抢占式实例。SpotWithPriceLimit:设置出价上限的抢占式实例。
102
+ */
103
+ readonly spotStrategy: string;
104
+ /**
105
+ * 有序后缀的起始序号。
106
+ */
107
+ readonly suffixIndex: number;
108
+ /**
109
+ * 实例的标签信息。
110
+ */
111
+ readonly tags: outputs.ecs.GetLaunchTemplateVersionTag[];
112
+ /**
113
+ * 表示当创建多台实例时,是否为Hostname和InstanceName自动添加有序后缀。
114
+ */
115
+ readonly uniqueSuffix: boolean;
116
+ /**
117
+ * 实例的自定义数据。
118
+ */
119
+ readonly userData: string;
120
+ /**
121
+ * 模版版本描述。
122
+ */
123
+ readonly versionDescription: string;
124
+ /**
125
+ * 模板版本号。
126
+ */
127
+ readonly versionNumber: string;
128
+ /**
129
+ * 实例绑定的云盘信息。
130
+ */
131
+ readonly volumes: outputs.ecs.GetLaunchTemplateVersionVolume[];
132
+ /**
133
+ * 私有网络ID。
134
+ */
135
+ readonly vpcId: string;
136
+ /**
137
+ * 实例所属可用区ID。
138
+ */
139
+ readonly zoneId: string;
140
+ }
141
+ /**
142
+ * Data Source schema for Volcengine::ECS::LaunchtemplateVersion
143
+ */
144
+ export declare function getLaunchTemplateVersionOutput(args: GetLaunchTemplateVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateVersionResult>;
145
+ /**
146
+ * A collection of arguments for invoking getLaunchTemplateVersion.
147
+ */
148
+ export interface GetLaunchTemplateVersionOutputArgs {
149
+ /**
150
+ * Uniquely identifies the resource.
151
+ */
152
+ id: pulumi.Input<string>;
153
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLaunchTemplateVersionOutput = exports.getLaunchTemplateVersion = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::LaunchtemplateVersion
10
+ */
11
+ function getLaunchTemplateVersion(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getLaunchTemplateVersion:getLaunchTemplateVersion", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getLaunchTemplateVersion = getLaunchTemplateVersion;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::LaunchtemplateVersion
20
+ */
21
+ function getLaunchTemplateVersionOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getLaunchTemplateVersion:getLaunchTemplateVersion", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getLaunchTemplateVersionOutput = getLaunchTemplateVersionOutput;
28
+ //# sourceMappingURL=getLaunchTemplateVersion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLaunchTemplateVersion.js","sourceRoot":"","sources":["../../ecs/getLaunchTemplateVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAyID;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE;QACrG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::LaunchtemplateVersion
4
+ */
5
+ export declare function getLaunchTemplateVersions(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateVersionsResult>;
6
+ /**
7
+ * A collection of values returned by getLaunchTemplateVersions.
8
+ */
9
+ export interface GetLaunchTemplateVersionsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ECS::LaunchtemplateVersion
21
+ */
22
+ export declare function getLaunchTemplateVersionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateVersionsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLaunchTemplateVersionsOutput = exports.getLaunchTemplateVersions = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::LaunchtemplateVersion
10
+ */
11
+ function getLaunchTemplateVersions(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getLaunchTemplateVersions:getLaunchTemplateVersions", {}, opts);
14
+ }
15
+ exports.getLaunchTemplateVersions = getLaunchTemplateVersions;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::LaunchtemplateVersion
18
+ */
19
+ function getLaunchTemplateVersionsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getLaunchTemplateVersions:getLaunchTemplateVersions", {}, opts);
22
+ }
23
+ exports.getLaunchTemplateVersionsOutput = getLaunchTemplateVersionsOutput;
24
+ //# sourceMappingURL=getLaunchTemplateVersions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLaunchTemplateVersions.js","sourceRoot":"","sources":["../../ecs/getLaunchTemplateVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAA2B;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC;AAeD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAiC;IAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE,EAC1G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::Launchtemplate
4
+ */
5
+ export declare function getLaunchTemplates(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplatesResult>;
6
+ /**
7
+ * A collection of values returned by getLaunchTemplates.
8
+ */
9
+ export interface GetLaunchTemplatesResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ECS::Launchtemplate
21
+ */
22
+ export declare function getLaunchTemplatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplatesResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getLaunchTemplatesOutput = exports.getLaunchTemplates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Launchtemplate
10
+ */
11
+ function getLaunchTemplates(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getLaunchTemplates:getLaunchTemplates", {}, opts);
14
+ }
15
+ exports.getLaunchTemplates = getLaunchTemplates;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Launchtemplate
18
+ */
19
+ function getLaunchTemplatesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getLaunchTemplates:getLaunchTemplates", {}, opts);
22
+ }
23
+ exports.getLaunchTemplatesOutput = getLaunchTemplatesOutput;
24
+ //# sourceMappingURL=getLaunchTemplates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLaunchTemplates.js","sourceRoot":"","sources":["../../ecs/getLaunchTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
package/ecs/index.d.ts CHANGED
@@ -1,12 +1,21 @@
1
1
  export { CommandArgs, CommandState } from "./command";
2
2
  export type Command = import("./command").Command;
3
3
  export declare const Command: typeof import("./command").Command;
4
+ export { DeploymentSetArgs, DeploymentSetState } from "./deploymentSet";
5
+ export type DeploymentSet = import("./deploymentSet").DeploymentSet;
6
+ export declare const DeploymentSet: typeof import("./deploymentSet").DeploymentSet;
4
7
  export { GetCommandArgs, GetCommandResult, GetCommandOutputArgs } from "./getCommand";
5
8
  export declare const getCommand: typeof import("./getCommand").getCommand;
6
9
  export declare const getCommandOutput: typeof import("./getCommand").getCommandOutput;
7
10
  export { GetCommandsResult } from "./getCommands";
8
11
  export declare const getCommands: typeof import("./getCommands").getCommands;
9
12
  export declare const getCommandsOutput: typeof import("./getCommands").getCommandsOutput;
13
+ export { GetDeploymentSetArgs, GetDeploymentSetResult, GetDeploymentSetOutputArgs } from "./getDeploymentSet";
14
+ export declare const getDeploymentSet: typeof import("./getDeploymentSet").getDeploymentSet;
15
+ export declare const getDeploymentSetOutput: typeof import("./getDeploymentSet").getDeploymentSetOutput;
16
+ export { GetDeploymentSetsResult } from "./getDeploymentSets";
17
+ export declare const getDeploymentSets: typeof import("./getDeploymentSets").getDeploymentSets;
18
+ export declare const getDeploymentSetsOutput: typeof import("./getDeploymentSets").getDeploymentSetsOutput;
10
19
  export { GetHpcClusterArgs, GetHpcClusterResult, GetHpcClusterOutputArgs } from "./getHpcCluster";
11
20
  export declare const getHpcCluster: typeof import("./getHpcCluster").getHpcCluster;
12
21
  export declare const getHpcClusterOutput: typeof import("./getHpcCluster").getHpcClusterOutput;
@@ -37,6 +46,18 @@ export declare const getKeypairOutput: typeof import("./getKeypair").getKeypairO
37
46
  export { GetKeypairsResult } from "./getKeypairs";
38
47
  export declare const getKeypairs: typeof import("./getKeypairs").getKeypairs;
39
48
  export declare const getKeypairsOutput: typeof import("./getKeypairs").getKeypairsOutput;
49
+ export { GetLaunchTemplateArgs, GetLaunchTemplateResult, GetLaunchTemplateOutputArgs } from "./getLaunchTemplate";
50
+ export declare const getLaunchTemplate: typeof import("./getLaunchTemplate").getLaunchTemplate;
51
+ export declare const getLaunchTemplateOutput: typeof import("./getLaunchTemplate").getLaunchTemplateOutput;
52
+ export { GetLaunchTemplateVersionArgs, GetLaunchTemplateVersionResult, GetLaunchTemplateVersionOutputArgs } from "./getLaunchTemplateVersion";
53
+ export declare const getLaunchTemplateVersion: typeof import("./getLaunchTemplateVersion").getLaunchTemplateVersion;
54
+ export declare const getLaunchTemplateVersionOutput: typeof import("./getLaunchTemplateVersion").getLaunchTemplateVersionOutput;
55
+ export { GetLaunchTemplateVersionsResult } from "./getLaunchTemplateVersions";
56
+ export declare const getLaunchTemplateVersions: typeof import("./getLaunchTemplateVersions").getLaunchTemplateVersions;
57
+ export declare const getLaunchTemplateVersionsOutput: typeof import("./getLaunchTemplateVersions").getLaunchTemplateVersionsOutput;
58
+ export { GetLaunchTemplatesResult } from "./getLaunchTemplates";
59
+ export declare const getLaunchTemplates: typeof import("./getLaunchTemplates").getLaunchTemplates;
60
+ export declare const getLaunchTemplatesOutput: typeof import("./getLaunchTemplates").getLaunchTemplatesOutput;
40
61
  export { HpcClusterArgs, HpcClusterState } from "./hpcCluster";
41
62
  export type HpcCluster = import("./hpcCluster").HpcCluster;
42
63
  export declare const HpcCluster: typeof import("./hpcCluster").HpcCluster;
@@ -52,3 +73,9 @@ export declare const Invocation: typeof import("./invocation").Invocation;
52
73
  export { KeypairArgs, KeypairState } from "./keypair";
53
74
  export type Keypair = import("./keypair").Keypair;
54
75
  export declare const Keypair: typeof import("./keypair").Keypair;
76
+ export { LaunchTemplateArgs, LaunchTemplateState } from "./launchTemplate";
77
+ export type LaunchTemplate = import("./launchTemplate").LaunchTemplate;
78
+ export declare const LaunchTemplate: typeof import("./launchTemplate").LaunchTemplate;
79
+ export { LaunchTemplateVersionArgs, LaunchTemplateVersionState } from "./launchTemplateVersion";
80
+ export type LaunchTemplateVersion = import("./launchTemplateVersion").LaunchTemplateVersion;
81
+ export declare const LaunchTemplateVersion: typeof import("./launchTemplateVersion").LaunchTemplateVersion;