@pulumiverse/scaleway 0.4.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accountProject.d.ts +108 -0
- package/accountProject.js +77 -0
- package/accountProject.js.map +1 -0
- package/accountSshKey.d.ts +40 -4
- package/accountSshKey.js +34 -26
- package/accountSshKey.js.map +1 -1
- package/appleSliconValleyServer.d.ts +2 -4
- package/appleSliconValleyServer.js +24 -26
- package/appleSliconValleyServer.js.map +1 -1
- package/baremetalServer.d.ts +161 -13
- package/baremetalServer.js +66 -30
- package/baremetalServer.js.map +1 -1
- package/cockpit.d.ts +87 -0
- package/cockpit.js +64 -0
- package/cockpit.js.map +1 -0
- package/cockpitGrafanaUser.d.ts +109 -0
- package/cockpitGrafanaUser.js +92 -0
- package/cockpitGrafanaUser.js.map +1 -0
- package/cockpitToken.d.ts +125 -0
- package/cockpitToken.js +100 -0
- package/cockpitToken.js.map +1 -0
- package/container.d.ts +65 -10
- package/container.js +33 -24
- package/container.js.map +1 -1
- package/containerCron.d.ts +6 -1
- package/containerCron.js +24 -24
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +138 -0
- package/containerDomain.js +119 -0
- package/containerDomain.js.map +1 -0
- package/containerNamespace.d.ts +36 -8
- package/containerNamespace.js +29 -27
- package/containerNamespace.js.map +1 -1
- package/containerToken.d.ts +147 -0
- package/containerToken.js +92 -0
- package/containerToken.js.map +1 -0
- package/containerTrigger.d.ts +156 -0
- package/containerTrigger.js +108 -0
- package/containerTrigger.js.map +1 -0
- package/database.d.ts +23 -5
- package/database.js +24 -22
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -7
- package/databaseAcl.js +22 -22
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +18 -6
- package/databaseBackup.js +22 -22
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +71 -111
- package/databaseInstance.js +27 -121
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +36 -8
- package/databasePrivilege.js +45 -27
- package/databasePrivilege.js.map +1 -1
- package/databaseReadReplica.d.ts +30 -8
- package/databaseReadReplica.js +25 -23
- package/databaseReadReplica.js.map +1 -1
- package/databaseUser.d.ts +19 -7
- package/databaseUser.js +26 -24
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +137 -0
- package/documentdbDatabase.js +87 -0
- package/documentdbDatabase.js.map +1 -0
- package/documentdbInstance.d.ts +247 -0
- package/documentdbInstance.js +113 -0
- package/documentdbInstance.js.map +1 -0
- package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
- package/documentdbPrivateNetworkEndpoint.js +80 -0
- package/documentdbPrivateNetworkEndpoint.js.map +1 -0
- package/documentdbPrivilege.d.ts +122 -0
- package/documentdbPrivilege.js +95 -0
- package/documentdbPrivilege.js.map +1 -0
- package/documentdbReadReplica.d.ts +137 -0
- package/documentdbReadReplica.js +100 -0
- package/documentdbReadReplica.js.map +1 -0
- package/documentdbUser.d.ts +140 -0
- package/documentdbUser.js +97 -0
- package/documentdbUser.js.map +1 -0
- package/domainRecord.d.ts +23 -22
- package/domainRecord.js +28 -28
- package/domainRecord.js.map +1 -1
- package/domainZone.d.ts +2 -2
- package/domainZone.js +24 -24
- package/domainZone.js.map +1 -1
- package/flexibleIp.d.ts +53 -36
- package/flexibleIp.js +39 -32
- package/flexibleIp.js.map +1 -1
- package/flexibleIpMacAddress.d.ts +173 -0
- package/flexibleIpMacAddress.js +123 -0
- package/flexibleIpMacAddress.js.map +1 -0
- package/function.d.ts +39 -3
- package/function.js +28 -22
- package/function.js.map +1 -1
- package/functionCron.d.ts +0 -6
- package/functionCron.js +22 -28
- package/functionCron.js.map +1 -1
- package/functionDomain.d.ts +126 -0
- package/functionDomain.js +98 -0
- package/functionDomain.js.map +1 -0
- package/functionNamespace.d.ts +26 -4
- package/functionNamespace.js +28 -26
- package/functionNamespace.js.map +1 -1
- package/functionToken.d.ts +152 -0
- package/functionToken.js +97 -0
- package/functionToken.js.map +1 -0
- package/functionTrigger.d.ts +140 -0
- package/functionTrigger.js +92 -0
- package/functionTrigger.js.map +1 -0
- package/getAccountProject.d.ts +92 -0
- package/getAccountProject.js +56 -0
- package/getAccountProject.js.map +1 -0
- package/getAccountSshKey.d.ts +20 -3
- package/getAccountSshKey.js +18 -8
- package/getAccountSshKey.js.map +1 -1
- package/getAvailabilityZones.d.ts +69 -0
- package/getAvailabilityZones.js +54 -0
- package/getAvailabilityZones.js.map +1 -0
- package/getBaremetalOffer.d.ts +27 -4
- package/getBaremetalOffer.js +20 -8
- package/getBaremetalOffer.js.map +1 -1
- package/getBaremetalOption.d.ts +92 -0
- package/getBaremetalOption.js +58 -0
- package/getBaremetalOption.js.map +1 -0
- package/getBaremetalOs.d.ts +25 -6
- package/getBaremetalOs.js +27 -11
- package/getBaremetalOs.js.map +1 -1
- package/getBaremetalServer.d.ts +36 -8
- package/getBaremetalServer.js +25 -11
- package/getBaremetalServer.js.map +1 -1
- package/getBillingConsumptions.d.ts +16 -0
- package/getBillingConsumptions.js +17 -0
- package/getBillingConsumptions.js.map +1 -0
- package/getBillingInvoices.d.ts +86 -0
- package/getBillingInvoices.js +50 -0
- package/getBillingInvoices.js.map +1 -0
- package/getCockpit.d.ts +86 -0
- package/getCockpit.js +66 -0
- package/getCockpit.js.map +1 -0
- package/getCockpitPlan.d.ts +63 -0
- package/getCockpitPlan.js +51 -0
- package/getCockpitPlan.js.map +1 -0
- package/getContainer.d.ts +39 -0
- package/getContainer.js +30 -5
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +24 -6
- package/getContainerNamespace.js +23 -11
- package/getContainerNamespace.js.map +1 -1
- package/getDatabase.d.ts +21 -4
- package/getDatabase.js +20 -8
- package/getDatabase.js.map +1 -1
- package/getDatabaseAcl.d.ts +28 -7
- package/getDatabaseAcl.js +20 -9
- package/getDatabaseAcl.js.map +1 -1
- package/getDatabaseBackup.d.ts +33 -6
- package/getDatabaseBackup.js +29 -11
- package/getDatabaseBackup.js.map +1 -1
- package/getDatabaseInstance.d.ts +17 -15
- package/getDatabaseInstance.js +7 -18
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +31 -6
- package/getDatabasePrivilege.js +23 -10
- package/getDatabasePrivilege.js.map +1 -1
- package/getDocumentdbDatabase.d.ts +86 -0
- package/getDocumentdbDatabase.js +51 -0
- package/getDocumentdbDatabase.js.map +1 -0
- package/getDocumentdbInstance.d.ts +91 -0
- package/getDocumentdbInstance.js +50 -0
- package/getDocumentdbInstance.js.map +1 -0
- package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
- package/getDocumentdbLoadBalancerEndpoint.js +23 -0
- package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
- package/getDomainRecord.d.ts +26 -7
- package/getDomainRecord.js +27 -11
- package/getDomainRecord.js.map +1 -1
- package/getDomainZone.d.ts +17 -3
- package/getDomainZone.js +19 -8
- package/getDomainZone.js.map +1 -1
- package/getFlexibleIp.d.ts +5 -13
- package/getFlexibleIp.js +5 -17
- package/getFlexibleIp.js.map +1 -1
- package/getFlexibleIps.d.ts +154 -0
- package/getFlexibleIps.js +101 -0
- package/getFlexibleIps.js.map +1 -0
- package/getFunction.d.ts +5 -1
- package/getFunction.js +2 -5
- package/getFunction.js.map +1 -1
- package/getFunctionNamespace.d.ts +19 -3
- package/getFunctionNamespace.js +18 -8
- package/getFunctionNamespace.js.map +1 -1
- package/getIamApplication.d.ts +93 -0
- package/getIamApplication.js +56 -0
- package/getIamApplication.js.map +1 -0
- package/getIamGroup.d.ts +97 -0
- package/getIamGroup.js +58 -0
- package/getIamGroup.js.map +1 -0
- package/getIamSshKey.d.ts +90 -0
- package/getIamSshKey.js +49 -0
- package/getIamSshKey.js.map +1 -0
- package/getIamUser.d.ts +89 -0
- package/getIamUser.js +60 -0
- package/getIamUser.js.map +1 -0
- package/getInstanceImage.d.ts +16 -3
- package/getInstanceImage.js +18 -8
- package/getInstanceImage.js.map +1 -1
- package/getInstanceIp.d.ts +24 -3
- package/getInstanceIp.js +18 -8
- package/getInstanceIp.js.map +1 -1
- package/getInstancePrivateNic.d.ts +121 -0
- package/getInstancePrivateNic.js +69 -0
- package/getInstancePrivateNic.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +17 -4
- package/getInstanceSecurityGroup.js +18 -8
- package/getInstanceSecurityGroup.js.map +1 -1
- package/getInstanceServer.d.ts +27 -7
- package/getInstanceServer.js +18 -8
- package/getInstanceServer.js.map +1 -1
- package/getInstanceServers.d.ts +20 -4
- package/getInstanceServers.js +21 -8
- package/getInstanceServers.js.map +1 -1
- package/getInstanceSnapshot.d.ts +96 -0
- package/getInstanceSnapshot.js +56 -0
- package/getInstanceSnapshot.js.map +1 -0
- package/getInstanceVolume.d.ts +16 -3
- package/getInstanceVolume.js +18 -8
- package/getInstanceVolume.js.map +1 -1
- package/getIotDevice.d.ts +17 -4
- package/getIotDevice.js +18 -8
- package/getIotDevice.js.map +1 -1
- package/getIotHub.d.ts +16 -3
- package/getIotHub.js +18 -8
- package/getIotHub.js.map +1 -1
- package/getIpamIp.d.ts +133 -0
- package/getIpamIp.js +83 -0
- package/getIpamIp.js.map +1 -0
- package/getK8sVersion.d.ts +108 -0
- package/getK8sVersion.js +76 -0
- package/getK8sVersion.js.map +1 -0
- package/getKubernetesCluster.d.ts +21 -4
- package/getKubernetesCluster.js +18 -8
- package/getKubernetesCluster.js.map +1 -1
- package/getKubernetesNodePool.d.ts +18 -4
- package/getKubernetesNodePool.js +18 -8
- package/getKubernetesNodePool.js.map +1 -1
- package/getLbAcls.d.ts +96 -0
- package/getLbAcls.js +58 -0
- package/getLbAcls.js.map +1 -0
- package/getLbBackend.d.ts +142 -0
- package/getLbBackend.js +82 -0
- package/getLbBackend.js.map +1 -0
- package/getLbBackends.d.ts +94 -0
- package/getLbBackends.js +58 -0
- package/getLbBackends.js.map +1 -0
- package/getLbFrontend.d.ts +134 -0
- package/getLbFrontend.js +94 -0
- package/getLbFrontend.js.map +1 -0
- package/getLbFrontends.d.ts +94 -0
- package/getLbFrontends.js +58 -0
- package/getLbFrontends.js.map +1 -0
- package/getLbIps.d.ts +94 -0
- package/getLbIps.js +52 -0
- package/getLbIps.js.map +1 -0
- package/getLbRoute.d.ts +111 -0
- package/getLbRoute.js +93 -0
- package/getLbRoute.js.map +1 -0
- package/getLbRoutes.d.ts +85 -0
- package/getLbRoutes.js +58 -0
- package/getLbRoutes.js.map +1 -0
- package/getLbs.d.ts +97 -0
- package/getLbs.js +52 -0
- package/getLbs.js.map +1 -0
- package/getLoadbalancer.d.ts +31 -13
- package/getLoadbalancer.js +23 -11
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +11 -2
- package/getLoadbalancerCertificate.js +12 -6
- package/getLoadbalancerCertificate.js.map +1 -1
- package/getLoadbalancerIp.d.ts +16 -3
- package/getLoadbalancerIp.js +18 -8
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +17 -3
- package/getMarketplaceImage.js +19 -8
- package/getMarketplaceImage.js.map +1 -1
- package/getMnqSqs.d.ts +78 -0
- package/getMnqSqs.js +55 -0
- package/getMnqSqs.js.map +1 -0
- package/getObjectBucket.d.ts +57 -7
- package/getObjectBucket.js +49 -11
- package/getObjectBucket.js.map +1 -1
- package/getObjectBucketPolicy.d.ts +83 -0
- package/getObjectBucketPolicy.js +51 -0
- package/getObjectBucketPolicy.js.map +1 -0
- package/getRedisCluster.d.ts +18 -5
- package/getRedisCluster.js +19 -9
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +18 -4
- package/getRegistryImage.js +20 -9
- package/getRegistryImage.js.map +1 -1
- package/getRegistryNamespace.d.ts +16 -3
- package/getRegistryNamespace.js +18 -8
- package/getRegistryNamespace.js.map +1 -1
- package/getSecret.d.ts +125 -0
- package/getSecret.js +68 -0
- package/getSecret.js.map +1 -0
- package/getSecretVersion.d.ts +84 -0
- package/getSecretVersion.js +23 -0
- package/getSecretVersion.js.map +1 -0
- package/getTemDomain.d.ts +109 -0
- package/getTemDomain.js +28 -0
- package/getTemDomain.js.map +1 -0
- package/getVpc.d.ts +113 -0
- package/getVpc.js +65 -0
- package/getVpc.js.map +1 -0
- package/getVpcGatewayNetwork.d.ts +33 -0
- package/getVpcGatewayNetwork.js +28 -5
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +48 -3
- package/getVpcPrivateNetwork.js +30 -6
- package/getVpcPrivateNetwork.js.map +1 -1
- package/getVpcPublicGateway.d.ts +43 -7
- package/getVpcPublicGateway.js +35 -11
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +20 -5
- package/getVpcPublicGatewayDhcp.js +22 -10
- package/getVpcPublicGatewayDhcp.js.map +1 -1
- package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
- package/getVpcPublicGatewayDhcpReservation.js +8 -5
- package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
- package/getVpcPublicGatewayIp.d.ts +22 -3
- package/getVpcPublicGatewayIp.js +24 -8
- package/getVpcPublicGatewayIp.js.map +1 -1
- package/getVpcPublicPatRule.d.ts +40 -0
- package/getVpcPublicPatRule.js +42 -5
- package/getVpcPublicPatRule.js.map +1 -1
- package/getVpcs.d.ts +100 -0
- package/getVpcs.js +53 -0
- package/getVpcs.js.map +1 -0
- package/getWebHostOffer.d.ts +96 -0
- package/getWebHostOffer.js +56 -0
- package/getWebHostOffer.js.map +1 -0
- package/getWebhosting.d.ts +108 -0
- package/getWebhosting.js +57 -0
- package/getWebhosting.js.map +1 -0
- package/iamApiKey.d.ts +178 -0
- package/iamApiKey.js +96 -0
- package/iamApiKey.js.map +1 -0
- package/iamApplication.d.ts +116 -0
- package/iamApplication.js +79 -0
- package/iamApplication.js.map +1 -0
- package/iamGroup.d.ts +164 -0
- package/iamGroup.js +103 -0
- package/iamGroup.js.map +1 -0
- package/iamGroupMembership.d.ts +106 -0
- package/iamGroupMembership.js +84 -0
- package/iamGroupMembership.js.map +1 -0
- package/iamPolicy.d.ts +197 -0
- package/iamPolicy.js +105 -0
- package/iamPolicy.js.map +1 -0
- package/iamSshKey.d.ts +141 -0
- package/iamSshKey.js +88 -0
- package/iamSshKey.js.map +1 -0
- package/iamUser.d.ts +147 -0
- package/iamUser.js +93 -0
- package/iamUser.js.map +1 -0
- package/index.d.ts +525 -94
- package/index.js +619 -217
- package/index.js.map +1 -1
- package/instanceImage.d.ts +9 -2
- package/instanceImage.js +23 -23
- package/instanceImage.js.map +1 -1
- package/instanceIp.d.ts +28 -2
- package/instanceIp.js +28 -24
- package/instanceIp.js.map +1 -1
- package/instanceIpReverseDns.d.ts +20 -0
- package/instanceIpReverseDns.js +42 -22
- package/instanceIpReverseDns.js.map +1 -1
- package/instancePlacementGroup.d.ts +2 -2
- package/instancePlacementGroup.js +24 -24
- package/instancePlacementGroup.js.map +1 -1
- package/instancePrivateNic.d.ts +26 -2
- package/instancePrivateNic.js +28 -24
- package/instancePrivateNic.js.map +1 -1
- package/instanceSecurityGroup.d.ts +2 -1
- package/instanceSecurityGroup.js +22 -22
- package/instanceSecurityGroup.js.map +1 -1
- package/instanceSecurityGroupRules.d.ts +27 -1
- package/instanceSecurityGroupRules.js +46 -21
- package/instanceSecurityGroupRules.js.map +1 -1
- package/instanceServer.d.ts +171 -21
- package/instanceServer.js +75 -27
- package/instanceServer.js.map +1 -1
- package/instanceSnapshot.d.ts +40 -7
- package/instanceSnapshot.js +47 -29
- package/instanceSnapshot.js.map +1 -1
- package/instanceUserData.d.ts +155 -0
- package/instanceUserData.js +120 -0
- package/instanceUserData.js.map +1 -0
- package/instanceVolume.d.ts +11 -11
- package/instanceVolume.js +24 -24
- package/instanceVolume.js.map +1 -1
- package/iotDevice.d.ts +20 -1
- package/iotDevice.js +22 -22
- package/iotDevice.js.map +1 -1
- package/iotHub.d.ts +12 -0
- package/iotHub.js +22 -22
- package/iotHub.js.map +1 -1
- package/iotNetwork.js +24 -22
- package/iotNetwork.js.map +1 -1
- package/iotRoute.d.ts +130 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +141 -11
- package/kubernetesCluster.js +109 -22
- package/kubernetesCluster.js.map +1 -1
- package/kubernetesNodePool.d.ts +23 -1
- package/kubernetesNodePool.js +24 -22
- package/kubernetesNodePool.js.map +1 -1
- package/loadbalancer.d.ts +69 -34
- package/loadbalancer.js +45 -50
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +162 -0
- package/loadbalancerAcl.js +108 -0
- package/loadbalancerAcl.js.map +1 -0
- package/loadbalancerBackend.d.ts +124 -9
- package/loadbalancerBackend.js +41 -23
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerCertificate.d.ts +12 -1
- package/loadbalancerCertificate.js +22 -22
- package/loadbalancerCertificate.js.map +1 -1
- package/loadbalancerFrontend.d.ts +42 -2
- package/loadbalancerFrontend.js +27 -23
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +3 -5
- package/loadbalancerIp.js +25 -27
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +85 -13
- package/loadbalancerRoute.js +61 -26
- package/loadbalancerRoute.js.map +1 -1
- package/mnqCredential.d.ts +118 -0
- package/mnqCredential.js +71 -0
- package/mnqCredential.js.map +1 -0
- package/mnqNamespace.d.ts +146 -0
- package/mnqNamespace.js +93 -0
- package/mnqNamespace.js.map +1 -0
- package/mnqNatsAccount.d.ts +110 -0
- package/mnqNatsAccount.js +79 -0
- package/mnqNatsAccount.js.map +1 -0
- package/mnqNatsCredentials.d.ts +108 -0
- package/mnqNatsCredentials.js +83 -0
- package/mnqNatsCredentials.js.map +1 -0
- package/mnqQueue.d.ts +122 -0
- package/mnqQueue.js +64 -0
- package/mnqQueue.js.map +1 -0
- package/mnqSqs.d.ts +98 -0
- package/mnqSqs.js +80 -0
- package/mnqSqs.js.map +1 -0
- package/mnqSqsCredentials.d.ts +134 -0
- package/mnqSqsCredentials.js +93 -0
- package/mnqSqsCredentials.js.map +1 -0
- package/mnqSqsQueue.d.ts +238 -0
- package/mnqSqsQueue.js +121 -0
- package/mnqSqsQueue.js.map +1 -0
- package/objectBucket.d.ts +63 -72
- package/objectBucket.js +45 -90
- package/objectBucket.js.map +1 -1
- package/objectBucketAcl.d.ts +206 -0
- package/objectBucketAcl.js +158 -0
- package/objectBucketAcl.js.map +1 -0
- package/objectBucketLockConfiguration.d.ts +86 -0
- package/objectBucketLockConfiguration.js +61 -0
- package/objectBucketLockConfiguration.js.map +1 -0
- package/objectBucketPolicy.d.ts +47 -0
- package/objectBucketPolicy.js +53 -22
- package/objectBucketPolicy.js.map +1 -1
- package/objectBucketWebsiteConfiguration.d.ts +39 -14
- package/objectBucketWebsiteConfiguration.js +37 -30
- package/objectBucketWebsiteConfiguration.js.map +1 -1
- package/objectItem.d.ts +204 -0
- package/objectItem.js +89 -0
- package/objectItem.js.map +1 -0
- package/package.json +4 -4
- package/package.json.bak +3 -4
- package/package.json.dev +4 -5
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/redisCluster.d.ts +122 -22
- package/redisCluster.js +28 -26
- package/redisCluster.js.map +1 -1
- package/registryNamespace.d.ts +7 -1
- package/registryNamespace.js +23 -23
- package/registryNamespace.js.map +1 -1
- package/secret.d.ts +160 -0
- package/secret.js +94 -0
- package/secret.js.map +1 -0
- package/secretVersion.d.ts +128 -0
- package/secretVersion.js +80 -0
- package/secretVersion.js.map +1 -0
- package/temDomain.d.ts +251 -0
- package/temDomain.js +135 -0
- package/temDomain.js.map +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +712 -30
- package/types/output.d.ts +1603 -88
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/vpc.d.ts +140 -0
- package/vpc.js +87 -0
- package/vpc.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +72 -7
- package/vpcGatewayNetwork.js +69 -22
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +110 -11
- package/vpcPrivateNetwork.js +61 -26
- package/vpcPrivateNetwork.js.map +1 -1
- package/vpcPublicGateway.d.ts +1 -1
- package/vpcPublicGateway.js +23 -23
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +2 -4
- package/vpcPublicGatewayDhcp.js +24 -26
- package/vpcPublicGatewayDhcp.js.map +1 -1
- package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
- package/vpcPublicGatewayDhcpReservation.js +24 -24
- package/vpcPublicGatewayDhcpReservation.js.map +1 -1
- package/vpcPublicGatewayIp.d.ts +3 -5
- package/vpcPublicGatewayIp.js +25 -27
- package/vpcPublicGatewayIp.js.map +1 -1
- package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
- package/vpcPublicGatewayIpReverseDns.js +91 -0
- package/vpcPublicGatewayIpReverseDns.js.map +1 -0
- package/vpcPublicGatewayPatRule.js +22 -22
- package/vpcPublicGatewayPatRule.js.map +1 -1
- package/webhosting.d.ts +244 -0
- package/webhosting.js +126 -0
- package/webhosting.js.map +1 -0
package/getBaremetalOs.d.ts
CHANGED
|
@@ -11,15 +11,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
12
|
* import * as scaleway from "@pulumi/scaleway";
|
|
13
13
|
*
|
|
14
|
-
*
|
|
15
|
-
* const byName = pulumi.output(scaleway.getBaremetalOs({
|
|
14
|
+
* const byName = scaleway.getBaremetalOs({
|
|
16
15
|
* name: "Ubuntu",
|
|
17
16
|
* version: "20.04 LTS (Focal Fossa)",
|
|
18
|
-
* })
|
|
19
|
-
*
|
|
20
|
-
* const byId = pulumi.output(scaleway.getBaremetalOs({
|
|
17
|
+
* });
|
|
18
|
+
* const byId = scaleway.getBaremetalOs({
|
|
21
19
|
* osId: "03b7f4ba-a6a1-4305-984e-b54fafbf1681",
|
|
22
|
-
* })
|
|
20
|
+
* });
|
|
23
21
|
* ```
|
|
24
22
|
*/
|
|
25
23
|
export declare function getBaremetalOs(args?: GetBaremetalOsArgs, opts?: pulumi.InvokeOptions): Promise<GetBaremetalOsResult>;
|
|
@@ -57,6 +55,27 @@ export interface GetBaremetalOsResult {
|
|
|
57
55
|
readonly version?: string;
|
|
58
56
|
readonly zone: string;
|
|
59
57
|
}
|
|
58
|
+
/**
|
|
59
|
+
* Gets information about a baremetal operating system.
|
|
60
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
61
|
+
*
|
|
62
|
+
* You can also use the [scaleway-cli](https://github.com/scaleway/scaleway-cli) with `scw baremetal os list` to list all available operating systems.
|
|
63
|
+
*
|
|
64
|
+
* ## Example Usage
|
|
65
|
+
*
|
|
66
|
+
* ```typescript
|
|
67
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
69
|
+
*
|
|
70
|
+
* const byName = scaleway.getBaremetalOs({
|
|
71
|
+
* name: "Ubuntu",
|
|
72
|
+
* version: "20.04 LTS (Focal Fossa)",
|
|
73
|
+
* });
|
|
74
|
+
* const byId = scaleway.getBaremetalOs({
|
|
75
|
+
* osId: "03b7f4ba-a6a1-4305-984e-b54fafbf1681",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
60
79
|
export declare function getBaremetalOsOutput(args?: GetBaremetalOsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBaremetalOsResult>;
|
|
61
80
|
/**
|
|
62
81
|
* A collection of arguments for invoking getBaremetalOs.
|
package/getBaremetalOs.js
CHANGED
|
@@ -17,23 +17,18 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as scaleway from "@pulumi/scaleway";
|
|
19
19
|
*
|
|
20
|
-
*
|
|
21
|
-
* const byName = pulumi.output(scaleway.getBaremetalOs({
|
|
20
|
+
* const byName = scaleway.getBaremetalOs({
|
|
22
21
|
* name: "Ubuntu",
|
|
23
22
|
* version: "20.04 LTS (Focal Fossa)",
|
|
24
|
-
* })
|
|
25
|
-
*
|
|
26
|
-
* const byId = pulumi.output(scaleway.getBaremetalOs({
|
|
23
|
+
* });
|
|
24
|
+
* const byId = scaleway.getBaremetalOs({
|
|
27
25
|
* osId: "03b7f4ba-a6a1-4305-984e-b54fafbf1681",
|
|
28
|
-
* })
|
|
26
|
+
* });
|
|
29
27
|
* ```
|
|
30
28
|
*/
|
|
31
29
|
function getBaremetalOs(args, opts) {
|
|
32
30
|
args = args || {};
|
|
33
|
-
|
|
34
|
-
opts = {};
|
|
35
|
-
}
|
|
36
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
32
|
return pulumi.runtime.invoke("scaleway:index/getBaremetalOs:getBaremetalOs", {
|
|
38
33
|
"name": args.name,
|
|
39
34
|
"osId": args.osId,
|
|
@@ -42,8 +37,29 @@ function getBaremetalOs(args, opts) {
|
|
|
42
37
|
}, opts);
|
|
43
38
|
}
|
|
44
39
|
exports.getBaremetalOs = getBaremetalOs;
|
|
40
|
+
/**
|
|
41
|
+
* Gets information about a baremetal operating system.
|
|
42
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
43
|
+
*
|
|
44
|
+
* You can also use the [scaleway-cli](https://github.com/scaleway/scaleway-cli) with `scw baremetal os list` to list all available operating systems.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
51
|
+
*
|
|
52
|
+
* const byName = scaleway.getBaremetalOs({
|
|
53
|
+
* name: "Ubuntu",
|
|
54
|
+
* version: "20.04 LTS (Focal Fossa)",
|
|
55
|
+
* });
|
|
56
|
+
* const byId = scaleway.getBaremetalOs({
|
|
57
|
+
* osId: "03b7f4ba-a6a1-4305-984e-b54fafbf1681",
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
45
61
|
function getBaremetalOsOutput(args, opts) {
|
|
46
|
-
return pulumi.output(args).apply(a => getBaremetalOs(a, opts));
|
|
62
|
+
return pulumi.output(args).apply((a) => getBaremetalOs(a, opts));
|
|
47
63
|
}
|
|
48
64
|
exports.getBaremetalOsOutput = getBaremetalOsOutput;
|
|
49
65
|
//# sourceMappingURL=getBaremetalOs.js.map
|
package/getBaremetalOs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBaremetalOs.js","sourceRoot":"","sources":["../getBaremetalOs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getBaremetalOs.js","sourceRoot":"","sources":["../getBaremetalOs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AAqCD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/getBaremetalServer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Gets information about a baremetal server.
|
|
5
5
|
* For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
@@ -10,15 +10,13 @@ import { output as outputs } from "./types";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as scaleway from "@pulumi/scaleway";
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
* const byName = pulumi.output(scaleway.getBaremetalServer({
|
|
13
|
+
* const byName = scaleway.getBaremetalServer({
|
|
15
14
|
* name: "foobar",
|
|
16
15
|
* zone: "fr-par-2",
|
|
17
|
-
* })
|
|
18
|
-
*
|
|
19
|
-
* const byId = pulumi.output(scaleway.getBaremetalServer({
|
|
16
|
+
* });
|
|
17
|
+
* const byId = scaleway.getBaremetalServer({
|
|
20
18
|
* serverId: "11111111-1111-1111-1111-111111111111",
|
|
21
|
-
* })
|
|
19
|
+
* });
|
|
22
20
|
* ```
|
|
23
21
|
*/
|
|
24
22
|
export declare function getBaremetalServer(args?: GetBaremetalServerArgs, opts?: pulumi.InvokeOptions): Promise<GetBaremetalServerResult>;
|
|
@@ -47,19 +45,49 @@ export interface GetBaremetalServerResult {
|
|
|
47
45
|
* The provider-assigned unique ID for this managed resource.
|
|
48
46
|
*/
|
|
49
47
|
readonly id: string;
|
|
48
|
+
readonly installConfigAfterward: boolean;
|
|
50
49
|
readonly ips: outputs.GetBaremetalServerIp[];
|
|
50
|
+
readonly ipv4s: outputs.GetBaremetalServerIpv4[];
|
|
51
|
+
readonly ipv6s: outputs.GetBaremetalServerIpv6[];
|
|
51
52
|
readonly name?: string;
|
|
52
53
|
readonly offer: string;
|
|
53
54
|
readonly offerId: string;
|
|
55
|
+
readonly offerName: string;
|
|
56
|
+
readonly options: outputs.GetBaremetalServerOption[];
|
|
54
57
|
readonly organizationId: string;
|
|
55
58
|
readonly os: string;
|
|
56
|
-
readonly
|
|
59
|
+
readonly osName: string;
|
|
60
|
+
readonly password: string;
|
|
61
|
+
readonly privateNetworks: outputs.GetBaremetalServerPrivateNetwork[];
|
|
57
62
|
readonly projectId: string;
|
|
63
|
+
readonly reinstallOnConfigChanges: boolean;
|
|
58
64
|
readonly serverId?: string;
|
|
65
|
+
readonly servicePassword: string;
|
|
66
|
+
readonly serviceUser: string;
|
|
59
67
|
readonly sshKeyIds: string[];
|
|
60
68
|
readonly tags: string[];
|
|
69
|
+
readonly user: string;
|
|
61
70
|
readonly zone?: string;
|
|
62
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* Gets information about a baremetal server.
|
|
74
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
75
|
+
*
|
|
76
|
+
* ## Example Usage
|
|
77
|
+
*
|
|
78
|
+
* ```typescript
|
|
79
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
80
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
81
|
+
*
|
|
82
|
+
* const byName = scaleway.getBaremetalServer({
|
|
83
|
+
* name: "foobar",
|
|
84
|
+
* zone: "fr-par-2",
|
|
85
|
+
* });
|
|
86
|
+
* const byId = scaleway.getBaremetalServer({
|
|
87
|
+
* serverId: "11111111-1111-1111-1111-111111111111",
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
63
91
|
export declare function getBaremetalServerOutput(args?: GetBaremetalServerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBaremetalServerResult>;
|
|
64
92
|
/**
|
|
65
93
|
* A collection of arguments for invoking getBaremetalServer.
|
package/getBaremetalServer.js
CHANGED
|
@@ -15,23 +15,18 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as scaleway from "@pulumi/scaleway";
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
* const byName = pulumi.output(scaleway.getBaremetalServer({
|
|
18
|
+
* const byName = scaleway.getBaremetalServer({
|
|
20
19
|
* name: "foobar",
|
|
21
20
|
* zone: "fr-par-2",
|
|
22
|
-
* })
|
|
23
|
-
*
|
|
24
|
-
* const byId = pulumi.output(scaleway.getBaremetalServer({
|
|
21
|
+
* });
|
|
22
|
+
* const byId = scaleway.getBaremetalServer({
|
|
25
23
|
* serverId: "11111111-1111-1111-1111-111111111111",
|
|
26
|
-
* })
|
|
24
|
+
* });
|
|
27
25
|
* ```
|
|
28
26
|
*/
|
|
29
27
|
function getBaremetalServer(args, opts) {
|
|
30
28
|
args = args || {};
|
|
31
|
-
|
|
32
|
-
opts = {};
|
|
33
|
-
}
|
|
34
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
30
|
return pulumi.runtime.invoke("scaleway:index/getBaremetalServer:getBaremetalServer", {
|
|
36
31
|
"name": args.name,
|
|
37
32
|
"serverId": args.serverId,
|
|
@@ -39,8 +34,27 @@ function getBaremetalServer(args, opts) {
|
|
|
39
34
|
}, opts);
|
|
40
35
|
}
|
|
41
36
|
exports.getBaremetalServer = getBaremetalServer;
|
|
37
|
+
/**
|
|
38
|
+
* Gets information about a baremetal server.
|
|
39
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
40
|
+
*
|
|
41
|
+
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ```typescript
|
|
44
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
46
|
+
*
|
|
47
|
+
* const byName = scaleway.getBaremetalServer({
|
|
48
|
+
* name: "foobar",
|
|
49
|
+
* zone: "fr-par-2",
|
|
50
|
+
* });
|
|
51
|
+
* const byId = scaleway.getBaremetalServer({
|
|
52
|
+
* serverId: "11111111-1111-1111-1111-111111111111",
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
42
56
|
function getBaremetalServerOutput(args, opts) {
|
|
43
|
-
return pulumi.output(args).apply(a => getBaremetalServer(a, opts));
|
|
57
|
+
return pulumi.output(args).apply((a) => getBaremetalServer(a, opts));
|
|
44
58
|
}
|
|
45
59
|
exports.getBaremetalServerOutput = getBaremetalServerOutput;
|
|
46
60
|
//# sourceMappingURL=getBaremetalServer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBaremetalServer.js","sourceRoot":"","sources":["../getBaremetalServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getBaremetalServer.js","sourceRoot":"","sources":["../getBaremetalServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,sDAAsD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AAoDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
export declare function getBillingConsumptions(opts?: pulumi.InvokeOptions): Promise<GetBillingConsumptionsResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of values returned by getBillingConsumptions.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetBillingConsumptionsResult {
|
|
8
|
+
readonly consumptions: outputs.GetBillingConsumptionsConsumption[];
|
|
9
|
+
/**
|
|
10
|
+
* The provider-assigned unique ID for this managed resource.
|
|
11
|
+
*/
|
|
12
|
+
readonly id: string;
|
|
13
|
+
readonly organizationId: string;
|
|
14
|
+
readonly updatedAt: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function getBillingConsumptionsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetBillingConsumptionsResult>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getBillingConsumptionsOutput = exports.getBillingConsumptions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getBillingConsumptions(opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("scaleway:index/getBillingConsumptions:getBillingConsumptions", {}, opts);
|
|
11
|
+
}
|
|
12
|
+
exports.getBillingConsumptions = getBillingConsumptions;
|
|
13
|
+
function getBillingConsumptionsOutput(opts) {
|
|
14
|
+
return pulumi.output(getBillingConsumptions(opts));
|
|
15
|
+
}
|
|
16
|
+
exports.getBillingConsumptionsOutput = getBillingConsumptionsOutput;
|
|
17
|
+
//# sourceMappingURL=getBillingConsumptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBillingConsumptions.js","sourceRoot":"","sources":["../getBillingConsumptions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,sBAAsB,CAAC,IAA2B;IAE9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AAcD,SAAgB,4BAA4B,CAAC,IAA2B;IACpE,OAAO,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAA;AACtD,CAAC;AAFD,oEAEC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about your Invoices.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const my-invoices = scaleway.getBillingInvoices({
|
|
13
|
+
* invoiceType: "periodic",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getBillingInvoices(args?: GetBillingInvoicesArgs, opts?: pulumi.InvokeOptions): Promise<GetBillingInvoicesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getBillingInvoices.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetBillingInvoicesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
|
24
|
+
*/
|
|
25
|
+
invoiceType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Invoices with a start date that are greater or equal to `startedAfter` are listed (RFC 3339 format).
|
|
28
|
+
*/
|
|
29
|
+
startedAfter?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Invoices with a start date that precedes `startedBefore` are listed (RFC 3339 format).
|
|
32
|
+
*/
|
|
33
|
+
startedBefore?: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getBillingInvoices.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetBillingInvoicesResult {
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* The type of invoice.
|
|
45
|
+
*/
|
|
46
|
+
readonly invoiceType?: string;
|
|
47
|
+
/**
|
|
48
|
+
* List of found invoices
|
|
49
|
+
*/
|
|
50
|
+
readonly invoices: outputs.GetBillingInvoicesInvoice[];
|
|
51
|
+
readonly organizationId: string;
|
|
52
|
+
readonly startedAfter?: string;
|
|
53
|
+
readonly startedBefore?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Gets information about your Invoices.
|
|
57
|
+
*
|
|
58
|
+
* ## Example Usage
|
|
59
|
+
*
|
|
60
|
+
* ```typescript
|
|
61
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
63
|
+
*
|
|
64
|
+
* const my-invoices = scaleway.getBillingInvoices({
|
|
65
|
+
* invoiceType: "periodic",
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
export declare function getBillingInvoicesOutput(args?: GetBillingInvoicesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBillingInvoicesResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getBillingInvoices.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetBillingInvoicesOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
|
76
|
+
*/
|
|
77
|
+
invoiceType?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Invoices with a start date that are greater or equal to `startedAfter` are listed (RFC 3339 format).
|
|
80
|
+
*/
|
|
81
|
+
startedAfter?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Invoices with a start date that precedes `startedBefore` are listed (RFC 3339 format).
|
|
84
|
+
*/
|
|
85
|
+
startedBefore?: pulumi.Input<string>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getBillingInvoicesOutput = exports.getBillingInvoices = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about your Invoices.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const my-invoices = scaleway.getBillingInvoices({
|
|
18
|
+
* invoiceType: "periodic",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getBillingInvoices(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("scaleway:index/getBillingInvoices:getBillingInvoices", {
|
|
26
|
+
"invoiceType": args.invoiceType,
|
|
27
|
+
"startedAfter": args.startedAfter,
|
|
28
|
+
"startedBefore": args.startedBefore,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getBillingInvoices = getBillingInvoices;
|
|
32
|
+
/**
|
|
33
|
+
* Gets information about your Invoices.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
40
|
+
*
|
|
41
|
+
* const my-invoices = scaleway.getBillingInvoices({
|
|
42
|
+
* invoiceType: "periodic",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getBillingInvoicesOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => getBillingInvoices(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.getBillingInvoicesOutput = getBillingInvoicesOutput;
|
|
50
|
+
//# sourceMappingURL=getBillingInvoices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBillingInvoices.js","sourceRoot":"","sources":["../getBillingInvoices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,sDAAsD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AAwCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
package/getCockpit.d.ts
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about the Scaleway Cockpit.
|
|
5
|
+
*
|
|
6
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/).
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
13
|
+
*
|
|
14
|
+
* const main = scaleway.getCockpit({});
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
20
|
+
*
|
|
21
|
+
* const main = scaleway.getCockpit({
|
|
22
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getCockpit(args?: GetCockpitArgs, opts?: pulumi.InvokeOptions): Promise<GetCockpitResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getCockpit.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetCockpitArgs {
|
|
31
|
+
/**
|
|
32
|
+
* `projectId`) The ID of the project the cockpit is associated with.
|
|
33
|
+
*/
|
|
34
|
+
projectId?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A collection of values returned by getCockpit.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetCockpitResult {
|
|
40
|
+
/**
|
|
41
|
+
* Endpoints
|
|
42
|
+
*/
|
|
43
|
+
readonly endpoints: outputs.GetCockpitEndpoint[];
|
|
44
|
+
/**
|
|
45
|
+
* The provider-assigned unique ID for this managed resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the current plan
|
|
50
|
+
*/
|
|
51
|
+
readonly planId: string;
|
|
52
|
+
readonly projectId?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Gets information about the Scaleway Cockpit.
|
|
56
|
+
*
|
|
57
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/).
|
|
58
|
+
*
|
|
59
|
+
* ## Example Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
64
|
+
*
|
|
65
|
+
* const main = scaleway.getCockpit({});
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* ```typescript
|
|
69
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
70
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
71
|
+
*
|
|
72
|
+
* const main = scaleway.getCockpit({
|
|
73
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
export declare function getCockpitOutput(args?: GetCockpitOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCockpitResult>;
|
|
78
|
+
/**
|
|
79
|
+
* A collection of arguments for invoking getCockpit.
|
|
80
|
+
*/
|
|
81
|
+
export interface GetCockpitOutputArgs {
|
|
82
|
+
/**
|
|
83
|
+
* `projectId`) The ID of the project the cockpit is associated with.
|
|
84
|
+
*/
|
|
85
|
+
projectId?: pulumi.Input<string>;
|
|
86
|
+
}
|
package/getCockpit.js
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getCockpitOutput = exports.getCockpit = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about the Scaleway Cockpit.
|
|
10
|
+
*
|
|
11
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/).
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
18
|
+
*
|
|
19
|
+
* const main = scaleway.getCockpit({});
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ```typescript
|
|
23
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
24
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
25
|
+
*
|
|
26
|
+
* const main = scaleway.getCockpit({
|
|
27
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getCockpit(args, opts) {
|
|
32
|
+
args = args || {};
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invoke("scaleway:index/getCockpit:getCockpit", {
|
|
35
|
+
"projectId": args.projectId,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.getCockpit = getCockpit;
|
|
39
|
+
/**
|
|
40
|
+
* Gets information about the Scaleway Cockpit.
|
|
41
|
+
*
|
|
42
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/).
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
49
|
+
*
|
|
50
|
+
* const main = scaleway.getCockpit({});
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
56
|
+
*
|
|
57
|
+
* const main = scaleway.getCockpit({
|
|
58
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getCockpitOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getCockpit(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getCockpitOutput = getCockpitOutput;
|
|
66
|
+
//# sourceMappingURL=getCockpit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCockpit.js","sourceRoot":"","sources":["../getCockpit.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets information about a Scaleway Cockpit plan.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
10
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const premium = scaleway.getCockpitPlan({
|
|
13
|
+
* name: "premium",
|
|
14
|
+
* });
|
|
15
|
+
* const main = new scaleway.Cockpit("main", {plan: premium.then(premium => premium.id)});
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getCockpitPlan(args: GetCockpitPlanArgs, opts?: pulumi.InvokeOptions): Promise<GetCockpitPlanResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getCockpitPlan.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCockpitPlanArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The name of the plan.
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getCockpitPlan.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetCockpitPlanResult {
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
readonly name: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Gets information about a Scaleway Cockpit plan.
|
|
40
|
+
*
|
|
41
|
+
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ```typescript
|
|
44
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
46
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
47
|
+
*
|
|
48
|
+
* const premium = scaleway.getCockpitPlan({
|
|
49
|
+
* name: "premium",
|
|
50
|
+
* });
|
|
51
|
+
* const main = new scaleway.Cockpit("main", {plan: premium.then(premium => premium.id)});
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
export declare function getCockpitPlanOutput(args: GetCockpitPlanOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCockpitPlanResult>;
|
|
55
|
+
/**
|
|
56
|
+
* A collection of arguments for invoking getCockpitPlan.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetCockpitPlanOutputArgs {
|
|
59
|
+
/**
|
|
60
|
+
* The name of the plan.
|
|
61
|
+
*/
|
|
62
|
+
name: pulumi.Input<string>;
|
|
63
|
+
}
|