@pulumiverse/scaleway 0.4.0 → 1.11.1

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 (533) hide show
  1. package/accountProject.d.ts +108 -0
  2. package/accountProject.js +77 -0
  3. package/accountProject.js.map +1 -0
  4. package/accountSshKey.d.ts +40 -4
  5. package/accountSshKey.js +34 -26
  6. package/accountSshKey.js.map +1 -1
  7. package/appleSliconValleyServer.d.ts +2 -4
  8. package/appleSliconValleyServer.js +24 -26
  9. package/appleSliconValleyServer.js.map +1 -1
  10. package/baremetalServer.d.ts +161 -13
  11. package/baremetalServer.js +66 -30
  12. package/baremetalServer.js.map +1 -1
  13. package/cockpit.d.ts +87 -0
  14. package/cockpit.js +64 -0
  15. package/cockpit.js.map +1 -0
  16. package/cockpitGrafanaUser.d.ts +109 -0
  17. package/cockpitGrafanaUser.js +92 -0
  18. package/cockpitGrafanaUser.js.map +1 -0
  19. package/cockpitToken.d.ts +125 -0
  20. package/cockpitToken.js +100 -0
  21. package/cockpitToken.js.map +1 -0
  22. package/container.d.ts +65 -10
  23. package/container.js +33 -24
  24. package/container.js.map +1 -1
  25. package/containerCron.d.ts +6 -1
  26. package/containerCron.js +24 -24
  27. package/containerCron.js.map +1 -1
  28. package/containerDomain.d.ts +138 -0
  29. package/containerDomain.js +119 -0
  30. package/containerDomain.js.map +1 -0
  31. package/containerNamespace.d.ts +36 -8
  32. package/containerNamespace.js +29 -27
  33. package/containerNamespace.js.map +1 -1
  34. package/containerToken.d.ts +147 -0
  35. package/containerToken.js +92 -0
  36. package/containerToken.js.map +1 -0
  37. package/containerTrigger.d.ts +156 -0
  38. package/containerTrigger.js +108 -0
  39. package/containerTrigger.js.map +1 -0
  40. package/database.d.ts +23 -5
  41. package/database.js +24 -22
  42. package/database.js.map +1 -1
  43. package/databaseAcl.d.ts +14 -7
  44. package/databaseAcl.js +22 -22
  45. package/databaseAcl.js.map +1 -1
  46. package/databaseBackup.d.ts +18 -6
  47. package/databaseBackup.js +22 -22
  48. package/databaseBackup.js.map +1 -1
  49. package/databaseInstance.d.ts +71 -111
  50. package/databaseInstance.js +27 -121
  51. package/databaseInstance.js.map +1 -1
  52. package/databasePrivilege.d.ts +36 -8
  53. package/databasePrivilege.js +45 -27
  54. package/databasePrivilege.js.map +1 -1
  55. package/databaseReadReplica.d.ts +30 -8
  56. package/databaseReadReplica.js +25 -23
  57. package/databaseReadReplica.js.map +1 -1
  58. package/databaseUser.d.ts +19 -7
  59. package/databaseUser.js +26 -24
  60. package/databaseUser.js.map +1 -1
  61. package/documentdbDatabase.d.ts +137 -0
  62. package/documentdbDatabase.js +87 -0
  63. package/documentdbDatabase.js.map +1 -0
  64. package/documentdbInstance.d.ts +247 -0
  65. package/documentdbInstance.js +113 -0
  66. package/documentdbInstance.js.map +1 -0
  67. package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
  68. package/documentdbPrivateNetworkEndpoint.js +80 -0
  69. package/documentdbPrivateNetworkEndpoint.js.map +1 -0
  70. package/documentdbPrivilege.d.ts +122 -0
  71. package/documentdbPrivilege.js +95 -0
  72. package/documentdbPrivilege.js.map +1 -0
  73. package/documentdbReadReplica.d.ts +137 -0
  74. package/documentdbReadReplica.js +100 -0
  75. package/documentdbReadReplica.js.map +1 -0
  76. package/documentdbUser.d.ts +140 -0
  77. package/documentdbUser.js +97 -0
  78. package/documentdbUser.js.map +1 -0
  79. package/domainRecord.d.ts +23 -22
  80. package/domainRecord.js +28 -28
  81. package/domainRecord.js.map +1 -1
  82. package/domainZone.d.ts +2 -2
  83. package/domainZone.js +24 -24
  84. package/domainZone.js.map +1 -1
  85. package/flexibleIp.d.ts +53 -36
  86. package/flexibleIp.js +39 -32
  87. package/flexibleIp.js.map +1 -1
  88. package/flexibleIpMacAddress.d.ts +173 -0
  89. package/flexibleIpMacAddress.js +123 -0
  90. package/flexibleIpMacAddress.js.map +1 -0
  91. package/function.d.ts +39 -3
  92. package/function.js +28 -22
  93. package/function.js.map +1 -1
  94. package/functionCron.d.ts +0 -6
  95. package/functionCron.js +22 -28
  96. package/functionCron.js.map +1 -1
  97. package/functionDomain.d.ts +126 -0
  98. package/functionDomain.js +98 -0
  99. package/functionDomain.js.map +1 -0
  100. package/functionNamespace.d.ts +26 -4
  101. package/functionNamespace.js +28 -26
  102. package/functionNamespace.js.map +1 -1
  103. package/functionToken.d.ts +152 -0
  104. package/functionToken.js +97 -0
  105. package/functionToken.js.map +1 -0
  106. package/functionTrigger.d.ts +140 -0
  107. package/functionTrigger.js +92 -0
  108. package/functionTrigger.js.map +1 -0
  109. package/getAccountProject.d.ts +92 -0
  110. package/getAccountProject.js +56 -0
  111. package/getAccountProject.js.map +1 -0
  112. package/getAccountSshKey.d.ts +20 -3
  113. package/getAccountSshKey.js +18 -8
  114. package/getAccountSshKey.js.map +1 -1
  115. package/getAvailabilityZones.d.ts +69 -0
  116. package/getAvailabilityZones.js +54 -0
  117. package/getAvailabilityZones.js.map +1 -0
  118. package/getBaremetalOffer.d.ts +27 -4
  119. package/getBaremetalOffer.js +20 -8
  120. package/getBaremetalOffer.js.map +1 -1
  121. package/getBaremetalOption.d.ts +92 -0
  122. package/getBaremetalOption.js +58 -0
  123. package/getBaremetalOption.js.map +1 -0
  124. package/getBaremetalOs.d.ts +25 -6
  125. package/getBaremetalOs.js +27 -11
  126. package/getBaremetalOs.js.map +1 -1
  127. package/getBaremetalServer.d.ts +36 -8
  128. package/getBaremetalServer.js +25 -11
  129. package/getBaremetalServer.js.map +1 -1
  130. package/getBillingConsumptions.d.ts +16 -0
  131. package/getBillingConsumptions.js +17 -0
  132. package/getBillingConsumptions.js.map +1 -0
  133. package/getBillingInvoices.d.ts +86 -0
  134. package/getBillingInvoices.js +50 -0
  135. package/getBillingInvoices.js.map +1 -0
  136. package/getCockpit.d.ts +86 -0
  137. package/getCockpit.js +66 -0
  138. package/getCockpit.js.map +1 -0
  139. package/getCockpitPlan.d.ts +63 -0
  140. package/getCockpitPlan.js +51 -0
  141. package/getCockpitPlan.js.map +1 -0
  142. package/getContainer.d.ts +39 -0
  143. package/getContainer.js +30 -5
  144. package/getContainer.js.map +1 -1
  145. package/getContainerNamespace.d.ts +24 -6
  146. package/getContainerNamespace.js +23 -11
  147. package/getContainerNamespace.js.map +1 -1
  148. package/getDatabase.d.ts +21 -4
  149. package/getDatabase.js +20 -8
  150. package/getDatabase.js.map +1 -1
  151. package/getDatabaseAcl.d.ts +28 -7
  152. package/getDatabaseAcl.js +20 -9
  153. package/getDatabaseAcl.js.map +1 -1
  154. package/getDatabaseBackup.d.ts +33 -6
  155. package/getDatabaseBackup.js +29 -11
  156. package/getDatabaseBackup.js.map +1 -1
  157. package/getDatabaseInstance.d.ts +17 -15
  158. package/getDatabaseInstance.js +7 -18
  159. package/getDatabaseInstance.js.map +1 -1
  160. package/getDatabasePrivilege.d.ts +31 -6
  161. package/getDatabasePrivilege.js +23 -10
  162. package/getDatabasePrivilege.js.map +1 -1
  163. package/getDocumentdbDatabase.d.ts +86 -0
  164. package/getDocumentdbDatabase.js +51 -0
  165. package/getDocumentdbDatabase.js.map +1 -0
  166. package/getDocumentdbInstance.d.ts +91 -0
  167. package/getDocumentdbInstance.js +50 -0
  168. package/getDocumentdbInstance.js.map +1 -0
  169. package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
  170. package/getDocumentdbLoadBalancerEndpoint.js +23 -0
  171. package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
  172. package/getDomainRecord.d.ts +26 -7
  173. package/getDomainRecord.js +27 -11
  174. package/getDomainRecord.js.map +1 -1
  175. package/getDomainZone.d.ts +17 -3
  176. package/getDomainZone.js +19 -8
  177. package/getDomainZone.js.map +1 -1
  178. package/getFlexibleIp.d.ts +5 -13
  179. package/getFlexibleIp.js +5 -17
  180. package/getFlexibleIp.js.map +1 -1
  181. package/getFlexibleIps.d.ts +154 -0
  182. package/getFlexibleIps.js +101 -0
  183. package/getFlexibleIps.js.map +1 -0
  184. package/getFunction.d.ts +5 -1
  185. package/getFunction.js +2 -5
  186. package/getFunction.js.map +1 -1
  187. package/getFunctionNamespace.d.ts +19 -3
  188. package/getFunctionNamespace.js +18 -8
  189. package/getFunctionNamespace.js.map +1 -1
  190. package/getIamApplication.d.ts +93 -0
  191. package/getIamApplication.js +56 -0
  192. package/getIamApplication.js.map +1 -0
  193. package/getIamGroup.d.ts +97 -0
  194. package/getIamGroup.js +58 -0
  195. package/getIamGroup.js.map +1 -0
  196. package/getIamSshKey.d.ts +90 -0
  197. package/getIamSshKey.js +49 -0
  198. package/getIamSshKey.js.map +1 -0
  199. package/getIamUser.d.ts +89 -0
  200. package/getIamUser.js +60 -0
  201. package/getIamUser.js.map +1 -0
  202. package/getInstanceImage.d.ts +16 -3
  203. package/getInstanceImage.js +18 -8
  204. package/getInstanceImage.js.map +1 -1
  205. package/getInstanceIp.d.ts +24 -3
  206. package/getInstanceIp.js +18 -8
  207. package/getInstanceIp.js.map +1 -1
  208. package/getInstancePrivateNic.d.ts +121 -0
  209. package/getInstancePrivateNic.js +69 -0
  210. package/getInstancePrivateNic.js.map +1 -0
  211. package/getInstanceSecurityGroup.d.ts +17 -4
  212. package/getInstanceSecurityGroup.js +18 -8
  213. package/getInstanceSecurityGroup.js.map +1 -1
  214. package/getInstanceServer.d.ts +27 -7
  215. package/getInstanceServer.js +18 -8
  216. package/getInstanceServer.js.map +1 -1
  217. package/getInstanceServers.d.ts +20 -4
  218. package/getInstanceServers.js +21 -8
  219. package/getInstanceServers.js.map +1 -1
  220. package/getInstanceSnapshot.d.ts +96 -0
  221. package/getInstanceSnapshot.js +56 -0
  222. package/getInstanceSnapshot.js.map +1 -0
  223. package/getInstanceVolume.d.ts +16 -3
  224. package/getInstanceVolume.js +18 -8
  225. package/getInstanceVolume.js.map +1 -1
  226. package/getIotDevice.d.ts +17 -4
  227. package/getIotDevice.js +18 -8
  228. package/getIotDevice.js.map +1 -1
  229. package/getIotHub.d.ts +16 -3
  230. package/getIotHub.js +18 -8
  231. package/getIotHub.js.map +1 -1
  232. package/getIpamIp.d.ts +133 -0
  233. package/getIpamIp.js +83 -0
  234. package/getIpamIp.js.map +1 -0
  235. package/getK8sVersion.d.ts +108 -0
  236. package/getK8sVersion.js +76 -0
  237. package/getK8sVersion.js.map +1 -0
  238. package/getKubernetesCluster.d.ts +21 -4
  239. package/getKubernetesCluster.js +18 -8
  240. package/getKubernetesCluster.js.map +1 -1
  241. package/getKubernetesNodePool.d.ts +18 -4
  242. package/getKubernetesNodePool.js +18 -8
  243. package/getKubernetesNodePool.js.map +1 -1
  244. package/getLbAcls.d.ts +96 -0
  245. package/getLbAcls.js +58 -0
  246. package/getLbAcls.js.map +1 -0
  247. package/getLbBackend.d.ts +142 -0
  248. package/getLbBackend.js +82 -0
  249. package/getLbBackend.js.map +1 -0
  250. package/getLbBackends.d.ts +94 -0
  251. package/getLbBackends.js +58 -0
  252. package/getLbBackends.js.map +1 -0
  253. package/getLbFrontend.d.ts +134 -0
  254. package/getLbFrontend.js +94 -0
  255. package/getLbFrontend.js.map +1 -0
  256. package/getLbFrontends.d.ts +94 -0
  257. package/getLbFrontends.js +58 -0
  258. package/getLbFrontends.js.map +1 -0
  259. package/getLbIps.d.ts +94 -0
  260. package/getLbIps.js +52 -0
  261. package/getLbIps.js.map +1 -0
  262. package/getLbRoute.d.ts +111 -0
  263. package/getLbRoute.js +93 -0
  264. package/getLbRoute.js.map +1 -0
  265. package/getLbRoutes.d.ts +85 -0
  266. package/getLbRoutes.js +58 -0
  267. package/getLbRoutes.js.map +1 -0
  268. package/getLbs.d.ts +97 -0
  269. package/getLbs.js +52 -0
  270. package/getLbs.js.map +1 -0
  271. package/getLoadbalancer.d.ts +31 -13
  272. package/getLoadbalancer.js +23 -11
  273. package/getLoadbalancer.js.map +1 -1
  274. package/getLoadbalancerCertificate.d.ts +11 -2
  275. package/getLoadbalancerCertificate.js +12 -6
  276. package/getLoadbalancerCertificate.js.map +1 -1
  277. package/getLoadbalancerIp.d.ts +16 -3
  278. package/getLoadbalancerIp.js +18 -8
  279. package/getLoadbalancerIp.js.map +1 -1
  280. package/getMarketplaceImage.d.ts +17 -3
  281. package/getMarketplaceImage.js +19 -8
  282. package/getMarketplaceImage.js.map +1 -1
  283. package/getMnqSqs.d.ts +78 -0
  284. package/getMnqSqs.js +55 -0
  285. package/getMnqSqs.js.map +1 -0
  286. package/getObjectBucket.d.ts +57 -7
  287. package/getObjectBucket.js +49 -11
  288. package/getObjectBucket.js.map +1 -1
  289. package/getObjectBucketPolicy.d.ts +83 -0
  290. package/getObjectBucketPolicy.js +51 -0
  291. package/getObjectBucketPolicy.js.map +1 -0
  292. package/getRedisCluster.d.ts +18 -5
  293. package/getRedisCluster.js +19 -9
  294. package/getRedisCluster.js.map +1 -1
  295. package/getRegistryImage.d.ts +18 -4
  296. package/getRegistryImage.js +20 -9
  297. package/getRegistryImage.js.map +1 -1
  298. package/getRegistryNamespace.d.ts +16 -3
  299. package/getRegistryNamespace.js +18 -8
  300. package/getRegistryNamespace.js.map +1 -1
  301. package/getSecret.d.ts +125 -0
  302. package/getSecret.js +68 -0
  303. package/getSecret.js.map +1 -0
  304. package/getSecretVersion.d.ts +84 -0
  305. package/getSecretVersion.js +23 -0
  306. package/getSecretVersion.js.map +1 -0
  307. package/getTemDomain.d.ts +109 -0
  308. package/getTemDomain.js +28 -0
  309. package/getTemDomain.js.map +1 -0
  310. package/getVpc.d.ts +113 -0
  311. package/getVpc.js +65 -0
  312. package/getVpc.js.map +1 -0
  313. package/getVpcGatewayNetwork.d.ts +33 -0
  314. package/getVpcGatewayNetwork.js +28 -5
  315. package/getVpcGatewayNetwork.js.map +1 -1
  316. package/getVpcPrivateNetwork.d.ts +48 -3
  317. package/getVpcPrivateNetwork.js +30 -6
  318. package/getVpcPrivateNetwork.js.map +1 -1
  319. package/getVpcPublicGateway.d.ts +43 -7
  320. package/getVpcPublicGateway.js +35 -11
  321. package/getVpcPublicGateway.js.map +1 -1
  322. package/getVpcPublicGatewayDhcp.d.ts +20 -5
  323. package/getVpcPublicGatewayDhcp.js +22 -10
  324. package/getVpcPublicGatewayDhcp.js.map +1 -1
  325. package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
  326. package/getVpcPublicGatewayDhcpReservation.js +8 -5
  327. package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
  328. package/getVpcPublicGatewayIp.d.ts +22 -3
  329. package/getVpcPublicGatewayIp.js +24 -8
  330. package/getVpcPublicGatewayIp.js.map +1 -1
  331. package/getVpcPublicPatRule.d.ts +40 -0
  332. package/getVpcPublicPatRule.js +42 -5
  333. package/getVpcPublicPatRule.js.map +1 -1
  334. package/getVpcs.d.ts +100 -0
  335. package/getVpcs.js +53 -0
  336. package/getVpcs.js.map +1 -0
  337. package/getWebHostOffer.d.ts +96 -0
  338. package/getWebHostOffer.js +56 -0
  339. package/getWebHostOffer.js.map +1 -0
  340. package/getWebhosting.d.ts +108 -0
  341. package/getWebhosting.js +57 -0
  342. package/getWebhosting.js.map +1 -0
  343. package/iamApiKey.d.ts +178 -0
  344. package/iamApiKey.js +96 -0
  345. package/iamApiKey.js.map +1 -0
  346. package/iamApplication.d.ts +116 -0
  347. package/iamApplication.js +79 -0
  348. package/iamApplication.js.map +1 -0
  349. package/iamGroup.d.ts +164 -0
  350. package/iamGroup.js +103 -0
  351. package/iamGroup.js.map +1 -0
  352. package/iamGroupMembership.d.ts +106 -0
  353. package/iamGroupMembership.js +84 -0
  354. package/iamGroupMembership.js.map +1 -0
  355. package/iamPolicy.d.ts +197 -0
  356. package/iamPolicy.js +105 -0
  357. package/iamPolicy.js.map +1 -0
  358. package/iamSshKey.d.ts +141 -0
  359. package/iamSshKey.js +88 -0
  360. package/iamSshKey.js.map +1 -0
  361. package/iamUser.d.ts +147 -0
  362. package/iamUser.js +93 -0
  363. package/iamUser.js.map +1 -0
  364. package/index.d.ts +525 -94
  365. package/index.js +619 -217
  366. package/index.js.map +1 -1
  367. package/instanceImage.d.ts +9 -2
  368. package/instanceImage.js +23 -23
  369. package/instanceImage.js.map +1 -1
  370. package/instanceIp.d.ts +28 -2
  371. package/instanceIp.js +28 -24
  372. package/instanceIp.js.map +1 -1
  373. package/instanceIpReverseDns.d.ts +20 -0
  374. package/instanceIpReverseDns.js +42 -22
  375. package/instanceIpReverseDns.js.map +1 -1
  376. package/instancePlacementGroup.d.ts +2 -2
  377. package/instancePlacementGroup.js +24 -24
  378. package/instancePlacementGroup.js.map +1 -1
  379. package/instancePrivateNic.d.ts +26 -2
  380. package/instancePrivateNic.js +28 -24
  381. package/instancePrivateNic.js.map +1 -1
  382. package/instanceSecurityGroup.d.ts +2 -1
  383. package/instanceSecurityGroup.js +22 -22
  384. package/instanceSecurityGroup.js.map +1 -1
  385. package/instanceSecurityGroupRules.d.ts +27 -1
  386. package/instanceSecurityGroupRules.js +46 -21
  387. package/instanceSecurityGroupRules.js.map +1 -1
  388. package/instanceServer.d.ts +171 -21
  389. package/instanceServer.js +75 -27
  390. package/instanceServer.js.map +1 -1
  391. package/instanceSnapshot.d.ts +40 -7
  392. package/instanceSnapshot.js +47 -29
  393. package/instanceSnapshot.js.map +1 -1
  394. package/instanceUserData.d.ts +155 -0
  395. package/instanceUserData.js +120 -0
  396. package/instanceUserData.js.map +1 -0
  397. package/instanceVolume.d.ts +11 -11
  398. package/instanceVolume.js +24 -24
  399. package/instanceVolume.js.map +1 -1
  400. package/iotDevice.d.ts +20 -1
  401. package/iotDevice.js +22 -22
  402. package/iotDevice.js.map +1 -1
  403. package/iotHub.d.ts +12 -0
  404. package/iotHub.js +22 -22
  405. package/iotHub.js.map +1 -1
  406. package/iotNetwork.js +24 -22
  407. package/iotNetwork.js.map +1 -1
  408. package/iotRoute.d.ts +130 -0
  409. package/iotRoute.js +69 -0
  410. package/iotRoute.js.map +1 -0
  411. package/kubernetesCluster.d.ts +141 -11
  412. package/kubernetesCluster.js +109 -22
  413. package/kubernetesCluster.js.map +1 -1
  414. package/kubernetesNodePool.d.ts +23 -1
  415. package/kubernetesNodePool.js +24 -22
  416. package/kubernetesNodePool.js.map +1 -1
  417. package/loadbalancer.d.ts +69 -34
  418. package/loadbalancer.js +45 -50
  419. package/loadbalancer.js.map +1 -1
  420. package/loadbalancerAcl.d.ts +162 -0
  421. package/loadbalancerAcl.js +108 -0
  422. package/loadbalancerAcl.js.map +1 -0
  423. package/loadbalancerBackend.d.ts +124 -9
  424. package/loadbalancerBackend.js +41 -23
  425. package/loadbalancerBackend.js.map +1 -1
  426. package/loadbalancerCertificate.d.ts +12 -1
  427. package/loadbalancerCertificate.js +22 -22
  428. package/loadbalancerCertificate.js.map +1 -1
  429. package/loadbalancerFrontend.d.ts +42 -2
  430. package/loadbalancerFrontend.js +27 -23
  431. package/loadbalancerFrontend.js.map +1 -1
  432. package/loadbalancerIp.d.ts +3 -5
  433. package/loadbalancerIp.js +25 -27
  434. package/loadbalancerIp.js.map +1 -1
  435. package/loadbalancerRoute.d.ts +85 -13
  436. package/loadbalancerRoute.js +61 -26
  437. package/loadbalancerRoute.js.map +1 -1
  438. package/mnqCredential.d.ts +118 -0
  439. package/mnqCredential.js +71 -0
  440. package/mnqCredential.js.map +1 -0
  441. package/mnqNamespace.d.ts +146 -0
  442. package/mnqNamespace.js +93 -0
  443. package/mnqNamespace.js.map +1 -0
  444. package/mnqNatsAccount.d.ts +110 -0
  445. package/mnqNatsAccount.js +79 -0
  446. package/mnqNatsAccount.js.map +1 -0
  447. package/mnqNatsCredentials.d.ts +108 -0
  448. package/mnqNatsCredentials.js +83 -0
  449. package/mnqNatsCredentials.js.map +1 -0
  450. package/mnqQueue.d.ts +122 -0
  451. package/mnqQueue.js +64 -0
  452. package/mnqQueue.js.map +1 -0
  453. package/mnqSqs.d.ts +98 -0
  454. package/mnqSqs.js +80 -0
  455. package/mnqSqs.js.map +1 -0
  456. package/mnqSqsCredentials.d.ts +134 -0
  457. package/mnqSqsCredentials.js +93 -0
  458. package/mnqSqsCredentials.js.map +1 -0
  459. package/mnqSqsQueue.d.ts +238 -0
  460. package/mnqSqsQueue.js +121 -0
  461. package/mnqSqsQueue.js.map +1 -0
  462. package/objectBucket.d.ts +63 -72
  463. package/objectBucket.js +45 -90
  464. package/objectBucket.js.map +1 -1
  465. package/objectBucketAcl.d.ts +206 -0
  466. package/objectBucketAcl.js +158 -0
  467. package/objectBucketAcl.js.map +1 -0
  468. package/objectBucketLockConfiguration.d.ts +86 -0
  469. package/objectBucketLockConfiguration.js +61 -0
  470. package/objectBucketLockConfiguration.js.map +1 -0
  471. package/objectBucketPolicy.d.ts +47 -0
  472. package/objectBucketPolicy.js +53 -22
  473. package/objectBucketPolicy.js.map +1 -1
  474. package/objectBucketWebsiteConfiguration.d.ts +39 -14
  475. package/objectBucketWebsiteConfiguration.js +37 -30
  476. package/objectBucketWebsiteConfiguration.js.map +1 -1
  477. package/objectItem.d.ts +204 -0
  478. package/objectItem.js +89 -0
  479. package/objectItem.js.map +1 -0
  480. package/package.json +4 -4
  481. package/package.json.bak +3 -4
  482. package/package.json.dev +4 -5
  483. package/provider.js +10 -10
  484. package/provider.js.map +1 -1
  485. package/redisCluster.d.ts +122 -22
  486. package/redisCluster.js +28 -26
  487. package/redisCluster.js.map +1 -1
  488. package/registryNamespace.d.ts +7 -1
  489. package/registryNamespace.js +23 -23
  490. package/registryNamespace.js.map +1 -1
  491. package/secret.d.ts +160 -0
  492. package/secret.js +94 -0
  493. package/secret.js.map +1 -0
  494. package/secretVersion.d.ts +128 -0
  495. package/secretVersion.js +80 -0
  496. package/secretVersion.js.map +1 -0
  497. package/temDomain.d.ts +251 -0
  498. package/temDomain.js +135 -0
  499. package/temDomain.js.map +1 -0
  500. package/types/index.js.map +1 -1
  501. package/types/input.d.ts +712 -30
  502. package/types/output.d.ts +1603 -88
  503. package/utilities.js +13 -1
  504. package/utilities.js.map +1 -1
  505. package/vpc.d.ts +140 -0
  506. package/vpc.js +87 -0
  507. package/vpc.js.map +1 -0
  508. package/vpcGatewayNetwork.d.ts +72 -7
  509. package/vpcGatewayNetwork.js +69 -22
  510. package/vpcGatewayNetwork.js.map +1 -1
  511. package/vpcPrivateNetwork.d.ts +110 -11
  512. package/vpcPrivateNetwork.js +61 -26
  513. package/vpcPrivateNetwork.js.map +1 -1
  514. package/vpcPublicGateway.d.ts +1 -1
  515. package/vpcPublicGateway.js +23 -23
  516. package/vpcPublicGateway.js.map +1 -1
  517. package/vpcPublicGatewayDhcp.d.ts +2 -4
  518. package/vpcPublicGatewayDhcp.js +24 -26
  519. package/vpcPublicGatewayDhcp.js.map +1 -1
  520. package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
  521. package/vpcPublicGatewayDhcpReservation.js +24 -24
  522. package/vpcPublicGatewayDhcpReservation.js.map +1 -1
  523. package/vpcPublicGatewayIp.d.ts +3 -5
  524. package/vpcPublicGatewayIp.js +25 -27
  525. package/vpcPublicGatewayIp.js.map +1 -1
  526. package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
  527. package/vpcPublicGatewayIpReverseDns.js +91 -0
  528. package/vpcPublicGatewayIpReverseDns.js.map +1 -0
  529. package/vpcPublicGatewayPatRule.js +22 -22
  530. package/vpcPublicGatewayPatRule.js.map +1 -1
  531. package/webhosting.d.ts +244 -0
  532. package/webhosting.js +126 -0
  533. package/webhosting.js.map +1 -0
package/getLbs.d.ts ADDED
@@ -0,0 +1,97 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Gets information about multiple Load Balancers.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scaleway from "@pulumi/scaleway";
11
+ *
12
+ * const myKey = scaleway.getLbs({
13
+ * name: "foobar",
14
+ * zone: "fr-par-2",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getLbs(args?: GetLbsArgs, opts?: pulumi.InvokeOptions): Promise<GetLbsResult>;
19
+ /**
20
+ * A collection of arguments for invoking getLbs.
21
+ */
22
+ export interface GetLbsArgs {
23
+ /**
24
+ * The load balancer name used as a filter. LBs with a name like it are listed.
25
+ */
26
+ name?: string;
27
+ /**
28
+ * The ID of the project the load-balancer is associated with.
29
+ */
30
+ projectId?: string;
31
+ /**
32
+ * `zone`) The zone in which LBs exist.
33
+ */
34
+ zone?: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getLbs.
38
+ */
39
+ export interface GetLbsResult {
40
+ /**
41
+ * The provider-assigned unique ID for this managed resource.
42
+ */
43
+ readonly id: string;
44
+ /**
45
+ * List of found LBs
46
+ */
47
+ readonly lbs: outputs.GetLbsLb[];
48
+ /**
49
+ * The name of the load-balancer.
50
+ */
51
+ readonly name?: string;
52
+ /**
53
+ * The organization ID the load-balancer is associated with.
54
+ */
55
+ readonly organizationId: string;
56
+ /**
57
+ * The ID of the project the load-balancer is associated with.
58
+ */
59
+ readonly projectId: string;
60
+ /**
61
+ * The zone in which the load-balancer is.
62
+ */
63
+ readonly zone: string;
64
+ }
65
+ /**
66
+ * Gets information about multiple Load Balancers.
67
+ *
68
+ * ## Example Usage
69
+ *
70
+ * ```typescript
71
+ * import * as pulumi from "@pulumi/pulumi";
72
+ * import * as scaleway from "@pulumi/scaleway";
73
+ *
74
+ * const myKey = scaleway.getLbs({
75
+ * name: "foobar",
76
+ * zone: "fr-par-2",
77
+ * });
78
+ * ```
79
+ */
80
+ export declare function getLbsOutput(args?: GetLbsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLbsResult>;
81
+ /**
82
+ * A collection of arguments for invoking getLbs.
83
+ */
84
+ export interface GetLbsOutputArgs {
85
+ /**
86
+ * The load balancer name used as a filter. LBs with a name like it are listed.
87
+ */
88
+ name?: pulumi.Input<string>;
89
+ /**
90
+ * The ID of the project the load-balancer is associated with.
91
+ */
92
+ projectId?: pulumi.Input<string>;
93
+ /**
94
+ * `zone`) The zone in which LBs exist.
95
+ */
96
+ zone?: pulumi.Input<string>;
97
+ }
package/getLbs.js ADDED
@@ -0,0 +1,52 @@
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.getLbsOutput = exports.getLbs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Gets information about multiple Load Balancers.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scaleway from "@pulumi/scaleway";
16
+ *
17
+ * const myKey = scaleway.getLbs({
18
+ * name: "foobar",
19
+ * zone: "fr-par-2",
20
+ * });
21
+ * ```
22
+ */
23
+ function getLbs(args, opts) {
24
+ args = args || {};
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("scaleway:index/getLbs:getLbs", {
27
+ "name": args.name,
28
+ "projectId": args.projectId,
29
+ "zone": args.zone,
30
+ }, opts);
31
+ }
32
+ exports.getLbs = getLbs;
33
+ /**
34
+ * Gets information about multiple Load Balancers.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as scaleway from "@pulumi/scaleway";
41
+ *
42
+ * const myKey = scaleway.getLbs({
43
+ * name: "foobar",
44
+ * zone: "fr-par-2",
45
+ * });
46
+ * ```
47
+ */
48
+ function getLbsOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getLbs(a, opts));
50
+ }
51
+ exports.getLbsOutput = getLbsOutput;
52
+ //# sourceMappingURL=getLbs.js.map
package/getLbs.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLbs.js","sourceRoot":"","sources":["../getLbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wBASC;AAiDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * Gets information about a Load Balancer.
5
5
  *
@@ -9,14 +9,12 @@ import { output as outputs } from "./types";
9
9
  * import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as scaleway from "@pulumi/scaleway";
11
11
  *
12
- * // Get info by name
13
- * const byName = pulumi.output(scaleway.getLoadbalancer({
12
+ * const byName = scaleway.getLoadbalancer({
14
13
  * name: "foobar",
15
- * }));
16
- * // Get info by ID
17
- * const byId = pulumi.output(scaleway.getLoadbalancer({
14
+ * });
15
+ * const byId = scaleway.getLoadbalancer({
18
16
  * lbId: "11111111-1111-1111-1111-111111111111",
19
- * }));
17
+ * });
20
18
  * ```
21
19
  */
22
20
  export declare function getLoadbalancer(args?: GetLoadbalancerArgs, opts?: pulumi.InvokeOptions): Promise<GetLoadbalancerResult>;
@@ -26,12 +24,12 @@ export declare function getLoadbalancer(args?: GetLoadbalancerArgs, opts?: pulum
26
24
  export interface GetLoadbalancerArgs {
27
25
  lbId?: string;
28
26
  /**
29
- * The IP address.
27
+ * The load balancer name.
30
28
  */
31
29
  name?: string;
32
30
  releaseIp?: boolean;
33
31
  /**
34
- * (Defaults to provider `region`) The region in which the LB exists.
32
+ * (Defaults to provider `zone`) The zone in which the LB exists.
35
33
  */
36
34
  zone?: string;
37
35
  }
@@ -39,6 +37,8 @@ export interface GetLoadbalancerArgs {
39
37
  * A collection of values returned by getLoadbalancer.
40
38
  */
41
39
  export interface GetLoadbalancerResult {
40
+ readonly assignFlexibleIp: boolean;
41
+ readonly description: string;
42
42
  /**
43
43
  * The provider-assigned unique ID for this managed resource.
44
44
  */
@@ -58,8 +58,9 @@ export interface GetLoadbalancerResult {
58
58
  readonly projectId: string;
59
59
  readonly region: string;
60
60
  readonly releaseIp?: boolean;
61
+ readonly sslCompatibilityLevel: string;
61
62
  /**
62
- * The tags associated with the load-balancers.
63
+ * The tags associated with the load-balancer.
63
64
  */
64
65
  readonly tags: string[];
65
66
  /**
@@ -67,10 +68,27 @@ export interface GetLoadbalancerResult {
67
68
  */
68
69
  readonly type: string;
69
70
  /**
70
- * (Defaults to provider `region`) The region in which the LB exists.
71
+ * (Defaults to provider `zone`) The zone in which the LB exists.
71
72
  */
72
73
  readonly zone?: string;
73
74
  }
75
+ /**
76
+ * Gets information about a Load Balancer.
77
+ *
78
+ * ## Example Usage
79
+ *
80
+ * ```typescript
81
+ * import * as pulumi from "@pulumi/pulumi";
82
+ * import * as scaleway from "@pulumi/scaleway";
83
+ *
84
+ * const byName = scaleway.getLoadbalancer({
85
+ * name: "foobar",
86
+ * });
87
+ * const byId = scaleway.getLoadbalancer({
88
+ * lbId: "11111111-1111-1111-1111-111111111111",
89
+ * });
90
+ * ```
91
+ */
74
92
  export declare function getLoadbalancerOutput(args?: GetLoadbalancerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLoadbalancerResult>;
75
93
  /**
76
94
  * A collection of arguments for invoking getLoadbalancer.
@@ -78,12 +96,12 @@ export declare function getLoadbalancerOutput(args?: GetLoadbalancerOutputArgs,
78
96
  export interface GetLoadbalancerOutputArgs {
79
97
  lbId?: pulumi.Input<string>;
80
98
  /**
81
- * The IP address.
99
+ * The load balancer name.
82
100
  */
83
101
  name?: pulumi.Input<string>;
84
102
  releaseIp?: pulumi.Input<boolean>;
85
103
  /**
86
- * (Defaults to provider `region`) The region in which the LB exists.
104
+ * (Defaults to provider `zone`) The zone in which the LB exists.
87
105
  */
88
106
  zone?: pulumi.Input<string>;
89
107
  }
@@ -14,22 +14,17 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as scaleway from "@pulumi/scaleway";
16
16
  *
17
- * // Get info by name
18
- * const byName = pulumi.output(scaleway.getLoadbalancer({
17
+ * const byName = scaleway.getLoadbalancer({
19
18
  * name: "foobar",
20
- * }));
21
- * // Get info by ID
22
- * const byId = pulumi.output(scaleway.getLoadbalancer({
19
+ * });
20
+ * const byId = scaleway.getLoadbalancer({
23
21
  * lbId: "11111111-1111-1111-1111-111111111111",
24
- * }));
22
+ * });
25
23
  * ```
26
24
  */
27
25
  function getLoadbalancer(args, opts) {
28
26
  args = args || {};
29
- if (!opts) {
30
- opts = {};
31
- }
32
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
33
28
  return pulumi.runtime.invoke("scaleway:index/getLoadbalancer:getLoadbalancer", {
34
29
  "lbId": args.lbId,
35
30
  "name": args.name,
@@ -38,8 +33,25 @@ function getLoadbalancer(args, opts) {
38
33
  }, opts);
39
34
  }
40
35
  exports.getLoadbalancer = getLoadbalancer;
36
+ /**
37
+ * Gets information about a Load Balancer.
38
+ *
39
+ * ## Example Usage
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as scaleway from "@pulumi/scaleway";
44
+ *
45
+ * const byName = scaleway.getLoadbalancer({
46
+ * name: "foobar",
47
+ * });
48
+ * const byId = scaleway.getLoadbalancer({
49
+ * lbId: "11111111-1111-1111-1111-111111111111",
50
+ * });
51
+ * ```
52
+ */
41
53
  function getLoadbalancerOutput(args, opts) {
42
- return pulumi.output(args).apply(a => getLoadbalancer(a, opts));
54
+ return pulumi.output(args).apply((a) => getLoadbalancer(a, opts));
43
55
  }
44
56
  exports.getLoadbalancerOutput = getLoadbalancerOutput;
45
57
  //# sourceMappingURL=getLoadbalancer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getLoadbalancer.js","sourceRoot":"","sources":["../getLoadbalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0CAaC;AAuDD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getLoadbalancer.js","sourceRoot":"","sources":["../getLoadbalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0CAUC;AAyDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -1,11 +1,11 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * Get information about Scaleway Load-Balancer Certificates.
5
5
  *
6
6
  * This data source can prove useful when a module accepts an LB Certificate as an input variable and needs to, for example, determine the security of a certificate for your LB Frontend associated with your domain, etc.
7
7
  *
8
- * For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#certificate-330754).
8
+ * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
9
9
  *
10
10
  * ## Examples
11
11
  */
@@ -49,6 +49,15 @@ export interface GetLoadbalancerCertificateResult {
49
49
  readonly status: string;
50
50
  readonly subjectAlternativeNames: string[];
51
51
  }
52
+ /**
53
+ * Get information about Scaleway Load-Balancer Certificates.
54
+ *
55
+ * This data source can prove useful when a module accepts an LB Certificate as an input variable and needs to, for example, determine the security of a certificate for your LB Frontend associated with your domain, etc.
56
+ *
57
+ * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
58
+ *
59
+ * ## Examples
60
+ */
52
61
  export declare function getLoadbalancerCertificateOutput(args?: GetLoadbalancerCertificateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLoadbalancerCertificateResult>;
53
62
  /**
54
63
  * A collection of arguments for invoking getLoadbalancerCertificate.
@@ -10,16 +10,13 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * This data source can prove useful when a module accepts an LB Certificate as an input variable and needs to, for example, determine the security of a certificate for your LB Frontend associated with your domain, etc.
12
12
  *
13
- * For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#certificate-330754).
13
+ * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
14
14
  *
15
15
  * ## Examples
16
16
  */
17
17
  function getLoadbalancerCertificate(args, opts) {
18
18
  args = args || {};
19
- if (!opts) {
20
- opts = {};
21
- }
22
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
19
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
20
  return pulumi.runtime.invoke("scaleway:index/getLoadbalancerCertificate:getLoadbalancerCertificate", {
24
21
  "certificateId": args.certificateId,
25
22
  "lbId": args.lbId,
@@ -27,8 +24,17 @@ function getLoadbalancerCertificate(args, opts) {
27
24
  }, opts);
28
25
  }
29
26
  exports.getLoadbalancerCertificate = getLoadbalancerCertificate;
27
+ /**
28
+ * Get information about Scaleway Load-Balancer Certificates.
29
+ *
30
+ * This data source can prove useful when a module accepts an LB Certificate as an input variable and needs to, for example, determine the security of a certificate for your LB Frontend associated with your domain, etc.
31
+ *
32
+ * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
33
+ *
34
+ * ## Examples
35
+ */
30
36
  function getLoadbalancerCertificateOutput(args, opts) {
31
- return pulumi.output(args).apply(a => getLoadbalancerCertificate(a, opts));
37
+ return pulumi.output(args).apply((a) => getLoadbalancerCertificate(a, opts));
32
38
  }
33
39
  exports.getLoadbalancerCertificateOutput = getLoadbalancerCertificateOutput;
34
40
  //# sourceMappingURL=getLoadbalancerCertificate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getLoadbalancerCertificate.js","sourceRoot":"","sources":["../getLoadbalancerCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gEAYC;AA2CD,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,4EAEC"}
1
+ {"version":3,"file":"getLoadbalancerCertificate.js","sourceRoot":"","sources":["../getLoadbalancerCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QACjG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC;AA0CD;;;;;;;;GAQG;AACH,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
@@ -8,10 +8,9 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as scaleway from "@pulumi/scaleway";
10
10
  *
11
- * // Get info by IP ID
12
- * const myIp = pulumi.output(scaleway.getLoadbalancerIp({
11
+ * const myIp = scaleway.getLoadbalancerIp({
13
12
  * ipId: "11111111-1111-1111-1111-111111111111",
14
- * }));
13
+ * });
15
14
  * ```
16
15
  */
17
16
  export declare function getLoadbalancerIp(args?: GetLoadbalancerIpArgs, opts?: pulumi.InvokeOptions): Promise<GetLoadbalancerIpResult>;
@@ -56,6 +55,20 @@ export interface GetLoadbalancerIpResult {
56
55
  readonly reverse: string;
57
56
  readonly zone: string;
58
57
  }
58
+ /**
59
+ * Gets information about a Load Balancer IP.
60
+ *
61
+ * ## Example Usage
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as scaleway from "@pulumi/scaleway";
66
+ *
67
+ * const myIp = scaleway.getLoadbalancerIp({
68
+ * ipId: "11111111-1111-1111-1111-111111111111",
69
+ * });
70
+ * ```
71
+ */
59
72
  export declare function getLoadbalancerIpOutput(args?: GetLoadbalancerIpOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLoadbalancerIpResult>;
60
73
  /**
61
74
  * A collection of arguments for invoking getLoadbalancerIp.
@@ -14,26 +14,36 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as scaleway from "@pulumi/scaleway";
16
16
  *
17
- * // Get info by IP ID
18
- * const myIp = pulumi.output(scaleway.getLoadbalancerIp({
17
+ * const myIp = scaleway.getLoadbalancerIp({
19
18
  * ipId: "11111111-1111-1111-1111-111111111111",
20
- * }));
19
+ * });
21
20
  * ```
22
21
  */
23
22
  function getLoadbalancerIp(args, opts) {
24
23
  args = args || {};
25
- if (!opts) {
26
- opts = {};
27
- }
28
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
25
  return pulumi.runtime.invoke("scaleway:index/getLoadbalancerIp:getLoadbalancerIp", {
30
26
  "ipAddress": args.ipAddress,
31
27
  "ipId": args.ipId,
32
28
  }, opts);
33
29
  }
34
30
  exports.getLoadbalancerIp = getLoadbalancerIp;
31
+ /**
32
+ * Gets information about a Load Balancer IP.
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as scaleway from "@pulumi/scaleway";
39
+ *
40
+ * const myIp = scaleway.getLoadbalancerIp({
41
+ * ipId: "11111111-1111-1111-1111-111111111111",
42
+ * });
43
+ * ```
44
+ */
35
45
  function getLoadbalancerIpOutput(args, opts) {
36
- return pulumi.output(args).apply(a => getLoadbalancerIp(a, opts));
46
+ return pulumi.output(args).apply((a) => getLoadbalancerIp(a, opts));
37
47
  }
38
48
  exports.getLoadbalancerIpOutput = getLoadbalancerIpOutput;
39
49
  //# sourceMappingURL=getLoadbalancerIp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getLoadbalancerIp.js","sourceRoot":"","sources":["../getLoadbalancerIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC;AA6CD,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
1
+ {"version":3,"file":"getLoadbalancerIp.js","sourceRoot":"","sources":["../getLoadbalancerIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AA4CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
@@ -8,9 +8,9 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as scaleway from "@pulumi/scaleway";
10
10
  *
11
- * const myImage = pulumi.output(scaleway.getMarketplaceImage({
12
- * label: "ubuntu_focal",
13
- * }));
11
+ * const myImage = scaleway.getMarketplaceImage({
12
+ * label: "ubuntu_jammy",
13
+ * });
14
14
  * ```
15
15
  */
16
16
  export declare function getMarketplaceImage(args: GetMarketplaceImageArgs, opts?: pulumi.InvokeOptions): Promise<GetMarketplaceImageResult>;
@@ -45,6 +45,20 @@ export interface GetMarketplaceImageResult {
45
45
  readonly label: string;
46
46
  readonly zone: string;
47
47
  }
48
+ /**
49
+ * Gets local image ID of an image from its label name.
50
+ *
51
+ * ## Example Usage
52
+ *
53
+ * ```typescript
54
+ * import * as pulumi from "@pulumi/pulumi";
55
+ * import * as scaleway from "@pulumi/scaleway";
56
+ *
57
+ * const myImage = scaleway.getMarketplaceImage({
58
+ * label: "ubuntu_jammy",
59
+ * });
60
+ * ```
61
+ */
48
62
  export declare function getMarketplaceImageOutput(args: GetMarketplaceImageOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMarketplaceImageResult>;
49
63
  /**
50
64
  * A collection of arguments for invoking getMarketplaceImage.
@@ -14,16 +14,13 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as scaleway from "@pulumi/scaleway";
16
16
  *
17
- * const myImage = pulumi.output(scaleway.getMarketplaceImage({
18
- * label: "ubuntu_focal",
19
- * }));
17
+ * const myImage = scaleway.getMarketplaceImage({
18
+ * label: "ubuntu_jammy",
19
+ * });
20
20
  * ```
21
21
  */
22
22
  function getMarketplaceImage(args, opts) {
23
- if (!opts) {
24
- opts = {};
25
- }
26
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
24
  return pulumi.runtime.invoke("scaleway:index/getMarketplaceImage:getMarketplaceImage", {
28
25
  "instanceType": args.instanceType,
29
26
  "label": args.label,
@@ -31,8 +28,22 @@ function getMarketplaceImage(args, opts) {
31
28
  }, opts);
32
29
  }
33
30
  exports.getMarketplaceImage = getMarketplaceImage;
31
+ /**
32
+ * Gets local image ID of an image from its label name.
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as scaleway from "@pulumi/scaleway";
39
+ *
40
+ * const myImage = scaleway.getMarketplaceImage({
41
+ * label: "ubuntu_jammy",
42
+ * });
43
+ * ```
44
+ */
34
45
  function getMarketplaceImageOutput(args, opts) {
35
- return pulumi.output(args).apply(a => getMarketplaceImage(a, opts));
46
+ return pulumi.output(args).apply((a) => getMarketplaceImage(a, opts));
36
47
  }
37
48
  exports.getMarketplaceImageOutput = getMarketplaceImageOutput;
38
49
  //# sourceMappingURL=getMarketplaceImage.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getMarketplaceImage.js","sourceRoot":"","sources":["../getMarketplaceImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kDAWC;AAmCD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
1
+ {"version":3,"file":"getMarketplaceImage.js","sourceRoot":"","sources":["../getMarketplaceImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,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;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAkCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
package/getMnqSqs.d.ts ADDED
@@ -0,0 +1,78 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Gets information about SQS for a project
4
+ *
5
+ * ## Examples
6
+ *
7
+ * ### Basic
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as scaleway from "@pulumi/scaleway";
12
+ *
13
+ * const main = scaleway.getMnqSqs({});
14
+ * const forProject = scaleway.getMnqSqs({
15
+ * projectId: scaleway_account_project.main.id,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getMnqSqs(args?: GetMnqSqsArgs, opts?: pulumi.InvokeOptions): Promise<GetMnqSqsResult>;
20
+ /**
21
+ * A collection of arguments for invoking getMnqSqs.
22
+ */
23
+ export interface GetMnqSqsArgs {
24
+ /**
25
+ * `projectId`) The ID of the project for which sqs is enabled.
26
+ */
27
+ projectId?: string;
28
+ /**
29
+ * `region`). The region in which sqs is enabled.
30
+ */
31
+ region?: string;
32
+ }
33
+ /**
34
+ * A collection of values returned by getMnqSqs.
35
+ */
36
+ export interface GetMnqSqsResult {
37
+ /**
38
+ * The endpoint of the SQS service for this project.
39
+ */
40
+ readonly endpoint: string;
41
+ /**
42
+ * The provider-assigned unique ID for this managed resource.
43
+ */
44
+ readonly id: string;
45
+ readonly projectId?: string;
46
+ readonly region?: string;
47
+ }
48
+ /**
49
+ * Gets information about SQS for a project
50
+ *
51
+ * ## Examples
52
+ *
53
+ * ### Basic
54
+ *
55
+ * ```typescript
56
+ * import * as pulumi from "@pulumi/pulumi";
57
+ * import * as scaleway from "@pulumi/scaleway";
58
+ *
59
+ * const main = scaleway.getMnqSqs({});
60
+ * const forProject = scaleway.getMnqSqs({
61
+ * projectId: scaleway_account_project.main.id,
62
+ * });
63
+ * ```
64
+ */
65
+ export declare function getMnqSqsOutput(args?: GetMnqSqsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMnqSqsResult>;
66
+ /**
67
+ * A collection of arguments for invoking getMnqSqs.
68
+ */
69
+ export interface GetMnqSqsOutputArgs {
70
+ /**
71
+ * `projectId`) The ID of the project for which sqs is enabled.
72
+ */
73
+ projectId?: pulumi.Input<string>;
74
+ /**
75
+ * `region`). The region in which sqs is enabled.
76
+ */
77
+ region?: pulumi.Input<string>;
78
+ }