@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/getMnqSqs.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
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.getMnqSqsOutput = exports.getMnqSqs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about SQS for a project
|
|
10
|
+
*
|
|
11
|
+
* ## Examples
|
|
12
|
+
*
|
|
13
|
+
* ### Basic
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
18
|
+
*
|
|
19
|
+
* const main = scaleway.getMnqSqs({});
|
|
20
|
+
* const forProject = scaleway.getMnqSqs({
|
|
21
|
+
* projectId: scaleway_account_project.main.id,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getMnqSqs(args, opts) {
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("scaleway:index/getMnqSqs:getMnqSqs", {
|
|
29
|
+
"projectId": args.projectId,
|
|
30
|
+
"region": args.region,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getMnqSqs = getMnqSqs;
|
|
34
|
+
/**
|
|
35
|
+
* Gets information about SQS for a project
|
|
36
|
+
*
|
|
37
|
+
* ## Examples
|
|
38
|
+
*
|
|
39
|
+
* ### Basic
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
44
|
+
*
|
|
45
|
+
* const main = scaleway.getMnqSqs({});
|
|
46
|
+
* const forProject = scaleway.getMnqSqs({
|
|
47
|
+
* projectId: scaleway_account_project.main.id,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getMnqSqsOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => getMnqSqs(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.getMnqSqsOutput = getMnqSqsOutput;
|
|
55
|
+
//# sourceMappingURL=getMnqSqs.js.map
|
package/getMnqSqs.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMnqSqs.js","sourceRoot":"","sources":["../getMnqSqs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8BAQC;AA+BD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
package/getObjectBucket.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 the Bucket.
|
|
5
5
|
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
@@ -9,15 +9,25 @@ import { output as outputs } from "./types";
|
|
|
9
9
|
* ```typescript
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as scaleway from "@pulumi/scaleway";
|
|
12
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
12
13
|
*
|
|
13
|
-
* const main = new scaleway.ObjectBucket("main", {
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
14
|
+
* const main = new scaleway.ObjectBucket("main", {tags: {
|
|
15
|
+
* foo: "bar",
|
|
16
|
+
* }});
|
|
17
|
+
* const selected = scaleway.getObjectBucket({
|
|
18
|
+
* name: "bucket.test.com",
|
|
17
19
|
* });
|
|
18
|
-
*
|
|
20
|
+
* ```
|
|
21
|
+
* ### Fetching the bucket from a specific project
|
|
22
|
+
*
|
|
23
|
+
* ```typescript
|
|
24
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
25
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
26
|
+
*
|
|
27
|
+
* const selected = scaleway.getObjectBucket({
|
|
19
28
|
* name: "bucket.test.com",
|
|
20
|
-
*
|
|
29
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
30
|
+
* });
|
|
21
31
|
* ```
|
|
22
32
|
*/
|
|
23
33
|
export declare function getObjectBucket(args?: GetObjectBucketArgs, opts?: pulumi.InvokeOptions): Promise<GetObjectBucketResult>;
|
|
@@ -29,6 +39,10 @@ export interface GetObjectBucketArgs {
|
|
|
29
39
|
* The bucket name.
|
|
30
40
|
*/
|
|
31
41
|
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
* `projectId`) The ID of the project the bucket is associated with.
|
|
44
|
+
*/
|
|
45
|
+
projectId?: string;
|
|
32
46
|
/**
|
|
33
47
|
* `region`) The region in which the Object Storage exists.
|
|
34
48
|
*/
|
|
@@ -51,12 +65,44 @@ export interface GetObjectBucketResult {
|
|
|
51
65
|
readonly id: string;
|
|
52
66
|
readonly lifecycleRules: outputs.GetObjectBucketLifecycleRule[];
|
|
53
67
|
readonly name?: string;
|
|
68
|
+
readonly objectLockEnabled: boolean;
|
|
69
|
+
readonly projectId?: string;
|
|
54
70
|
readonly region?: string;
|
|
55
71
|
readonly tags: {
|
|
56
72
|
[key: string]: string;
|
|
57
73
|
};
|
|
58
74
|
readonly versionings: outputs.GetObjectBucketVersioning[];
|
|
59
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Gets information about the Bucket.
|
|
78
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
79
|
+
*
|
|
80
|
+
* ## Example Usage
|
|
81
|
+
*
|
|
82
|
+
* ```typescript
|
|
83
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
84
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
85
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
86
|
+
*
|
|
87
|
+
* const main = new scaleway.ObjectBucket("main", {tags: {
|
|
88
|
+
* foo: "bar",
|
|
89
|
+
* }});
|
|
90
|
+
* const selected = scaleway.getObjectBucket({
|
|
91
|
+
* name: "bucket.test.com",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
* ### Fetching the bucket from a specific project
|
|
95
|
+
*
|
|
96
|
+
* ```typescript
|
|
97
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
99
|
+
*
|
|
100
|
+
* const selected = scaleway.getObjectBucket({
|
|
101
|
+
* name: "bucket.test.com",
|
|
102
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
103
|
+
* });
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
60
106
|
export declare function getObjectBucketOutput(args?: GetObjectBucketOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetObjectBucketResult>;
|
|
61
107
|
/**
|
|
62
108
|
* A collection of arguments for invoking getObjectBucket.
|
|
@@ -66,6 +112,10 @@ export interface GetObjectBucketOutputArgs {
|
|
|
66
112
|
* The bucket name.
|
|
67
113
|
*/
|
|
68
114
|
name?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* `projectId`) The ID of the project the bucket is associated with.
|
|
117
|
+
*/
|
|
118
|
+
projectId?: pulumi.Input<string>;
|
|
69
119
|
/**
|
|
70
120
|
* `region`) The region in which the Object Storage exists.
|
|
71
121
|
*/
|
package/getObjectBucket.js
CHANGED
|
@@ -14,31 +14,69 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* ```typescript
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as scaleway from "@pulumi/scaleway";
|
|
17
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
17
18
|
*
|
|
18
|
-
* const main = new scaleway.ObjectBucket("main", {
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
19
|
+
* const main = new scaleway.ObjectBucket("main", {tags: {
|
|
20
|
+
* foo: "bar",
|
|
21
|
+
* }});
|
|
22
|
+
* const selected = scaleway.getObjectBucket({
|
|
23
|
+
* name: "bucket.test.com",
|
|
22
24
|
* });
|
|
23
|
-
*
|
|
25
|
+
* ```
|
|
26
|
+
* ### Fetching the bucket from a specific project
|
|
27
|
+
*
|
|
28
|
+
* ```typescript
|
|
29
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
30
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
31
|
+
*
|
|
32
|
+
* const selected = scaleway.getObjectBucket({
|
|
24
33
|
* name: "bucket.test.com",
|
|
25
|
-
*
|
|
34
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
35
|
+
* });
|
|
26
36
|
* ```
|
|
27
37
|
*/
|
|
28
38
|
function getObjectBucket(args, opts) {
|
|
29
39
|
args = args || {};
|
|
30
|
-
|
|
31
|
-
opts = {};
|
|
32
|
-
}
|
|
33
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
41
|
return pulumi.runtime.invoke("scaleway:index/getObjectBucket:getObjectBucket", {
|
|
35
42
|
"name": args.name,
|
|
43
|
+
"projectId": args.projectId,
|
|
36
44
|
"region": args.region,
|
|
37
45
|
}, opts);
|
|
38
46
|
}
|
|
39
47
|
exports.getObjectBucket = getObjectBucket;
|
|
48
|
+
/**
|
|
49
|
+
* Gets information about the Bucket.
|
|
50
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
51
|
+
*
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
57
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
58
|
+
*
|
|
59
|
+
* const main = new scaleway.ObjectBucket("main", {tags: {
|
|
60
|
+
* foo: "bar",
|
|
61
|
+
* }});
|
|
62
|
+
* const selected = scaleway.getObjectBucket({
|
|
63
|
+
* name: "bucket.test.com",
|
|
64
|
+
* });
|
|
65
|
+
* ```
|
|
66
|
+
* ### Fetching the bucket from a specific project
|
|
67
|
+
*
|
|
68
|
+
* ```typescript
|
|
69
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
70
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
71
|
+
*
|
|
72
|
+
* const selected = scaleway.getObjectBucket({
|
|
73
|
+
* name: "bucket.test.com",
|
|
74
|
+
* projectId: "11111111-1111-1111-1111-111111111111",
|
|
75
|
+
* });
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
40
78
|
function getObjectBucketOutput(args, opts) {
|
|
41
|
-
return pulumi.output(args).apply(a => getObjectBucket(a, opts));
|
|
79
|
+
return pulumi.output(args).apply((a) => getObjectBucket(a, opts));
|
|
42
80
|
}
|
|
43
81
|
exports.getObjectBucketOutput = getObjectBucketOutput;
|
|
44
82
|
//# sourceMappingURL=getObjectBucket.js.map
|
package/getObjectBucket.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getObjectBucket.js","sourceRoot":"","sources":["../getObjectBucket.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getObjectBucket.js","sourceRoot":"","sources":["../getObjectBucket.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets information about the Bucket's policy.
|
|
4
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const main = scaleway.getObjectBucketPolicy({
|
|
13
|
+
* bucket: "bucket.test.com",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getObjectBucketPolicy(args: GetObjectBucketPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetObjectBucketPolicyResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getObjectBucketPolicy.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetObjectBucketPolicyArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The bucket name.
|
|
24
|
+
*/
|
|
25
|
+
bucket: string;
|
|
26
|
+
/**
|
|
27
|
+
* `projectId`) The ID of the project the bucket is associated with.
|
|
28
|
+
*/
|
|
29
|
+
projectId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* `region`) The region in which the Object Storage exists.
|
|
32
|
+
*/
|
|
33
|
+
region?: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getObjectBucketPolicy.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetObjectBucketPolicyResult {
|
|
39
|
+
readonly bucket: string;
|
|
40
|
+
/**
|
|
41
|
+
* The provider-assigned unique ID for this managed resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* The bucket's policy in JSON format.
|
|
46
|
+
*/
|
|
47
|
+
readonly policy: string;
|
|
48
|
+
readonly projectId?: string;
|
|
49
|
+
readonly region?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Gets information about the Bucket's policy.
|
|
53
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
54
|
+
*
|
|
55
|
+
* ## Example Usage
|
|
56
|
+
*
|
|
57
|
+
* ```typescript
|
|
58
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
59
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
60
|
+
*
|
|
61
|
+
* const main = scaleway.getObjectBucketPolicy({
|
|
62
|
+
* bucket: "bucket.test.com",
|
|
63
|
+
* });
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
export declare function getObjectBucketPolicyOutput(args: GetObjectBucketPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetObjectBucketPolicyResult>;
|
|
67
|
+
/**
|
|
68
|
+
* A collection of arguments for invoking getObjectBucketPolicy.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetObjectBucketPolicyOutputArgs {
|
|
71
|
+
/**
|
|
72
|
+
* The bucket name.
|
|
73
|
+
*/
|
|
74
|
+
bucket: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* `projectId`) The ID of the project the bucket is associated with.
|
|
77
|
+
*/
|
|
78
|
+
projectId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* `region`) The region in which the Object Storage exists.
|
|
81
|
+
*/
|
|
82
|
+
region?: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.getObjectBucketPolicyOutput = exports.getObjectBucketPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about the Bucket's policy.
|
|
10
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
17
|
+
*
|
|
18
|
+
* const main = scaleway.getObjectBucketPolicy({
|
|
19
|
+
* bucket: "bucket.test.com",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getObjectBucketPolicy(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("scaleway:index/getObjectBucketPolicy:getObjectBucketPolicy", {
|
|
26
|
+
"bucket": args.bucket,
|
|
27
|
+
"projectId": args.projectId,
|
|
28
|
+
"region": args.region,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getObjectBucketPolicy = getObjectBucketPolicy;
|
|
32
|
+
/**
|
|
33
|
+
* Gets information about the Bucket's policy.
|
|
34
|
+
* For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
41
|
+
*
|
|
42
|
+
* const main = scaleway.getObjectBucketPolicy({
|
|
43
|
+
* bucket: "bucket.test.com",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getObjectBucketPolicyOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply((a) => getObjectBucketPolicy(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getObjectBucketPolicyOutput = getObjectBucketPolicyOutput;
|
|
51
|
+
//# sourceMappingURL=getObjectBucketPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getObjectBucketPolicy.js","sourceRoot":"","sources":["../getObjectBucketPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAoCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
package/getRedisCluster.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Gets information about a Redis cluster.
|
|
4
|
+
* Gets information about a Redis cluster. For further information check our [api documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/#clusters-a85816)
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -9,10 +9,9 @@ import { output as outputs } from "./types";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as scaleway from "@pulumi/scaleway";
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* const myCluster = pulumi.output(scaleway.getRedisCluster({
|
|
12
|
+
* const myCluster = scaleway.getRedisCluster({
|
|
14
13
|
* clusterId: "11111111-1111-1111-1111-111111111111",
|
|
15
|
-
* })
|
|
14
|
+
* });
|
|
16
15
|
* ```
|
|
17
16
|
*/
|
|
18
17
|
export declare function getRedisCluster(args?: GetRedisClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetRedisClusterResult>;
|
|
@@ -64,6 +63,20 @@ export interface GetRedisClusterResult {
|
|
|
64
63
|
readonly version: string;
|
|
65
64
|
readonly zone?: string;
|
|
66
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* Gets information about a Redis cluster. For further information check our [api documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/#clusters-a85816)
|
|
68
|
+
*
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
74
|
+
*
|
|
75
|
+
* const myCluster = scaleway.getRedisCluster({
|
|
76
|
+
* clusterId: "11111111-1111-1111-1111-111111111111",
|
|
77
|
+
* });
|
|
78
|
+
* ```
|
|
79
|
+
*/
|
|
67
80
|
export declare function getRedisClusterOutput(args?: GetRedisClusterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRedisClusterResult>;
|
|
68
81
|
/**
|
|
69
82
|
* A collection of arguments for invoking getRedisCluster.
|
package/getRedisCluster.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getRedisClusterOutput = exports.getRedisCluster = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Gets information about a Redis cluster.
|
|
9
|
+
* Gets information about a Redis cluster. For further information check our [api documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/#clusters-a85816)
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -14,18 +14,14 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scaleway from "@pulumi/scaleway";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* const myCluster = pulumi.output(scaleway.getRedisCluster({
|
|
17
|
+
* const myCluster = scaleway.getRedisCluster({
|
|
19
18
|
* clusterId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
-
* })
|
|
19
|
+
* });
|
|
21
20
|
* ```
|
|
22
21
|
*/
|
|
23
22
|
function getRedisCluster(args, opts) {
|
|
24
23
|
args = args || {};
|
|
25
|
-
|
|
26
|
-
opts = {};
|
|
27
|
-
}
|
|
28
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
25
|
return pulumi.runtime.invoke("scaleway:index/getRedisCluster:getRedisCluster", {
|
|
30
26
|
"clusterId": args.clusterId,
|
|
31
27
|
"name": args.name,
|
|
@@ -33,8 +29,22 @@ function getRedisCluster(args, opts) {
|
|
|
33
29
|
}, opts);
|
|
34
30
|
}
|
|
35
31
|
exports.getRedisCluster = getRedisCluster;
|
|
32
|
+
/**
|
|
33
|
+
* Gets information about a Redis cluster. For further information check our [api documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/#clusters-a85816)
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
40
|
+
*
|
|
41
|
+
* const myCluster = scaleway.getRedisCluster({
|
|
42
|
+
* clusterId: "11111111-1111-1111-1111-111111111111",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
36
46
|
function getRedisClusterOutput(args, opts) {
|
|
37
|
-
return pulumi.output(args).apply(a => getRedisCluster(a, opts));
|
|
47
|
+
return pulumi.output(args).apply((a) => getRedisCluster(a, opts));
|
|
38
48
|
}
|
|
39
49
|
exports.getRedisClusterOutput = getRedisClusterOutput;
|
|
40
50
|
//# sourceMappingURL=getRedisCluster.js.map
|
package/getRedisCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRedisCluster.js","sourceRoot":"","sources":["../getRedisCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getRedisCluster.js","sourceRoot":"","sources":["../getRedisCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAiDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getRegistryImage.d.ts
CHANGED
|
@@ -8,11 +8,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as scaleway from "@pulumi/scaleway";
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* const myImage = pulumi.output(scaleway.getRegistryImage({
|
|
11
|
+
* const myImage = scaleway.getRegistryImage({
|
|
13
12
|
* imageId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
-
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
15
|
-
* })
|
|
13
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
+
* });
|
|
16
15
|
* ```
|
|
17
16
|
*/
|
|
18
17
|
export declare function getRegistryImage(args?: GetRegistryImageArgs, opts?: pulumi.InvokeOptions): Promise<GetRegistryImageResult>;
|
|
@@ -77,6 +76,21 @@ export interface GetRegistryImageResult {
|
|
|
77
76
|
*/
|
|
78
77
|
readonly visibility: string;
|
|
79
78
|
}
|
|
79
|
+
/**
|
|
80
|
+
* Gets information about a registry image.
|
|
81
|
+
*
|
|
82
|
+
* ## Example Usage
|
|
83
|
+
*
|
|
84
|
+
* ```typescript
|
|
85
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
86
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
87
|
+
*
|
|
88
|
+
* const myImage = scaleway.getRegistryImage({
|
|
89
|
+
* imageId: "11111111-1111-1111-1111-111111111111",
|
|
90
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
91
|
+
* });
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
80
94
|
export declare function getRegistryImageOutput(args?: GetRegistryImageOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRegistryImageResult>;
|
|
81
95
|
/**
|
|
82
96
|
* A collection of arguments for invoking getRegistryImage.
|
package/getRegistryImage.js
CHANGED
|
@@ -14,19 +14,15 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scaleway from "@pulumi/scaleway";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* const myImage = pulumi.output(scaleway.getRegistryImage({
|
|
17
|
+
* const myImage = scaleway.getRegistryImage({
|
|
19
18
|
* imageId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
-
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
21
|
-
* })
|
|
19
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
+
* });
|
|
22
21
|
* ```
|
|
23
22
|
*/
|
|
24
23
|
function getRegistryImage(args, opts) {
|
|
25
24
|
args = args || {};
|
|
26
|
-
|
|
27
|
-
opts = {};
|
|
28
|
-
}
|
|
29
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
26
|
return pulumi.runtime.invoke("scaleway:index/getRegistryImage:getRegistryImage", {
|
|
31
27
|
"imageId": args.imageId,
|
|
32
28
|
"name": args.name,
|
|
@@ -37,8 +33,23 @@ function getRegistryImage(args, opts) {
|
|
|
37
33
|
}, opts);
|
|
38
34
|
}
|
|
39
35
|
exports.getRegistryImage = getRegistryImage;
|
|
36
|
+
/**
|
|
37
|
+
* Gets information about a registry image.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
44
|
+
*
|
|
45
|
+
* const myImage = scaleway.getRegistryImage({
|
|
46
|
+
* imageId: "11111111-1111-1111-1111-111111111111",
|
|
47
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
40
51
|
function getRegistryImageOutput(args, opts) {
|
|
41
|
-
return pulumi.output(args).apply(a => getRegistryImage(a, opts));
|
|
52
|
+
return pulumi.output(args).apply((a) => getRegistryImage(a, opts));
|
|
42
53
|
}
|
|
43
54
|
exports.getRegistryImageOutput = getRegistryImageOutput;
|
|
44
55
|
//# sourceMappingURL=getRegistryImage.js.map
|
package/getRegistryImage.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegistryImage.js","sourceRoot":"","sources":["../getRegistryImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRegistryImage.js","sourceRoot":"","sources":["../getRegistryImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,kDAAkD,EAAE;QAC7E,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AAgED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -8,10 +8,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as scaleway from "@pulumi/scaleway";
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* const myNamespace = pulumi.output(scaleway.getRegistryNamespace({
|
|
11
|
+
* const myNamespace = scaleway.getRegistryNamespace({
|
|
13
12
|
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
-
* })
|
|
13
|
+
* });
|
|
15
14
|
* ```
|
|
16
15
|
*/
|
|
17
16
|
export declare function getRegistryNamespace(args?: GetRegistryNamespaceArgs, opts?: pulumi.InvokeOptions): Promise<GetRegistryNamespaceResult>;
|
|
@@ -60,6 +59,20 @@ export interface GetRegistryNamespaceResult {
|
|
|
60
59
|
readonly projectId: string;
|
|
61
60
|
readonly region?: string;
|
|
62
61
|
}
|
|
62
|
+
/**
|
|
63
|
+
* Gets information about a registry namespace.
|
|
64
|
+
*
|
|
65
|
+
* ## Example Usage
|
|
66
|
+
*
|
|
67
|
+
* ```typescript
|
|
68
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
69
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
70
|
+
*
|
|
71
|
+
* const myNamespace = scaleway.getRegistryNamespace({
|
|
72
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
63
76
|
export declare function getRegistryNamespaceOutput(args?: GetRegistryNamespaceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRegistryNamespaceResult>;
|
|
64
77
|
/**
|
|
65
78
|
* A collection of arguments for invoking getRegistryNamespace.
|
package/getRegistryNamespace.js
CHANGED
|
@@ -14,18 +14,14 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scaleway from "@pulumi/scaleway";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* const myNamespace = pulumi.output(scaleway.getRegistryNamespace({
|
|
17
|
+
* const myNamespace = scaleway.getRegistryNamespace({
|
|
19
18
|
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
-
* })
|
|
19
|
+
* });
|
|
21
20
|
* ```
|
|
22
21
|
*/
|
|
23
22
|
function getRegistryNamespace(args, opts) {
|
|
24
23
|
args = args || {};
|
|
25
|
-
|
|
26
|
-
opts = {};
|
|
27
|
-
}
|
|
28
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
25
|
return pulumi.runtime.invoke("scaleway:index/getRegistryNamespace:getRegistryNamespace", {
|
|
30
26
|
"name": args.name,
|
|
31
27
|
"namespaceId": args.namespaceId,
|
|
@@ -33,8 +29,22 @@ function getRegistryNamespace(args, opts) {
|
|
|
33
29
|
}, opts);
|
|
34
30
|
}
|
|
35
31
|
exports.getRegistryNamespace = getRegistryNamespace;
|
|
32
|
+
/**
|
|
33
|
+
* Gets information about a registry namespace.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
40
|
+
*
|
|
41
|
+
* const myNamespace = scaleway.getRegistryNamespace({
|
|
42
|
+
* namespaceId: "11111111-1111-1111-1111-111111111111",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
36
46
|
function getRegistryNamespaceOutput(args, opts) {
|
|
37
|
-
return pulumi.output(args).apply(a => getRegistryNamespace(a, opts));
|
|
47
|
+
return pulumi.output(args).apply((a) => getRegistryNamespace(a, opts));
|
|
38
48
|
}
|
|
39
49
|
exports.getRegistryNamespaceOutput = getRegistryNamespaceOutput;
|
|
40
50
|
//# sourceMappingURL=getRegistryNamespace.js.map
|