@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
@@ -1,8 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Creates and manages Scaleway Messaging and queuing Nats Credentials.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
3
+ * Creates and manages Scaleway Messaging and Queuing NATS credentials.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -18,7 +18,7 @@ import * as pulumi from "@pulumi/pulumi";
18
18
  *
19
19
  * ## Import
20
20
  *
21
- * Namespaces can be imported using the `{region}/{id}`, e.g.
21
+ * Namespaces can be imported using `{region}/{id}`, e.g.
22
22
  *
23
23
  * bash
24
24
  *
@@ -43,7 +43,7 @@ export declare class MnqNatsCredentials extends pulumi.CustomResource {
43
43
  */
44
44
  static isInstance(obj: any): obj is MnqNatsCredentials;
45
45
  /**
46
- * The ID of the nats account the credentials are generated from
46
+ * The ID of the NATS account the credentials are generated from
47
47
  */
48
48
  readonly accountId: pulumi.Output<string>;
49
49
  /**
@@ -51,7 +51,7 @@ export declare class MnqNatsCredentials extends pulumi.CustomResource {
51
51
  */
52
52
  readonly file: pulumi.Output<string>;
53
53
  /**
54
- * The unique name of the nats credentials.
54
+ * The unique name of the NATS credentials.
55
55
  */
56
56
  readonly name: pulumi.Output<string>;
57
57
  /**
@@ -73,7 +73,7 @@ export declare class MnqNatsCredentials extends pulumi.CustomResource {
73
73
  */
74
74
  export interface MnqNatsCredentialsState {
75
75
  /**
76
- * The ID of the nats account the credentials are generated from
76
+ * The ID of the NATS account the credentials are generated from
77
77
  */
78
78
  accountId?: pulumi.Input<string>;
79
79
  /**
@@ -81,7 +81,7 @@ export interface MnqNatsCredentialsState {
81
81
  */
82
82
  file?: pulumi.Input<string>;
83
83
  /**
84
- * The unique name of the nats credentials.
84
+ * The unique name of the NATS credentials.
85
85
  */
86
86
  name?: pulumi.Input<string>;
87
87
  /**
@@ -95,11 +95,11 @@ export interface MnqNatsCredentialsState {
95
95
  */
96
96
  export interface MnqNatsCredentialsArgs {
97
97
  /**
98
- * The ID of the nats account the credentials are generated from
98
+ * The ID of the NATS account the credentials are generated from
99
99
  */
100
100
  accountId: pulumi.Input<string>;
101
101
  /**
102
- * The unique name of the nats credentials.
102
+ * The unique name of the NATS credentials.
103
103
  */
104
104
  name?: pulumi.Input<string>;
105
105
  /**
@@ -6,9 +6,9 @@ exports.MnqNatsCredentials = 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 Nats Credentials.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
9
+ * Creates and manages Scaleway Messaging and Queuing NATS credentials.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -24,7 +24,7 @@ const utilities = require("./utilities");
24
24
  *
25
25
  * ## Import
26
26
  *
27
- * Namespaces can be imported using the `{region}/{id}`, e.g.
27
+ * Namespaces can be imported using `{region}/{id}`, e.g.
28
28
  *
29
29
  * bash
30
30
  *
package/mnqSns.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Activate Scaleway Messaging and queuing SNS for a project.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
3
+ * Activates Scaleway Messaging and Queuing SNS in a Project.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
9
  * ### Basic
10
10
  *
11
- * Activate SNS for default project
11
+ * Activate SNS in the default Project
12
12
  *
13
13
  * ```typescript
14
14
  * import * as pulumi from "@pulumi/pulumi";
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
17
17
  * const main = new scaleway.MnqSns("main", {});
18
18
  * ```
19
19
  *
20
- * Activate SNS for a specific project
20
+ * Activate SNS in a specific Project
21
21
  *
22
22
  * ```typescript
23
23
  * import * as pulumi from "@pulumi/pulumi";
@@ -27,13 +27,13 @@ import * as pulumi from "@pulumi/pulumi";
27
27
  * const project = scaleway.getAccountProject({
28
28
  * name: "default",
29
29
  * });
30
- * // For specific project in default region
30
+ * // For specific Project in default region
31
31
  * const forProject = new scaleway.MnqSns("forProject", {projectId: project.then(project => project.id)});
32
32
  * ```
33
33
  *
34
34
  * ## Import
35
35
  *
36
- * SNS status can be imported using the `{region}/{project_id}`, e.g.
36
+ * SNS status can be imported using `{region}/{project_id}`, e.g.
37
37
  *
38
38
  * bash
39
39
  *
@@ -58,16 +58,16 @@ export declare class MnqSns extends pulumi.CustomResource {
58
58
  */
59
59
  static isInstance(obj: any): obj is MnqSns;
60
60
  /**
61
- * The endpoint of the SNS service for this project.
61
+ * The endpoint of the SNS service for this Project.
62
62
  */
63
63
  readonly endpoint: pulumi.Output<string>;
64
64
  /**
65
- * `projectId`) The ID of the project the sns will be enabled for.
65
+ * `projectId`) The ID of the project in which SNS will be enabled.
66
66
  */
67
67
  readonly projectId: pulumi.Output<string>;
68
68
  /**
69
69
  * `region`). The region
70
- * in which sns will be enabled.
70
+ * in which SNS will be enabled.
71
71
  */
72
72
  readonly region: pulumi.Output<string>;
73
73
  /**
@@ -84,16 +84,16 @@ export declare class MnqSns extends pulumi.CustomResource {
84
84
  */
85
85
  export interface MnqSnsState {
86
86
  /**
87
- * The endpoint of the SNS service for this project.
87
+ * The endpoint of the SNS service for this Project.
88
88
  */
89
89
  endpoint?: pulumi.Input<string>;
90
90
  /**
91
- * `projectId`) The ID of the project the sns will be enabled for.
91
+ * `projectId`) The ID of the project in which SNS will be enabled.
92
92
  */
93
93
  projectId?: pulumi.Input<string>;
94
94
  /**
95
95
  * `region`). The region
96
- * in which sns will be enabled.
96
+ * in which SNS will be enabled.
97
97
  */
98
98
  region?: pulumi.Input<string>;
99
99
  }
@@ -102,12 +102,12 @@ export interface MnqSnsState {
102
102
  */
103
103
  export interface MnqSnsArgs {
104
104
  /**
105
- * `projectId`) The ID of the project the sns will be enabled for.
105
+ * `projectId`) The ID of the project in which SNS will be enabled.
106
106
  */
107
107
  projectId?: pulumi.Input<string>;
108
108
  /**
109
109
  * `region`). The region
110
- * in which sns will be enabled.
110
+ * in which SNS will be enabled.
111
111
  */
112
112
  region?: pulumi.Input<string>;
113
113
  }
package/mnqSns.js CHANGED
@@ -6,15 +6,15 @@ exports.MnqSns = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Activate Scaleway Messaging and queuing SNS for a project.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
9
+ * Activates Scaleway Messaging and Queuing SNS in a Project.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
15
15
  * ### Basic
16
16
  *
17
- * Activate SNS for default project
17
+ * Activate SNS in the default Project
18
18
  *
19
19
  * ```typescript
20
20
  * import * as pulumi from "@pulumi/pulumi";
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
23
23
  * const main = new scaleway.MnqSns("main", {});
24
24
  * ```
25
25
  *
26
- * Activate SNS for a specific project
26
+ * Activate SNS in a specific Project
27
27
  *
28
28
  * ```typescript
29
29
  * import * as pulumi from "@pulumi/pulumi";
@@ -33,13 +33,13 @@ const utilities = require("./utilities");
33
33
  * const project = scaleway.getAccountProject({
34
34
  * name: "default",
35
35
  * });
36
- * // For specific project in default region
36
+ * // For specific Project in default region
37
37
  * const forProject = new scaleway.MnqSns("forProject", {projectId: project.then(project => project.id)});
38
38
  * ```
39
39
  *
40
40
  * ## Import
41
41
  *
42
- * SNS status can be imported using the `{region}/{project_id}`, e.g.
42
+ * SNS status can be imported using `{region}/{project_id}`, e.g.
43
43
  *
44
44
  * bash
45
45
  *
@@ -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 SNS Credentials.
6
- * For further information please check
7
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
5
+ * Creates and manages Scaleway Messaging and Queuing SNS credentials.
6
+ * For further information, see
7
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-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
- * SNS credentials can be imported using the `{region}/{id}`, e.g.
30
+ * SNS credentials can be imported using `{region}/{id}`, e.g.
31
31
  *
32
32
  * bash
33
33
  *
@@ -56,19 +56,19 @@ export declare class MnqSnsCredentials extends pulumi.CustomResource {
56
56
  */
57
57
  readonly accessKey: pulumi.Output<string>;
58
58
  /**
59
- * The unique name of the sns credentials.
59
+ * The unique name of the SNS 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.MnqSnsCredentialsPermissions>;
66
66
  /**
67
- * `projectId`) The ID of the project the sns is enabled for.
67
+ * `projectId`) The ID of the Project in which SNS is enabled.
68
68
  */
69
69
  readonly projectId: pulumi.Output<string>;
70
70
  /**
71
- * `region`). The region in which sns is enabled.
71
+ * `region`). The region in which SNS is enabled.
72
72
  */
73
73
  readonly region: pulumi.Output<string>;
74
74
  /**
@@ -93,19 +93,19 @@ export interface MnqSnsCredentialsState {
93
93
  */
94
94
  accessKey?: pulumi.Input<string>;
95
95
  /**
96
- * The unique name of the sns credentials.
96
+ * The unique name of the SNS 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.MnqSnsCredentialsPermissions>;
103
103
  /**
104
- * `projectId`) The ID of the project the sns is enabled for.
104
+ * `projectId`) The ID of the Project in which SNS is enabled.
105
105
  */
106
106
  projectId?: pulumi.Input<string>;
107
107
  /**
108
- * `region`). The region in which sns is enabled.
108
+ * `region`). The region in which SNS is enabled.
109
109
  */
110
110
  region?: pulumi.Input<string>;
111
111
  /**
@@ -118,19 +118,19 @@ export interface MnqSnsCredentialsState {
118
118
  */
119
119
  export interface MnqSnsCredentialsArgs {
120
120
  /**
121
- * The unique name of the sns credentials.
121
+ * The unique name of the SNS 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.MnqSnsCredentialsPermissions>;
128
128
  /**
129
- * `projectId`) The ID of the project the sns is enabled for.
129
+ * `projectId`) The ID of the Project in which SNS is enabled.
130
130
  */
131
131
  projectId?: pulumi.Input<string>;
132
132
  /**
133
- * `region`). The region in which sns is enabled.
133
+ * `region`). The region in which SNS is enabled.
134
134
  */
135
135
  region?: pulumi.Input<string>;
136
136
  }
@@ -6,9 +6,9 @@ exports.MnqSnsCredentials = 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 SNS Credentials.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
9
+ * Creates and manages Scaleway Messaging and Queuing SNS credentials.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-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
- * SNS credentials can be imported using the `{region}/{id}`, e.g.
34
+ * SNS credentials can be imported using `{region}/{id}`, e.g.
35
35
  *
36
36
  * bash
37
37
  *
package/mnqSnsTopic.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Manage Scaleway Messaging and queuing SNS Topics.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
3
+ * Manage Scaleway Messaging and queuing SNS topics.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-topics/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
28
28
  *
29
29
  * ## Import
30
30
  *
31
- * SNS topic can be imported using the `{region}/{project-id}/{topic-name}`, e.g.
31
+ * SNS topics can be imported using `{region}/{project-id}/{topic-name}`, e.g.
32
32
  *
33
33
  * bash
34
34
  *
@@ -65,11 +65,11 @@ export declare class MnqSnsTopic extends pulumi.CustomResource {
65
65
  */
66
66
  readonly contentBasedDeduplication: pulumi.Output<boolean>;
67
67
  /**
68
- * Whether the topic is a FIFO. If true, the topic name must end with .fifo.
68
+ * Whether the topic is a FIFO topic. If true, the topic name must end with .fifo.
69
69
  */
70
70
  readonly fifoTopic: pulumi.Output<boolean>;
71
71
  /**
72
- * The unique name of the sns topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
72
+ * The unique name of the SNS topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
73
73
  */
74
74
  readonly name: pulumi.Output<string>;
75
75
  /**
@@ -81,12 +81,12 @@ export declare class MnqSnsTopic extends pulumi.CustomResource {
81
81
  */
82
82
  readonly owner: pulumi.Output<string>;
83
83
  /**
84
- * `projectId`) The ID of the project the sns is enabled for.
84
+ * `projectId`) The ID of the Project in which SNS is enabled.
85
85
  */
86
86
  readonly projectId: pulumi.Output<string>;
87
87
  /**
88
88
  * `region`). The region
89
- * in which sns is enabled.
89
+ * in which SNS is enabled.
90
90
  */
91
91
  readonly region: pulumi.Output<string>;
92
92
  /**
@@ -123,11 +123,11 @@ export interface MnqSnsTopicState {
123
123
  */
124
124
  contentBasedDeduplication?: pulumi.Input<boolean>;
125
125
  /**
126
- * Whether the topic is a FIFO. If true, the topic name must end with .fifo.
126
+ * Whether the topic is a FIFO topic. If true, the topic name must end with .fifo.
127
127
  */
128
128
  fifoTopic?: pulumi.Input<boolean>;
129
129
  /**
130
- * The unique name of the sns topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
130
+ * The unique name of the SNS topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
131
131
  */
132
132
  name?: pulumi.Input<string>;
133
133
  /**
@@ -139,12 +139,12 @@ export interface MnqSnsTopicState {
139
139
  */
140
140
  owner?: pulumi.Input<string>;
141
141
  /**
142
- * `projectId`) The ID of the project the sns is enabled for.
142
+ * `projectId`) The ID of the Project in which SNS is enabled.
143
143
  */
144
144
  projectId?: pulumi.Input<string>;
145
145
  /**
146
146
  * `region`). The region
147
- * in which sns is enabled.
147
+ * in which SNS is enabled.
148
148
  */
149
149
  region?: pulumi.Input<string>;
150
150
  /**
@@ -169,11 +169,11 @@ export interface MnqSnsTopicArgs {
169
169
  */
170
170
  contentBasedDeduplication?: pulumi.Input<boolean>;
171
171
  /**
172
- * Whether the topic is a FIFO. If true, the topic name must end with .fifo.
172
+ * Whether the topic is a FIFO topic. If true, the topic name must end with .fifo.
173
173
  */
174
174
  fifoTopic?: pulumi.Input<boolean>;
175
175
  /**
176
- * The unique name of the sns topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
176
+ * The unique name of the SNS topic. Either `name` or `namePrefix` is required. Conflicts with `namePrefix`.
177
177
  */
178
178
  name?: pulumi.Input<string>;
179
179
  /**
@@ -181,12 +181,12 @@ export interface MnqSnsTopicArgs {
181
181
  */
182
182
  namePrefix?: pulumi.Input<string>;
183
183
  /**
184
- * `projectId`) The ID of the project the sns is enabled for.
184
+ * `projectId`) The ID of the Project in which SNS is enabled.
185
185
  */
186
186
  projectId?: pulumi.Input<string>;
187
187
  /**
188
188
  * `region`). The region
189
- * in which sns is enabled.
189
+ * in which SNS is enabled.
190
190
  */
191
191
  region?: pulumi.Input<string>;
192
192
  /**
package/mnqSnsTopic.js CHANGED
@@ -6,9 +6,9 @@ exports.MnqSnsTopic = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Manage Scaleway Messaging and queuing SNS Topics.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
9
+ * Manage Scaleway Messaging and queuing SNS topics.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-topics/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
34
34
  *
35
35
  * ## Import
36
36
  *
37
- * SNS topic can be imported using the `{region}/{project-id}/{topic-name}`, e.g.
37
+ * SNS topics can be imported using `{region}/{project-id}/{topic-name}`, e.g.
38
38
  *
39
39
  * bash
40
40
  *
@@ -1,8 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Manage Scaleway Messaging and queuing SNS Topic Subscriptions.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
3
+ * Manages Scaleway Messaging and Queuing SNS topic subscriptions.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -39,7 +39,7 @@ import * as pulumi from "@pulumi/pulumi";
39
39
  *
40
40
  * ## Import
41
41
  *
42
- * SNS topic subscriptions can be imported using the `{region}/{project-id}/{topic-name}/{subscription-id}`, e.g.
42
+ * SNS topic subscriptions can be imported using `{region}/{project-id}/{topic-name}/{subscription-id}`, e.g.
43
43
  *
44
44
  * bash
45
45
  *
@@ -76,20 +76,20 @@ export declare class MnqSnsTopicSubscription extends pulumi.CustomResource {
76
76
  */
77
77
  readonly endpoint: pulumi.Output<string | undefined>;
78
78
  /**
79
- * `projectId`) The ID of the project the sns is enabled for.
79
+ * `projectId`) The ID of the Project in which SNS is enabled.
80
80
  */
81
81
  readonly projectId: pulumi.Output<string>;
82
82
  /**
83
- * Protocol of the SNS Topic Subscription.
83
+ * Protocol of the SNS topic subscription.
84
84
  */
85
85
  readonly protocol: pulumi.Output<string>;
86
86
  /**
87
- * Activate JSON Redrive Policy.
87
+ * Activate JSON redrive policy.
88
88
  */
89
89
  readonly redrivePolicy: pulumi.Output<boolean>;
90
90
  /**
91
91
  * `region`). The region
92
- * in which sns is enabled.
92
+ * in which SNS is enabled.
93
93
  */
94
94
  readonly region: pulumi.Output<string>;
95
95
  /**
@@ -134,20 +134,20 @@ export interface MnqSnsTopicSubscriptionState {
134
134
  */
135
135
  endpoint?: pulumi.Input<string>;
136
136
  /**
137
- * `projectId`) The ID of the project the sns is enabled for.
137
+ * `projectId`) The ID of the Project in which SNS is enabled.
138
138
  */
139
139
  projectId?: pulumi.Input<string>;
140
140
  /**
141
- * Protocol of the SNS Topic Subscription.
141
+ * Protocol of the SNS topic subscription.
142
142
  */
143
143
  protocol?: pulumi.Input<string>;
144
144
  /**
145
- * Activate JSON Redrive Policy.
145
+ * Activate JSON redrive policy.
146
146
  */
147
147
  redrivePolicy?: pulumi.Input<boolean>;
148
148
  /**
149
149
  * `region`). The region
150
- * in which sns is enabled.
150
+ * in which SNS is enabled.
151
151
  */
152
152
  region?: pulumi.Input<string>;
153
153
  /**
@@ -180,20 +180,20 @@ export interface MnqSnsTopicSubscriptionArgs {
180
180
  */
181
181
  endpoint?: pulumi.Input<string>;
182
182
  /**
183
- * `projectId`) The ID of the project the sns is enabled for.
183
+ * `projectId`) The ID of the Project in which SNS is enabled.
184
184
  */
185
185
  projectId?: pulumi.Input<string>;
186
186
  /**
187
- * Protocol of the SNS Topic Subscription.
187
+ * Protocol of the SNS topic subscription.
188
188
  */
189
189
  protocol: pulumi.Input<string>;
190
190
  /**
191
- * Activate JSON Redrive Policy.
191
+ * Activate JSON redrive policy.
192
192
  */
193
193
  redrivePolicy?: pulumi.Input<boolean>;
194
194
  /**
195
195
  * `region`). The region
196
- * in which sns is enabled.
196
+ * in which SNS is enabled.
197
197
  */
198
198
  region?: pulumi.Input<string>;
199
199
  /**
@@ -6,9 +6,9 @@ exports.MnqSnsTopicSubscription = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Manage Scaleway Messaging and queuing SNS Topic Subscriptions.
10
- * For further information please check
11
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
9
+ * Manages Scaleway Messaging and Queuing SNS topic subscriptions.
10
+ * For further information, see
11
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -45,7 +45,7 @@ const utilities = require("./utilities");
45
45
  *
46
46
  * ## Import
47
47
  *
48
- * SNS topic subscriptions can be imported using the `{region}/{project-id}/{topic-name}/{subscription-id}`, e.g.
48
+ * SNS topic subscriptions can be imported using `{region}/{project-id}/{topic-name}/{subscription-id}`, e.g.
49
49
  *
50
50
  * bash
51
51
  *
package/mnqSqs.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Activate Scaleway Messaging and queuing SQS for a project.
4
- * For further information please check
5
- * our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
3
+ * Activate Scaleway Messaging and Queuing SQS in a Project.
4
+ * For further information, see
5
+ * our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/).
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
9
  * ### Basic
10
10
  *
11
- * Activate SQS for default project
11
+ * Activate SQS in the default Project
12
12
  *
13
13
  * ```typescript
14
14
  * import * as pulumi from "@pulumi/pulumi";
@@ -57,16 +57,16 @@ export declare class MnqSqs extends pulumi.CustomResource {
57
57
  */
58
58
  static isInstance(obj: any): obj is MnqSqs;
59
59
  /**
60
- * The endpoint of the SQS service for this project.
60
+ * The endpoint of the SQS service for this Project.
61
61
  */
62
62
  readonly endpoint: pulumi.Output<string>;
63
63
  /**
64
- * `projectId`) The ID of the project the sqs will be enabled for.
64
+ * `projectId`) The ID of the Project in which SQS will be enabled.
65
65
  */
66
66
  readonly projectId: pulumi.Output<string>;
67
67
  /**
68
68
  * `region`). The region
69
- * in which sqs will be enabled.
69
+ * in which SQS will be enabled.
70
70
  */
71
71
  readonly region: pulumi.Output<string>;
72
72
  /**
@@ -83,16 +83,16 @@ export declare class MnqSqs extends pulumi.CustomResource {
83
83
  */
84
84
  export interface MnqSqsState {
85
85
  /**
86
- * The endpoint of the SQS service for this project.
86
+ * The endpoint of the SQS service for this Project.
87
87
  */
88
88
  endpoint?: pulumi.Input<string>;
89
89
  /**
90
- * `projectId`) The ID of the project the sqs will be enabled for.
90
+ * `projectId`) The ID of the Project in which SQS will be enabled.
91
91
  */
92
92
  projectId?: pulumi.Input<string>;
93
93
  /**
94
94
  * `region`). The region
95
- * in which sqs will be enabled.
95
+ * in which SQS will be enabled.
96
96
  */
97
97
  region?: pulumi.Input<string>;
98
98
  }
@@ -101,12 +101,12 @@ export interface MnqSqsState {
101
101
  */
102
102
  export interface MnqSqsArgs {
103
103
  /**
104
- * `projectId`) The ID of the project the sqs will be enabled for.
104
+ * `projectId`) The ID of the Project in which SQS will be enabled.
105
105
  */
106
106
  projectId?: pulumi.Input<string>;
107
107
  /**
108
108
  * `region`). The region
109
- * in which sqs will be enabled.
109
+ * in which SQS will be enabled.
110
110
  */
111
111
  region?: pulumi.Input<string>;
112
112
  }