@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/mnqSqs.js CHANGED
@@ -6,15 +6,15 @@ exports.MnqSqs = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Activate Scaleway Messaging and queuing SQS for a project.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
9
+ * Activate Scaleway Messaging and Queuing SQS in a Project.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
15
15
  * ### Basic
16
16
  *
17
- * Activate SQS for default project
17
+ * Activate SQS in the default Project
18
18
  *
19
19
  * ```typescript
20
20
  * import * as pulumi from "@pulumi/pulumi";
@@ -2,9 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * Creates and manages Scaleway Messaging and queuing SQS Credentials.
6
- * For further information please check
7
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
5
+ * Creates and manages Scaleway Messaging and Queuing SQS credentials.
6
+ * For further information, see
7
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
8
8
  *
9
9
  * ## Example Usage
10
10
  *
@@ -27,7 +27,7 @@ import * as outputs from "./types/output";
27
27
  *
28
28
  * ## Import
29
29
  *
30
- * SQS credentials can be imported using the `{region}/{id}`, e.g.
30
+ * SQS credentials can be imported using `{region}/{id}`, e.g.
31
31
  *
32
32
  * bash
33
33
  *
@@ -56,19 +56,19 @@ export declare class MnqSqsCredentials extends pulumi.CustomResource {
56
56
  */
57
57
  readonly accessKey: pulumi.Output<string>;
58
58
  /**
59
- * The unique name of the sqs credentials.
59
+ * The unique name of the SQS credentials.
60
60
  */
61
61
  readonly name: pulumi.Output<string>;
62
62
  /**
63
- * . List of permissions associated to these credentials. Only one of permissions may be set.
63
+ * . List of permissions associated with these credentials. Only one of the following permissions may be set:
64
64
  */
65
65
  readonly permissions: pulumi.Output<outputs.MnqSqsCredentialsPermissions>;
66
66
  /**
67
- * `projectId`) The ID of the project the sqs is enabled for.
67
+ * `projectId`) The ID of the Project in which SQS is enabled.
68
68
  */
69
69
  readonly projectId: pulumi.Output<string>;
70
70
  /**
71
- * `region`). The region in which sqs is enabled.
71
+ * `region`). The region in which SQS is enabled.
72
72
  */
73
73
  readonly region: pulumi.Output<string>;
74
74
  /**
@@ -93,19 +93,19 @@ export interface MnqSqsCredentialsState {
93
93
  */
94
94
  accessKey?: pulumi.Input<string>;
95
95
  /**
96
- * The unique name of the sqs credentials.
96
+ * The unique name of the SQS credentials.
97
97
  */
98
98
  name?: pulumi.Input<string>;
99
99
  /**
100
- * . List of permissions associated to these credentials. Only one of permissions may be set.
100
+ * . List of permissions associated with these credentials. Only one of the following permissions may be set:
101
101
  */
102
102
  permissions?: pulumi.Input<inputs.MnqSqsCredentialsPermissions>;
103
103
  /**
104
- * `projectId`) The ID of the project the sqs is enabled for.
104
+ * `projectId`) The ID of the Project in which SQS is enabled.
105
105
  */
106
106
  projectId?: pulumi.Input<string>;
107
107
  /**
108
- * `region`). The region in which sqs is enabled.
108
+ * `region`). The region in which SQS is enabled.
109
109
  */
110
110
  region?: pulumi.Input<string>;
111
111
  /**
@@ -118,19 +118,19 @@ export interface MnqSqsCredentialsState {
118
118
  */
119
119
  export interface MnqSqsCredentialsArgs {
120
120
  /**
121
- * The unique name of the sqs credentials.
121
+ * The unique name of the SQS credentials.
122
122
  */
123
123
  name?: pulumi.Input<string>;
124
124
  /**
125
- * . List of permissions associated to these credentials. Only one of permissions may be set.
125
+ * . List of permissions associated with these credentials. Only one of the following permissions may be set:
126
126
  */
127
127
  permissions?: pulumi.Input<inputs.MnqSqsCredentialsPermissions>;
128
128
  /**
129
- * `projectId`) The ID of the project the sqs is enabled for.
129
+ * `projectId`) The ID of the Project in which SQS is enabled.
130
130
  */
131
131
  projectId?: pulumi.Input<string>;
132
132
  /**
133
- * `region`). The region in which sqs is enabled.
133
+ * `region`). The region in which SQS is enabled.
134
134
  */
135
135
  region?: pulumi.Input<string>;
136
136
  }
@@ -6,9 +6,9 @@ exports.MnqSqsCredentials = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Creates and manages Scaleway Messaging and queuing SQS Credentials.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
9
+ * Creates and manages Scaleway Messaging and Queuing SQS credentials.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
31
31
  *
32
32
  * ## Import
33
33
  *
34
- * SQS credentials can be imported using the `{region}/{id}`, e.g.
34
+ * SQS credentials can be imported using `{region}/{id}`, e.g.
35
35
  *
36
36
  * bash
37
37
  *
package/mnqSqsQueue.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Creates and manages Scaleway Messaging and queuing SQS Queues.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/)
3
+ * Creates and manages Scaleway Messaging and Queuing SQS queues.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -66,7 +66,7 @@ export declare class MnqSqsQueue extends pulumi.CustomResource {
66
66
  */
67
67
  readonly messageMaxSize: pulumi.Output<number | undefined>;
68
68
  /**
69
- * The unique name of the sqs queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
69
+ * The unique name of the SQS queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
70
70
  */
71
71
  readonly name: pulumi.Output<string>;
72
72
  /**
@@ -74,7 +74,7 @@ export declare class MnqSqsQueue extends pulumi.CustomResource {
74
74
  */
75
75
  readonly namePrefix: pulumi.Output<string>;
76
76
  /**
77
- * `projectId`) The ID of the project the sqs is enabled for.
77
+ * `projectId`) The ID of the Project in which SQS is enabled.
78
78
  */
79
79
  readonly projectId: pulumi.Output<string>;
80
80
  /**
@@ -82,7 +82,7 @@ export declare class MnqSqsQueue extends pulumi.CustomResource {
82
82
  */
83
83
  readonly receiveWaitTimeSeconds: pulumi.Output<number | undefined>;
84
84
  /**
85
- * `region`). The region in which sqs is enabled.
85
+ * `region`). The region in which SQS is enabled.
86
86
  */
87
87
  readonly region: pulumi.Output<string>;
88
88
  /**
@@ -135,7 +135,7 @@ export interface MnqSqsQueueState {
135
135
  */
136
136
  messageMaxSize?: pulumi.Input<number>;
137
137
  /**
138
- * The unique name of the sqs queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
138
+ * The unique name of the SQS queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
139
139
  */
140
140
  name?: pulumi.Input<string>;
141
141
  /**
@@ -143,7 +143,7 @@ export interface MnqSqsQueueState {
143
143
  */
144
144
  namePrefix?: pulumi.Input<string>;
145
145
  /**
146
- * `projectId`) The ID of the project the sqs is enabled for.
146
+ * `projectId`) The ID of the Project in which SQS is enabled.
147
147
  */
148
148
  projectId?: pulumi.Input<string>;
149
149
  /**
@@ -151,7 +151,7 @@ export interface MnqSqsQueueState {
151
151
  */
152
152
  receiveWaitTimeSeconds?: pulumi.Input<number>;
153
153
  /**
154
- * `region`). The region in which sqs is enabled.
154
+ * `region`). The region in which SQS is enabled.
155
155
  */
156
156
  region?: pulumi.Input<string>;
157
157
  /**
@@ -196,7 +196,7 @@ export interface MnqSqsQueueArgs {
196
196
  */
197
197
  messageMaxSize?: pulumi.Input<number>;
198
198
  /**
199
- * The unique name of the sqs queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
199
+ * The unique name of the SQS queue. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
200
200
  */
201
201
  name?: pulumi.Input<string>;
202
202
  /**
@@ -204,7 +204,7 @@ export interface MnqSqsQueueArgs {
204
204
  */
205
205
  namePrefix?: pulumi.Input<string>;
206
206
  /**
207
- * `projectId`) The ID of the project the sqs is enabled for.
207
+ * `projectId`) The ID of the Project in which SQS is enabled.
208
208
  */
209
209
  projectId?: pulumi.Input<string>;
210
210
  /**
@@ -212,7 +212,7 @@ export interface MnqSqsQueueArgs {
212
212
  */
213
213
  receiveWaitTimeSeconds?: pulumi.Input<number>;
214
214
  /**
215
- * `region`). The region in which sqs is enabled.
215
+ * `region`). The region in which SQS is enabled.
216
216
  */
217
217
  region?: pulumi.Input<string>;
218
218
  /**
package/mnqSqsQueue.js CHANGED
@@ -6,9 +6,9 @@ exports.MnqSqsQueue = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Creates and manages Scaleway Messaging and queuing SQS Queues.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/)
9
+ * Creates and manages Scaleway Messaging and Queuing SQS queues.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -141,7 +141,7 @@ export declare class ObjectBucketAcl extends pulumi.CustomResource {
141
141
  */
142
142
  readonly expectedBucketOwner: pulumi.Output<string | undefined>;
143
143
  /**
144
- * The project_id you want to attach the resource to
144
+ * The projectId you want to attach the resource to
145
145
  */
146
146
  readonly projectId: pulumi.Output<string>;
147
147
  /**
@@ -178,7 +178,7 @@ export interface ObjectBucketAclState {
178
178
  */
179
179
  expectedBucketOwner?: pulumi.Input<string>;
180
180
  /**
181
- * The project_id you want to attach the resource to
181
+ * The projectId you want to attach the resource to
182
182
  */
183
183
  projectId?: pulumi.Input<string>;
184
184
  /**
@@ -207,7 +207,7 @@ export interface ObjectBucketAclArgs {
207
207
  */
208
208
  expectedBucketOwner?: pulumi.Input<string>;
209
209
  /**
210
- * The project_id you want to attach the resource to
210
+ * The projectId you want to attach the resource to
211
211
  */
212
212
  projectId?: pulumi.Input<string>;
213
213
  /**
@@ -75,7 +75,7 @@ export declare class ObjectBucketLockConfiguration extends pulumi.CustomResource
75
75
  */
76
76
  readonly bucket: pulumi.Output<string>;
77
77
  /**
78
- * The project_id you want to attach the resource to
78
+ * The projectId you want to attach the resource to
79
79
  */
80
80
  readonly projectId: pulumi.Output<string>;
81
81
  /**
@@ -104,7 +104,7 @@ export interface ObjectBucketLockConfigurationState {
104
104
  */
105
105
  bucket?: pulumi.Input<string>;
106
106
  /**
107
- * The project_id you want to attach the resource to
107
+ * The projectId you want to attach the resource to
108
108
  */
109
109
  projectId?: pulumi.Input<string>;
110
110
  /**
@@ -125,7 +125,7 @@ export interface ObjectBucketLockConfigurationArgs {
125
125
  */
126
126
  bucket: pulumi.Input<string>;
127
127
  /**
128
- * The project_id you want to attach the resource to
128
+ * The projectId you want to attach the resource to
129
129
  */
130
130
  projectId?: pulumi.Input<string>;
131
131
  /**
@@ -229,7 +229,7 @@ export declare class ObjectBucketPolicy extends pulumi.CustomResource {
229
229
  */
230
230
  readonly policy: pulumi.Output<string>;
231
231
  /**
232
- * The project_id you want to attach the resource to
232
+ * The projectId you want to attach the resource to
233
233
  */
234
234
  readonly projectId: pulumi.Output<string>;
235
235
  /**
@@ -258,7 +258,7 @@ export interface ObjectBucketPolicyState {
258
258
  */
259
259
  policy?: pulumi.Input<string>;
260
260
  /**
261
- * The project_id you want to attach the resource to
261
+ * The projectId you want to attach the resource to
262
262
  */
263
263
  projectId?: pulumi.Input<string>;
264
264
  /**
@@ -279,7 +279,7 @@ export interface ObjectBucketPolicyArgs {
279
279
  */
280
280
  policy: pulumi.Input<string>;
281
281
  /**
282
- * The project_id you want to attach the resource to
282
+ * The projectId you want to attach the resource to
283
283
  */
284
284
  projectId?: pulumi.Input<string>;
285
285
  /**
@@ -98,7 +98,7 @@ export declare class ObjectBucketWebsiteConfiguration extends pulumi.CustomResou
98
98
  */
99
99
  readonly indexDocument: pulumi.Output<outputs.ObjectBucketWebsiteConfigurationIndexDocument>;
100
100
  /**
101
- * The project_id you want to attach the resource to
101
+ * The projectId you want to attach the resource to
102
102
  */
103
103
  readonly projectId: pulumi.Output<string>;
104
104
  /**
@@ -139,7 +139,7 @@ export interface ObjectBucketWebsiteConfigurationState {
139
139
  */
140
140
  indexDocument?: pulumi.Input<inputs.ObjectBucketWebsiteConfigurationIndexDocument>;
141
141
  /**
142
- * The project_id you want to attach the resource to
142
+ * The projectId you want to attach the resource to
143
143
  */
144
144
  projectId?: pulumi.Input<string>;
145
145
  /**
@@ -172,7 +172,7 @@ export interface ObjectBucketWebsiteConfigurationArgs {
172
172
  */
173
173
  indexDocument: pulumi.Input<inputs.ObjectBucketWebsiteConfigurationIndexDocument>;
174
174
  /**
175
- * The project_id you want to attach the resource to
175
+ * The projectId you want to attach the resource to
176
176
  */
177
177
  projectId?: pulumi.Input<string>;
178
178
  /**
package/objectItem.d.ts CHANGED
@@ -70,7 +70,7 @@ export declare class ObjectItem extends pulumi.CustomResource {
70
70
  [key: string]: string;
71
71
  } | undefined>;
72
72
  /**
73
- * The project_id you want to attach the resource to
73
+ * The projectId you want to attach the resource to
74
74
  */
75
75
  readonly projectId: pulumi.Output<string>;
76
76
  /**
@@ -135,7 +135,7 @@ export interface ObjectItemState {
135
135
  [key: string]: pulumi.Input<string>;
136
136
  }>;
137
137
  /**
138
- * The project_id you want to attach the resource to
138
+ * The projectId you want to attach the resource to
139
139
  */
140
140
  projectId?: pulumi.Input<string>;
141
141
  /**
@@ -192,7 +192,7 @@ export interface ObjectItemArgs {
192
192
  [key: string]: pulumi.Input<string>;
193
193
  }>;
194
194
  /**
195
- * The project_id you want to attach the resource to
195
+ * The projectId you want to attach the resource to
196
196
  */
197
197
  projectId?: pulumi.Input<string>;
198
198
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumiverse/scaleway",
3
- "version": "v1.13.0",
3
+ "version": "v1.15.0",
4
4
  "description": "A Pulumi package for creating and managing Scaleway cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource scaleway --server github://api.github.com/pulumiverse v1.13.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource scaleway --server github://api.github.com/pulumiverse v1.15.0"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumiverse/scaleway",
3
- "version": "v1.13.0",
3
+ "version": "v1.15.0",
4
4
  "description": "A Pulumi package for creating and managing Scaleway cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",