@pulumiverse/scaleway 1.39.0-alpha.1763626583 → 1.39.0-alpha.1764841480

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 (84) hide show
  1. package/audittrail/getEvent.d.ts +266 -0
  2. package/audittrail/getEvent.js +142 -0
  3. package/audittrail/getEvent.js.map +1 -0
  4. package/audittrail/index.d.ts +3 -0
  5. package/audittrail/index.js +10 -0
  6. package/audittrail/index.js.map +1 -0
  7. package/baremetalServer.d.ts +74 -0
  8. package/baremetalServer.js +64 -0
  9. package/baremetalServer.js.map +1 -1
  10. package/block/snapshot.d.ts +39 -0
  11. package/block/snapshot.js +39 -0
  12. package/block/snapshot.js.map +1 -1
  13. package/blockSnapshot.d.ts +39 -0
  14. package/blockSnapshot.js +39 -0
  15. package/blockSnapshot.js.map +1 -1
  16. package/edgeServicesCacheStage.d.ts +14 -0
  17. package/edgeServicesCacheStage.js +14 -0
  18. package/edgeServicesCacheStage.js.map +1 -1
  19. package/elasticmetal/getServer.d.ts +1 -0
  20. package/elasticmetal/getServer.js.map +1 -1
  21. package/elasticmetal/server.d.ts +74 -0
  22. package/elasticmetal/server.js +64 -0
  23. package/elasticmetal/server.js.map +1 -1
  24. package/getBaremetalServer.d.ts +1 -0
  25. package/getBaremetalServer.js.map +1 -1
  26. package/getLoadbalancerCertificate.d.ts +66 -0
  27. package/getLoadbalancerCertificate.js +66 -0
  28. package/getLoadbalancerCertificate.js.map +1 -1
  29. package/index.d.ts +2 -1
  30. package/index.js +4 -2
  31. package/index.js.map +1 -1
  32. package/inference/deployment.d.ts +18 -0
  33. package/inference/deployment.js +18 -0
  34. package/inference/deployment.js.map +1 -1
  35. package/inference/model.d.ts +3 -3
  36. package/inferenceDeployment.d.ts +18 -0
  37. package/inferenceDeployment.js +18 -0
  38. package/inferenceDeployment.js.map +1 -1
  39. package/instance/server.d.ts +9 -6
  40. package/instance/server.js.map +1 -1
  41. package/instance/userData.d.ts +2 -2
  42. package/instance/userData.js +2 -2
  43. package/instanceServer.d.ts +9 -6
  44. package/instanceServer.js.map +1 -1
  45. package/instanceUserData.d.ts +2 -2
  46. package/instanceUserData.js +2 -2
  47. package/ipam/ip.d.ts +8 -0
  48. package/ipam/ip.js +2 -0
  49. package/ipam/ip.js.map +1 -1
  50. package/ipam/ipReverseDns.d.ts +43 -0
  51. package/ipam/ipReverseDns.js +43 -0
  52. package/ipam/ipReverseDns.js.map +1 -1
  53. package/ipamIp.d.ts +8 -0
  54. package/ipamIp.js +2 -0
  55. package/ipamIp.js.map +1 -1
  56. package/ipamIpReverseDns.d.ts +43 -0
  57. package/ipamIpReverseDns.js +43 -0
  58. package/ipamIpReverseDns.js.map +1 -1
  59. package/kubernetes/cluster.d.ts +15 -0
  60. package/kubernetes/cluster.js +15 -0
  61. package/kubernetes/cluster.js.map +1 -1
  62. package/kubernetesCluster.d.ts +15 -0
  63. package/kubernetesCluster.js +15 -0
  64. package/kubernetesCluster.js.map +1 -1
  65. package/loadbalancers/getCertificate.d.ts +66 -0
  66. package/loadbalancers/getCertificate.js +66 -0
  67. package/loadbalancers/getCertificate.js.map +1 -1
  68. package/object/item.d.ts +21 -3
  69. package/object/item.js +18 -0
  70. package/object/item.js.map +1 -1
  71. package/objectItem.d.ts +21 -3
  72. package/objectItem.js +18 -0
  73. package/objectItem.js.map +1 -1
  74. package/observability/getSources.d.ts +6 -6
  75. package/observability/getSources.js +4 -4
  76. package/package.json +2 -2
  77. package/tem/domain.d.ts +26 -0
  78. package/tem/domain.js +26 -0
  79. package/tem/domain.js.map +1 -1
  80. package/temDomain.d.ts +26 -0
  81. package/temDomain.js +26 -0
  82. package/temDomain.js.map +1 -1
  83. package/types/input.d.ts +2 -0
  84. package/types/output.d.ts +79 -1
package/types/output.d.ts CHANGED
@@ -4611,6 +4611,84 @@ export declare namespace applesilicon {
4611
4611
  vlan: number;
4612
4612
  }
4613
4613
  }
4614
+ export declare namespace audittrail {
4615
+ interface GetEventEvent {
4616
+ /**
4617
+ * ID of the resource attached to the event. (UUID format)
4618
+ */
4619
+ id: string;
4620
+ /**
4621
+ * Locality of the resource attached to the event.
4622
+ */
4623
+ locality: string;
4624
+ /**
4625
+ * Name of the method of the API call performed.
4626
+ */
4627
+ methodName: string;
4628
+ /**
4629
+ * `organizationId`) ID of the Organization containing the Audit Trail events.
4630
+ */
4631
+ organizationId: string;
4632
+ /**
4633
+ * ID of the User or IAM application at the origin of the event.
4634
+ */
4635
+ principalId: string;
4636
+ /**
4637
+ * Name of the Scaleway product in a hyphenated format.
4638
+ */
4639
+ productName: string;
4640
+ /**
4641
+ * ID of the Project containing the Audit Trail events.
4642
+ */
4643
+ projectId: string;
4644
+ /**
4645
+ * Timestamp of the event. (RFC 3339 format)
4646
+ */
4647
+ recordedAt: string;
4648
+ /**
4649
+ * Request at the origin of the event.
4650
+ */
4651
+ requestBody: string;
4652
+ /**
4653
+ * Unique identifier of the request at the origin of the event. (UUID format)
4654
+ */
4655
+ requestId: string;
4656
+ /**
4657
+ * List of resources attached to the event.
4658
+ */
4659
+ resources: outputs.audittrail.GetEventEventResource[];
4660
+ /**
4661
+ * Name of the service of the API call performed.
4662
+ */
4663
+ serviceName: string;
4664
+ /**
4665
+ * IP address at the origin of the event.
4666
+ */
4667
+ sourceIp: string;
4668
+ /**
4669
+ * HTTP status code resulting of the API call.
4670
+ */
4671
+ statusCode: number;
4672
+ /**
4673
+ * User Agent at the origin of the event.
4674
+ */
4675
+ userAgent: string;
4676
+ }
4677
+ interface GetEventEventResource {
4678
+ /**
4679
+ * ID of the resource attached to the event. (UUID format)
4680
+ */
4681
+ id: string;
4682
+ /**
4683
+ * Name of the Scaleway resource.
4684
+ */
4685
+ name: string;
4686
+ /**
4687
+ * Type of the Scaleway resource.
4688
+ */
4689
+ type: string;
4690
+ }
4691
+ }
4614
4692
  export declare namespace autoscaling {
4615
4693
  interface InstanceGroupCapacity {
4616
4694
  /**
@@ -9594,7 +9672,7 @@ export declare namespace observability {
9594
9672
  */
9595
9673
  name: string;
9596
9674
  /**
9597
- * Filter sources by origin. Possible values are: `scaleway`, `external`, `custom`.
9675
+ * Filter sources by origin. Possible values are: `scaleway`, `custom`.
9598
9676
  */
9599
9677
  origin: string;
9600
9678
  /**