@pulumiverse/scaleway 1.13.0 → 1.15.0

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 (294) hide show
  1. package/{appleSliconValleyServer.d.ts → appleSiliconServer.d.ts} +18 -18
  2. package/{appleSliconValleyServer.js → appleSiliconServer.js} +14 -14
  3. package/appleSiliconServer.js.map +1 -0
  4. package/baremetalServer.d.ts +7 -7
  5. package/baremetalServer.js +1 -1
  6. package/blockSnapshot.d.ts +5 -1
  7. package/blockSnapshot.js +5 -1
  8. package/blockSnapshot.js.map +1 -1
  9. package/blockVolume.d.ts +19 -0
  10. package/blockVolume.js +19 -0
  11. package/blockVolume.js.map +1 -1
  12. package/cockpitAlertManager.d.ts +109 -0
  13. package/cockpitAlertManager.js +72 -0
  14. package/cockpitAlertManager.js.map +1 -0
  15. package/container.d.ts +12 -0
  16. package/container.js +2 -0
  17. package/container.js.map +1 -1
  18. package/database.d.ts +17 -9
  19. package/database.js +11 -3
  20. package/database.js.map +1 -1
  21. package/databaseAcl.d.ts +14 -6
  22. package/databaseAcl.js +11 -3
  23. package/databaseAcl.js.map +1 -1
  24. package/databaseBackup.d.ts +21 -12
  25. package/databaseBackup.js +15 -6
  26. package/databaseBackup.js.map +1 -1
  27. package/databaseInstance.d.ts +73 -58
  28. package/databaseInstance.js +30 -12
  29. package/databaseInstance.js.map +1 -1
  30. package/databasePrivilege.d.ts +5 -5
  31. package/databasePrivilege.js +2 -2
  32. package/databaseReadReplica.d.ts +12 -12
  33. package/databaseReadReplica.js +3 -3
  34. package/databaseUser.d.ts +30 -22
  35. package/databaseUser.js +12 -4
  36. package/databaseUser.js.map +1 -1
  37. package/documentdbDatabase.d.ts +11 -4
  38. package/documentdbDatabase.js +8 -1
  39. package/documentdbDatabase.js.map +1 -1
  40. package/documentdbPrivateNetworkEndpoint.d.ts +51 -75
  41. package/documentdbPrivateNetworkEndpoint.js +27 -17
  42. package/documentdbPrivateNetworkEndpoint.js.map +1 -1
  43. package/documentdbPrivilege.d.ts +9 -2
  44. package/documentdbPrivilege.js +9 -2
  45. package/documentdbPrivilege.js.map +1 -1
  46. package/documentdbReadReplica.d.ts +8 -1
  47. package/documentdbReadReplica.js +8 -1
  48. package/documentdbReadReplica.js.map +1 -1
  49. package/documentdbUser.d.ts +8 -1
  50. package/documentdbUser.js +8 -1
  51. package/documentdbUser.js.map +1 -1
  52. package/domainRecord.d.ts +3 -3
  53. package/function.d.ts +15 -12
  54. package/function.js +2 -0
  55. package/function.js.map +1 -1
  56. package/functionTrigger.d.ts +16 -0
  57. package/functionTrigger.js +16 -0
  58. package/functionTrigger.js.map +1 -1
  59. package/getAccountSshKey.d.ts +8 -4
  60. package/getAccountSshKey.js.map +1 -1
  61. package/getBillingConsumptions.d.ts +21 -0
  62. package/getBillingConsumptions.js +6 -0
  63. package/getBillingConsumptions.js.map +1 -1
  64. package/getBillingInvoices.d.ts +2 -2
  65. package/getBillingInvoices.js +2 -2
  66. package/getBlockSnapshot.d.ts +58 -0
  67. package/getBlockSnapshot.js +28 -0
  68. package/getBlockSnapshot.js.map +1 -1
  69. package/getConfig.d.ts +22 -0
  70. package/getConfig.js +17 -0
  71. package/getConfig.js.map +1 -0
  72. package/getContainer.d.ts +4 -0
  73. package/getContainer.js.map +1 -1
  74. package/getDatabase.d.ts +2 -2
  75. package/getDatabase.js +2 -2
  76. package/getDatabaseAcl.d.ts +2 -2
  77. package/getDatabaseAcl.js +2 -2
  78. package/getDatabaseBackup.d.ts +8 -8
  79. package/getDatabaseInstance.d.ts +14 -10
  80. package/getDatabaseInstance.js +6 -2
  81. package/getDatabaseInstance.js.map +1 -1
  82. package/getDatabasePrivilege.d.ts +4 -4
  83. package/getDatabasePrivilege.js +2 -2
  84. package/getFunction.d.ts +1 -0
  85. package/getFunction.js.map +1 -1
  86. package/getIamApiKey.d.ts +68 -0
  87. package/getIamApiKey.js +47 -0
  88. package/getIamApiKey.js.map +1 -0
  89. package/getIamApplication.d.ts +6 -6
  90. package/getIamGroup.d.ts +10 -8
  91. package/getIamGroup.js +6 -4
  92. package/getIamGroup.js.map +1 -1
  93. package/getIamSshKey.d.ts +8 -4
  94. package/getIamSshKey.js.map +1 -1
  95. package/getIamUser.d.ts +10 -8
  96. package/getIamUser.js +2 -4
  97. package/getIamUser.js.map +1 -1
  98. package/getIpamIp.d.ts +19 -15
  99. package/getIpamIp.js +8 -4
  100. package/getIpamIp.js.map +1 -1
  101. package/getIpamIps.d.ts +25 -21
  102. package/getIpamIps.js +6 -2
  103. package/getIpamIps.js.map +1 -1
  104. package/getLbAcls.d.ts +13 -9
  105. package/getLbAcls.js +4 -0
  106. package/getLbAcls.js.map +1 -1
  107. package/getLbBackend.d.ts +12 -10
  108. package/getLbBackend.js +6 -4
  109. package/getLbBackend.js.map +1 -1
  110. package/getLbBackends.d.ts +9 -5
  111. package/getLbBackends.js +4 -0
  112. package/getLbBackends.js.map +1 -1
  113. package/getLbFrontend.d.ts +10 -8
  114. package/getLbFrontend.js +6 -4
  115. package/getLbFrontend.js.map +1 -1
  116. package/getLbFrontends.d.ts +13 -9
  117. package/getLbFrontends.js +6 -2
  118. package/getLbFrontends.js.map +1 -1
  119. package/getLbIps.d.ts +42 -12
  120. package/getLbIps.js +16 -2
  121. package/getLbIps.js.map +1 -1
  122. package/getLbRoute.d.ts +8 -6
  123. package/getLbRoute.js +6 -4
  124. package/getLbRoute.js.map +1 -1
  125. package/getLbRoutes.d.ts +11 -7
  126. package/getLbRoutes.js +6 -2
  127. package/getLbRoutes.js.map +1 -1
  128. package/getLbs.d.ts +18 -14
  129. package/getLbs.js +4 -0
  130. package/getLbs.js.map +1 -1
  131. package/getLoadbalancer.d.ts +14 -10
  132. package/getLoadbalancer.js +4 -0
  133. package/getLoadbalancer.js.map +1 -1
  134. package/getLoadbalancerCertificate.d.ts +12 -12
  135. package/getLoadbalancerCertificate.js +6 -6
  136. package/getLoadbalancerIp.d.ts +14 -6
  137. package/getLoadbalancerIp.js +6 -2
  138. package/getLoadbalancerIp.js.map +1 -1
  139. package/getMarketplaceImage.d.ts +2 -2
  140. package/getMnqSqs.d.ts +7 -7
  141. package/getMnqSqs.js +2 -2
  142. package/getRedisCluster.d.ts +52 -6
  143. package/getRedisCluster.js +6 -2
  144. package/getRedisCluster.js.map +1 -1
  145. package/getRegistryImage.d.ts +6 -6
  146. package/getRegistryImage.js +2 -2
  147. package/getRegistryNamespace.d.ts +4 -4
  148. package/getVpc.d.ts +11 -10
  149. package/getVpc.js.map +1 -1
  150. package/getVpcGatewayNetwork.d.ts +4 -32
  151. package/getVpcGatewayNetwork.js +2 -2
  152. package/getVpcGatewayNetwork.js.map +1 -1
  153. package/getVpcPrivateNetwork.d.ts +12 -12
  154. package/getVpcPrivateNetwork.js +2 -2
  155. package/getVpcPublicGateway.d.ts +9 -10
  156. package/getVpcPublicGateway.js +2 -2
  157. package/getVpcPublicGatewayDhcp.d.ts +2 -2
  158. package/getVpcPublicGatewayDhcp.js +2 -2
  159. package/getVpcPublicGatewayDhcpReservation.d.ts +12 -12
  160. package/getVpcPublicGatewayDhcpReservation.js +6 -6
  161. package/getVpcPublicGatewayIp.d.ts +4 -4
  162. package/getVpcPublicGatewayIp.js +4 -4
  163. package/getVpcPublicPatRule.d.ts +11 -11
  164. package/getVpcPublicPatRule.js +4 -4
  165. package/getVpcRoutes.d.ts +96 -0
  166. package/getVpcRoutes.js +32 -0
  167. package/getVpcRoutes.js.map +1 -0
  168. package/getVpcs.d.ts +11 -11
  169. package/iamApiKey.d.ts +44 -33
  170. package/iamApiKey.js +16 -2
  171. package/iamApiKey.js.map +1 -1
  172. package/iamApplication.d.ts +1 -1
  173. package/iamApplication.js +1 -1
  174. package/iamGroup.d.ts +1 -1
  175. package/iamGroup.js +1 -1
  176. package/iamGroupMembership.d.ts +4 -4
  177. package/iamGroupMembership.js +1 -1
  178. package/iamPolicy.d.ts +22 -22
  179. package/iamPolicy.js +1 -1
  180. package/iamSshKey.d.ts +1 -2
  181. package/iamSshKey.js +1 -2
  182. package/iamSshKey.js.map +1 -1
  183. package/iamUser.d.ts +10 -10
  184. package/index.d.ts +15 -3
  185. package/index.js +25 -11
  186. package/index.js.map +1 -1
  187. package/instanceImage.d.ts +1 -1
  188. package/instanceImage.js +1 -1
  189. package/instanceIp.d.ts +1 -1
  190. package/instanceIp.js +1 -1
  191. package/instanceIpReverseDns.d.ts +1 -1
  192. package/instanceIpReverseDns.js +1 -1
  193. package/instancePlacementGroup.d.ts +7 -7
  194. package/instancePlacementGroup.js +1 -1
  195. package/instancePrivateNic.d.ts +1 -1
  196. package/instancePrivateNic.js +1 -1
  197. package/instanceSecurityGroupRules.d.ts +1 -1
  198. package/instanceSecurityGroupRules.js +1 -1
  199. package/instanceServer.d.ts +19 -19
  200. package/instanceServer.js +1 -1
  201. package/instanceSnapshot.d.ts +1 -1
  202. package/instanceSnapshot.js +1 -1
  203. package/instanceUserData.d.ts +2 -2
  204. package/instanceUserData.js +2 -2
  205. package/instanceVolume.d.ts +2 -2
  206. package/instanceVolume.js +2 -2
  207. package/iotHub.d.ts +2 -2
  208. package/ipamIp.d.ts +14 -12
  209. package/ipamIp.js +6 -4
  210. package/ipamIp.js.map +1 -1
  211. package/ipamIpReverseDns.d.ts +4 -2
  212. package/ipamIpReverseDns.js +4 -2
  213. package/ipamIpReverseDns.js.map +1 -1
  214. package/kubernetesCluster.d.ts +19 -22
  215. package/kubernetesCluster.js +19 -22
  216. package/kubernetesCluster.js.map +1 -1
  217. package/kubernetesNodePool.d.ts +3 -3
  218. package/loadbalancer.d.ts +102 -43
  219. package/loadbalancer.js +63 -4
  220. package/loadbalancer.js.map +1 -1
  221. package/loadbalancerAcl.d.ts +10 -8
  222. package/loadbalancerAcl.js +4 -2
  223. package/loadbalancerAcl.js.map +1 -1
  224. package/loadbalancerBackend.d.ts +10 -9
  225. package/loadbalancerBackend.js +4 -3
  226. package/loadbalancerBackend.js.map +1 -1
  227. package/loadbalancerFrontend.d.ts +27 -25
  228. package/loadbalancerFrontend.js +4 -2
  229. package/loadbalancerFrontend.js.map +1 -1
  230. package/loadbalancerIp.d.ts +28 -15
  231. package/loadbalancerIp.js +6 -3
  232. package/loadbalancerIp.js.map +1 -1
  233. package/loadbalancerRoute.d.ts +14 -13
  234. package/loadbalancerRoute.js +4 -3
  235. package/loadbalancerRoute.js.map +1 -1
  236. package/mnqNatsAccount.d.ts +11 -11
  237. package/mnqNatsAccount.js +5 -5
  238. package/mnqNatsCredentials.d.ts +10 -10
  239. package/mnqNatsCredentials.js +4 -4
  240. package/mnqSns.d.ts +15 -15
  241. package/mnqSns.js +7 -7
  242. package/mnqSnsCredentials.d.ts +16 -16
  243. package/mnqSnsCredentials.js +4 -4
  244. package/mnqSnsTopic.d.ts +16 -16
  245. package/mnqSnsTopic.js +4 -4
  246. package/mnqSnsTopicSubscription.d.ts +16 -16
  247. package/mnqSnsTopicSubscription.js +4 -4
  248. package/mnqSqs.d.ts +12 -12
  249. package/mnqSqs.js +4 -4
  250. package/mnqSqsCredentials.d.ts +16 -16
  251. package/mnqSqsCredentials.js +4 -4
  252. package/mnqSqsQueue.d.ts +12 -12
  253. package/mnqSqsQueue.js +3 -3
  254. package/objectBucketAcl.d.ts +3 -3
  255. package/objectBucketLockConfiguration.d.ts +3 -3
  256. package/objectBucketPolicy.d.ts +3 -3
  257. package/objectBucketWebsiteConfiguration.d.ts +3 -3
  258. package/objectItem.d.ts +3 -3
  259. package/package.json +2 -2
  260. package/package.json.dev +1 -1
  261. package/redisCluster.d.ts +68 -68
  262. package/redisCluster.js +4 -4
  263. package/registryNamespace.d.ts +3 -3
  264. package/registryNamespace.js +1 -1
  265. package/sdbDatabase.d.ts +3 -3
  266. package/temDomain.d.ts +4 -4
  267. package/temDomain.js +1 -1
  268. package/temDomainValidation.d.ts +2 -1
  269. package/temDomainValidation.js +2 -1
  270. package/temDomainValidation.js.map +1 -1
  271. package/types/input.d.ts +119 -73
  272. package/types/output.d.ts +275 -173
  273. package/vpc.d.ts +43 -13
  274. package/vpc.js +22 -2
  275. package/vpc.js.map +1 -1
  276. package/vpcGatewayNetwork.d.ts +39 -38
  277. package/vpcGatewayNetwork.js +9 -8
  278. package/vpcGatewayNetwork.js.map +1 -1
  279. package/vpcPrivateNetwork.d.ts +28 -28
  280. package/vpcPrivateNetwork.js +2 -2
  281. package/vpcPublicGateway.d.ts +44 -30
  282. package/vpcPublicGateway.js +7 -3
  283. package/vpcPublicGateway.js.map +1 -1
  284. package/vpcPublicGatewayDhcp.d.ts +26 -26
  285. package/vpcPublicGatewayDhcp.js +2 -2
  286. package/vpcPublicGatewayDhcpReservation.d.ts +19 -19
  287. package/vpcPublicGatewayDhcpReservation.js +5 -5
  288. package/vpcPublicGatewayIp.d.ts +18 -18
  289. package/vpcPublicGatewayIp.js +3 -3
  290. package/vpcPublicGatewayIpReverseDns.d.ts +6 -6
  291. package/vpcPublicGatewayIpReverseDns.js +3 -3
  292. package/vpcPublicGatewayPatRule.d.ts +27 -27
  293. package/vpcPublicGatewayPatRule.js +3 -3
  294. package/appleSliconValleyServer.js.map +0 -1
package/getVpc.d.ts CHANGED
@@ -25,24 +25,24 @@ export declare function getVpc(args?: GetVpcArgs, opts?: pulumi.InvokeOptions):
25
25
  */
26
26
  export interface GetVpcArgs {
27
27
  /**
28
- * To get default VPC's information.
28
+ * Whether the targeted VPC is the default VPC.
29
29
  */
30
30
  isDefault?: boolean;
31
31
  /**
32
- * Name of the VPC. One of `name` and `vpcId` should be specified.
32
+ * Name of the VPC. A maximum of one of `name` and `vpcId` should be specified.
33
33
  */
34
34
  name?: string;
35
35
  /**
36
- * The ID of the organization the VPC is associated with.
36
+ * The ID of the Organization the VPC is associated with.
37
37
  */
38
38
  organizationId?: string;
39
39
  /**
40
- * `projectId`) The ID of the project the VPC is associated with.
40
+ * `projectId`) The ID of the Project the VPC is associated with.
41
41
  */
42
42
  projectId?: string;
43
43
  region?: string;
44
44
  /**
45
- * ID of the VPC. One of `name` and `vpcId` should be specified.
45
+ * ID of the VPC. A maximum of one of `name` and `vpcId` should be specified.
46
46
  */
47
47
  vpcId?: string;
48
48
  }
@@ -51,6 +51,7 @@ export interface GetVpcArgs {
51
51
  */
52
52
  export interface GetVpcResult {
53
53
  readonly createdAt: string;
54
+ readonly enableRouting: boolean;
54
55
  /**
55
56
  * The provider-assigned unique ID for this managed resource.
56
57
  */
@@ -90,24 +91,24 @@ export declare function getVpcOutput(args?: GetVpcOutputArgs, opts?: pulumi.Invo
90
91
  */
91
92
  export interface GetVpcOutputArgs {
92
93
  /**
93
- * To get default VPC's information.
94
+ * Whether the targeted VPC is the default VPC.
94
95
  */
95
96
  isDefault?: pulumi.Input<boolean>;
96
97
  /**
97
- * Name of the VPC. One of `name` and `vpcId` should be specified.
98
+ * Name of the VPC. A maximum of one of `name` and `vpcId` should be specified.
98
99
  */
99
100
  name?: pulumi.Input<string>;
100
101
  /**
101
- * The ID of the organization the VPC is associated with.
102
+ * The ID of the Organization the VPC is associated with.
102
103
  */
103
104
  organizationId?: pulumi.Input<string>;
104
105
  /**
105
- * `projectId`) The ID of the project the VPC is associated with.
106
+ * `projectId`) The ID of the Project the VPC is associated with.
106
107
  */
107
108
  projectId?: pulumi.Input<string>;
108
109
  region?: pulumi.Input<string>;
109
110
  /**
110
- * ID of the VPC. One of `name` and `vpcId` should be specified.
111
+ * ID of the VPC. A maximum of one of `name` and `vpcId` should be specified.
111
112
  */
112
113
  vpcId?: pulumi.Input<string>;
113
114
  }
package/getVpc.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;AA+CD;;;;;;;;;;;;;;;;;;;GAmBG;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
+ {"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;AAgDD;;;;;;;;;;;;;;;;;;;GAmBG;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,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * Gets information about a gateway network.
4
+ * Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network).
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -31,27 +31,13 @@ export declare function getVpcGatewayNetwork(args?: GetVpcGatewayNetworkArgs, op
31
31
  * A collection of arguments for invoking getVpcGatewayNetwork.
32
32
  */
33
33
  export interface GetVpcGatewayNetworkArgs {
34
- /**
35
- * ID of the public gateway DHCP config
36
- */
37
34
  dhcpId?: string;
38
- /**
39
- * If masquerade is enabled on requested network
40
- */
41
35
  enableMasquerade?: boolean;
42
- /**
43
- * ID of the public gateway the gateway network is linked to
44
- */
45
36
  gatewayId?: string;
46
37
  /**
47
- * ID of the gateway network.
48
- *
49
- * > Only one of `gatewayNetworkId` or filters should be specified. You can use all the filters you want.
38
+ * ID of the GatewayNetwork.
50
39
  */
51
40
  gatewayNetworkId?: string;
52
- /**
53
- * ID of the private network the gateway network is linked to
54
- */
55
41
  privateNetworkId?: string;
56
42
  }
57
43
  /**
@@ -78,7 +64,7 @@ export interface GetVpcGatewayNetworkResult {
78
64
  readonly zone: string;
79
65
  }
80
66
  /**
81
- * Gets information about a gateway network.
67
+ * Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network).
82
68
  *
83
69
  * ## Example Usage
84
70
  *
@@ -108,26 +94,12 @@ export declare function getVpcGatewayNetworkOutput(args?: GetVpcGatewayNetworkOu
108
94
  * A collection of arguments for invoking getVpcGatewayNetwork.
109
95
  */
110
96
  export interface GetVpcGatewayNetworkOutputArgs {
111
- /**
112
- * ID of the public gateway DHCP config
113
- */
114
97
  dhcpId?: pulumi.Input<string>;
115
- /**
116
- * If masquerade is enabled on requested network
117
- */
118
98
  enableMasquerade?: pulumi.Input<boolean>;
119
- /**
120
- * ID of the public gateway the gateway network is linked to
121
- */
122
99
  gatewayId?: pulumi.Input<string>;
123
100
  /**
124
- * ID of the gateway network.
125
- *
126
- * > Only one of `gatewayNetworkId` or filters should be specified. You can use all the filters you want.
101
+ * ID of the GatewayNetwork.
127
102
  */
128
103
  gatewayNetworkId?: pulumi.Input<string>;
129
- /**
130
- * ID of the private network the gateway network is linked to
131
- */
132
104
  privateNetworkId?: pulumi.Input<string>;
133
105
  }
@@ -6,7 +6,7 @@ exports.getVpcGatewayNetworkOutput = exports.getVpcGatewayNetwork = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a gateway network.
9
+ * Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network).
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -44,7 +44,7 @@ function getVpcGatewayNetwork(args, opts) {
44
44
  }
45
45
  exports.getVpcGatewayNetwork = getVpcGatewayNetwork;
46
46
  /**
47
- * Gets information about a gateway network.
47
+ * Gets information about a GatewayNetwork (a connection between a Public Gateway and a Private Network).
48
48
  *
49
49
  * ## Example Usage
50
50
  *
@@ -1 +1 @@
1
- {"version":3,"file":"getVpcGatewayNetwork.js","sourceRoot":"","sources":["../getVpcGatewayNetwork.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAqDD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
1
+ {"version":3,"file":"getVpcGatewayNetwork.js","sourceRoot":"","sources":["../getVpcGatewayNetwork.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * Gets information about a private network.
4
+ * Gets information about a Private Network.
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -27,20 +27,20 @@ export declare function getVpcPrivateNetwork(args?: GetVpcPrivateNetworkArgs, op
27
27
  */
28
28
  export interface GetVpcPrivateNetworkArgs {
29
29
  /**
30
- * Name of the private network. Cannot be used with `privateNetworkId`.
30
+ * Name of the Private Network. Cannot be used with `privateNetworkId`.
31
31
  */
32
32
  name?: string;
33
33
  /**
34
- * ID of the private network. Cannot be used with `name` and `vpcId`.
34
+ * ID of the Private Network. Cannot be used with `name` or `vpcId`.
35
35
  */
36
36
  privateNetworkId?: string;
37
37
  /**
38
- * The ID of the project the private network is associated with.
38
+ * The ID of the Project the Private Network is associated with.
39
39
  */
40
40
  projectId?: string;
41
41
  region?: string;
42
42
  /**
43
- * ID of the VPC in which the private network is. Cannot be used with `privateNetworkId`.
43
+ * ID of the VPC the Private Network is in. Cannot be used with `privateNetworkId`.
44
44
  */
45
45
  vpcId?: string;
46
46
  }
@@ -54,11 +54,11 @@ export interface GetVpcPrivateNetworkResult {
54
54
  */
55
55
  readonly id: string;
56
56
  /**
57
- * The IPv4 subnet associated with the private network.
57
+ * The IPv4 subnet associated with the Private Network.
58
58
  */
59
59
  readonly ipv4Subnets: outputs.GetVpcPrivateNetworkIpv4Subnet[];
60
60
  /**
61
- * The IPv6 subnets associated with the private network.
61
+ * The IPv6 subnets associated with the Private Network.
62
62
  */
63
63
  readonly ipv6Subnets: outputs.GetVpcPrivateNetworkIpv6Subnet[];
64
64
  readonly isRegional: boolean;
@@ -73,7 +73,7 @@ export interface GetVpcPrivateNetworkResult {
73
73
  readonly zone: string;
74
74
  }
75
75
  /**
76
- * Gets information about a private network.
76
+ * Gets information about a Private Network.
77
77
  *
78
78
  * ## Example Usage
79
79
  *
@@ -99,20 +99,20 @@ export declare function getVpcPrivateNetworkOutput(args?: GetVpcPrivateNetworkOu
99
99
  */
100
100
  export interface GetVpcPrivateNetworkOutputArgs {
101
101
  /**
102
- * Name of the private network. Cannot be used with `privateNetworkId`.
102
+ * Name of the Private Network. Cannot be used with `privateNetworkId`.
103
103
  */
104
104
  name?: pulumi.Input<string>;
105
105
  /**
106
- * ID of the private network. Cannot be used with `name` and `vpcId`.
106
+ * ID of the Private Network. Cannot be used with `name` or `vpcId`.
107
107
  */
108
108
  privateNetworkId?: pulumi.Input<string>;
109
109
  /**
110
- * The ID of the project the private network is associated with.
110
+ * The ID of the Project the Private Network is associated with.
111
111
  */
112
112
  projectId?: pulumi.Input<string>;
113
113
  region?: pulumi.Input<string>;
114
114
  /**
115
- * ID of the VPC in which the private network is. Cannot be used with `privateNetworkId`.
115
+ * ID of the VPC the Private Network is in. Cannot be used with `privateNetworkId`.
116
116
  */
117
117
  vpcId?: pulumi.Input<string>;
118
118
  }
@@ -6,7 +6,7 @@ exports.getVpcPrivateNetworkOutput = exports.getVpcPrivateNetwork = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a private network.
9
+ * Gets information about a Private Network.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -39,7 +39,7 @@ function getVpcPrivateNetwork(args, opts) {
39
39
  }
40
40
  exports.getVpcPrivateNetwork = getVpcPrivateNetwork;
41
41
  /**
42
- * Gets information about a private network.
42
+ * Gets information about a Private Network.
43
43
  *
44
44
  * ## Example Usage
45
45
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets information about a public gateway.
3
+ * Gets information about a Public Gateway.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -28,17 +28,16 @@ export declare function getVpcPublicGateway(args?: GetVpcPublicGatewayArgs, opts
28
28
  */
29
29
  export interface GetVpcPublicGatewayArgs {
30
30
  /**
31
- * Exact name of the public gateway.
31
+ * Exact name of the Public Gateway.
32
32
  */
33
33
  name?: string;
34
34
  /**
35
- * The ID of the project the public gateway is associated with.
35
+ * The ID of the Project the Public Gateway is associated with.
36
36
  */
37
37
  projectId?: string;
38
38
  publicGatewayId?: string;
39
39
  /**
40
- * `zone`) The zone in which
41
- * the public gateway should be created.
40
+ * `zone`) The Public Gateway's zone.
42
41
  */
43
42
  zone?: string;
44
43
  }
@@ -59,6 +58,7 @@ export interface GetVpcPublicGatewayResult {
59
58
  readonly organizationId: string;
60
59
  readonly projectId?: string;
61
60
  readonly publicGatewayId?: string;
61
+ readonly refreshSshKeys: string;
62
62
  readonly status: string;
63
63
  readonly tags: string[];
64
64
  readonly type: string;
@@ -67,7 +67,7 @@ export interface GetVpcPublicGatewayResult {
67
67
  readonly zone?: string;
68
68
  }
69
69
  /**
70
- * Gets information about a public gateway.
70
+ * Gets information about a Public Gateway.
71
71
  *
72
72
  * ## Example Usage
73
73
  *
@@ -95,17 +95,16 @@ export declare function getVpcPublicGatewayOutput(args?: GetVpcPublicGatewayOutp
95
95
  */
96
96
  export interface GetVpcPublicGatewayOutputArgs {
97
97
  /**
98
- * Exact name of the public gateway.
98
+ * Exact name of the Public Gateway.
99
99
  */
100
100
  name?: pulumi.Input<string>;
101
101
  /**
102
- * The ID of the project the public gateway is associated with.
102
+ * The ID of the Project the Public Gateway is associated with.
103
103
  */
104
104
  projectId?: pulumi.Input<string>;
105
105
  publicGatewayId?: pulumi.Input<string>;
106
106
  /**
107
- * `zone`) The zone in which
108
- * the public gateway should be created.
107
+ * `zone`) The Public Gateway's zone.
109
108
  */
110
109
  zone?: pulumi.Input<string>;
111
110
  }
@@ -6,7 +6,7 @@ exports.getVpcPublicGatewayOutput = exports.getVpcPublicGateway = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a public gateway.
9
+ * Gets information about a Public Gateway.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -40,7 +40,7 @@ function getVpcPublicGateway(args, opts) {
40
40
  }
41
41
  exports.getVpcPublicGateway = getVpcPublicGateway;
42
42
  /**
43
- * Gets information about a public gateway.
43
+ * Gets information about a Public Gateway.
44
44
  *
45
45
  * ## Example Usage
46
46
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets information about a public gateway DHCP.
3
+ * Gets information about a Public Gateway DHCP configuration.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -51,7 +51,7 @@ export interface GetVpcPublicGatewayDhcpResult {
51
51
  readonly zone: string;
52
52
  }
53
53
  /**
54
- * Gets information about a public gateway DHCP.
54
+ * Gets information about a Public Gateway DHCP configuration.
55
55
  *
56
56
  * ## Example Usage
57
57
  *
@@ -6,7 +6,7 @@ exports.getVpcPublicGatewayDhcpOutput = exports.getVpcPublicGatewayDhcp = void 0
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a public gateway DHCP.
9
+ * Gets information about a Public Gateway DHCP configuration.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -29,7 +29,7 @@ function getVpcPublicGatewayDhcp(args, opts) {
29
29
  }
30
30
  exports.getVpcPublicGatewayDhcp = getVpcPublicGatewayDhcp;
31
31
  /**
32
- * Gets information about a public gateway DHCP.
32
+ * Gets information about a Public Gateway DHCP configuration.
33
33
  *
34
34
  * ## Example Usage
35
35
  *
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets information about a dhcp entries. For further information please check the
4
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-entries-e40fb6)
3
+ * Gets information about a DHCP entry. For further information, please see the
4
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries)/
5
5
  *
6
6
  * ## Example Dynamic
7
7
  *
@@ -40,7 +40,7 @@ import * as pulumi from "@pulumi/pulumi";
40
40
  * });
41
41
  * ```
42
42
  *
43
- * ## Example Static and PAT rule
43
+ * ## Example Static and PAT Rule
44
44
  *
45
45
  * ```typescript
46
46
  * import * as pulumi from "@pulumi/pulumi";
@@ -113,15 +113,15 @@ export interface GetVpcPublicGatewayDhcpReservationArgs {
113
113
  */
114
114
  macAddress?: string;
115
115
  /**
116
- * The ID of the Reservation to retrieve.
116
+ * The ID of the reservation (DHCP entry) to retrieve.
117
117
  */
118
118
  reservationId?: string;
119
119
  /**
120
- * Boolean to wait for macAddress to exist in dhcp.
120
+ * Whether to wait for `macAddress` to exist in DHCP.
121
121
  */
122
122
  waitForDhcp?: boolean;
123
123
  /**
124
- * `zone`) The zone in which the image exists.
124
+ * `zone`). The zone in which the reservation exists.
125
125
  */
126
126
  zone?: string;
127
127
  }
@@ -145,8 +145,8 @@ export interface GetVpcPublicGatewayDhcpReservationResult {
145
145
  readonly zone?: string;
146
146
  }
147
147
  /**
148
- * Gets information about a dhcp entries. For further information please check the
149
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-entries-e40fb6)
148
+ * Gets information about a DHCP entry. For further information, please see the
149
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries)/
150
150
  *
151
151
  * ## Example Dynamic
152
152
  *
@@ -185,7 +185,7 @@ export interface GetVpcPublicGatewayDhcpReservationResult {
185
185
  * });
186
186
  * ```
187
187
  *
188
- * ## Example Static and PAT rule
188
+ * ## Example Static and PAT Rule
189
189
  *
190
190
  * ```typescript
191
191
  * import * as pulumi from "@pulumi/pulumi";
@@ -258,15 +258,15 @@ export interface GetVpcPublicGatewayDhcpReservationOutputArgs {
258
258
  */
259
259
  macAddress?: pulumi.Input<string>;
260
260
  /**
261
- * The ID of the Reservation to retrieve.
261
+ * The ID of the reservation (DHCP entry) to retrieve.
262
262
  */
263
263
  reservationId?: pulumi.Input<string>;
264
264
  /**
265
- * Boolean to wait for macAddress to exist in dhcp.
265
+ * Whether to wait for `macAddress` to exist in DHCP.
266
266
  */
267
267
  waitForDhcp?: pulumi.Input<boolean>;
268
268
  /**
269
- * `zone`) The zone in which the image exists.
269
+ * `zone`). The zone in which the reservation exists.
270
270
  */
271
271
  zone?: pulumi.Input<string>;
272
272
  }
@@ -6,8 +6,8 @@ exports.getVpcPublicGatewayDhcpReservationOutput = exports.getVpcPublicGatewayDh
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a dhcp entries. For further information please check the
10
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-entries-e40fb6)
9
+ * Gets information about a DHCP entry. For further information, please see the
10
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries)/
11
11
  *
12
12
  * ## Example Dynamic
13
13
  *
@@ -46,7 +46,7 @@ const utilities = require("./utilities");
46
46
  * });
47
47
  * ```
48
48
  *
49
- * ## Example Static and PAT rule
49
+ * ## Example Static and PAT Rule
50
50
  *
51
51
  * ```typescript
52
52
  * import * as pulumi from "@pulumi/pulumi";
@@ -116,8 +116,8 @@ function getVpcPublicGatewayDhcpReservation(args, opts) {
116
116
  }
117
117
  exports.getVpcPublicGatewayDhcpReservation = getVpcPublicGatewayDhcpReservation;
118
118
  /**
119
- * Gets information about a dhcp entries. For further information please check the
120
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#dhcp-entries-e40fb6)
119
+ * Gets information about a DHCP entry. For further information, please see the
120
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries)/
121
121
  *
122
122
  * ## Example Dynamic
123
123
  *
@@ -156,7 +156,7 @@ exports.getVpcPublicGatewayDhcpReservation = getVpcPublicGatewayDhcpReservation;
156
156
  * });
157
157
  * ```
158
158
  *
159
- * ## Example Static and PAT rule
159
+ * ## Example Static and PAT Rule
160
160
  *
161
161
  * ```typescript
162
162
  * import * as pulumi from "@pulumi/pulumi";
@@ -1,8 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets information about a public gateway IP.
3
+ * Gets information about a Public Gateway public flexible IP address.
4
4
  *
5
- * For further information please check the API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-66f0c0)
5
+ * For further information, please see the API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -43,9 +43,9 @@ export interface GetVpcPublicGatewayIpResult {
43
43
  readonly zone: string;
44
44
  }
45
45
  /**
46
- * Gets information about a public gateway IP.
46
+ * Gets information about a Public Gateway public flexible IP address.
47
47
  *
48
- * For further information please check the API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-66f0c0)
48
+ * For further information, please see the API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
49
49
  *
50
50
  * ## Example Usage
51
51
  *
@@ -6,9 +6,9 @@ exports.getVpcPublicGatewayIpOutput = exports.getVpcPublicGatewayIp = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a public gateway IP.
9
+ * Gets information about a Public Gateway public flexible IP address.
10
10
  *
11
- * For further information please check the API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-66f0c0)
11
+ * For further information, please see the API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -32,9 +32,9 @@ function getVpcPublicGatewayIp(args, opts) {
32
32
  }
33
33
  exports.getVpcPublicGatewayIp = getVpcPublicGatewayIp;
34
34
  /**
35
- * Gets information about a public gateway IP.
35
+ * Gets information about a Public Gateway public flexible IP address.
36
36
  *
37
- * For further information please check the API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-66f0c0)
37
+ * For further information, please see the API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-ips-list-ips).
38
38
  *
39
39
  * ## Example Usage
40
40
  *
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets information about a public gateway PAT rule. For further information please check the
4
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
3
+ * Gets information about a Public Gateway PAT rule. For further information, please see the
4
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -70,7 +70,7 @@ export interface GetVpcPublicPatRuleArgs {
70
70
  patRuleId: string;
71
71
  /**
72
72
  * `zone`) The zone in which
73
- * the image exists.
73
+ * the rule exists.
74
74
  */
75
75
  zone?: string;
76
76
  }
@@ -80,7 +80,7 @@ export interface GetVpcPublicPatRuleArgs {
80
80
  export interface GetVpcPublicPatRuleResult {
81
81
  readonly createdAt: string;
82
82
  /**
83
- * The ID of the public gateway.
83
+ * The ID of the Public Gateway.
84
84
  */
85
85
  readonly gatewayId: string;
86
86
  /**
@@ -90,27 +90,27 @@ export interface GetVpcPublicPatRuleResult {
90
90
  readonly organizationId: string;
91
91
  readonly patRuleId: string;
92
92
  /**
93
- * The Private IP to forward data to (IP address).
93
+ * The private IP address to forward data to.
94
94
  */
95
95
  readonly privateIp: string;
96
96
  /**
97
- * The Private port to translate to.
97
+ * The private port to translate to.
98
98
  */
99
99
  readonly privatePort: number;
100
100
  /**
101
- * The Protocol the rule should apply to. Possible values are both, tcp and udp.
101
+ * The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
102
102
  */
103
103
  readonly protocol: string;
104
104
  /**
105
- * The Public port to listen on.
105
+ * The public port to listen on.
106
106
  */
107
107
  readonly publicPort: number;
108
108
  readonly updatedAt: string;
109
109
  readonly zone?: string;
110
110
  }
111
111
  /**
112
- * Gets information about a public gateway PAT rule. For further information please check the
113
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
112
+ * Gets information about a Public Gateway PAT rule. For further information, please see the
113
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
114
114
  *
115
115
  * ## Example Usage
116
116
  *
@@ -179,7 +179,7 @@ export interface GetVpcPublicPatRuleOutputArgs {
179
179
  patRuleId: pulumi.Input<string>;
180
180
  /**
181
181
  * `zone`) The zone in which
182
- * the image exists.
182
+ * the rule exists.
183
183
  */
184
184
  zone?: pulumi.Input<string>;
185
185
  }
@@ -6,8 +6,8 @@ exports.getVpcPublicPatRuleOutput = exports.getVpcPublicPatRule = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets information about a public gateway PAT rule. For further information please check the
10
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
9
+ * Gets information about a Public Gateway PAT rule. For further information, please see the
10
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
11
11
  *
12
12
  * ## Example Usage
13
13
  *
@@ -74,8 +74,8 @@ function getVpcPublicPatRule(args, opts) {
74
74
  }
75
75
  exports.getVpcPublicPatRule = getVpcPublicPatRule;
76
76
  /**
77
- * Gets information about a public gateway PAT rule. For further information please check the
78
- * API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
77
+ * Gets information about a Public Gateway PAT rule. For further information, please see the
78
+ * API [documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-pat-rules-list-pat-rules).
79
79
  *
80
80
  * ## Example Usage
81
81
  *