@pulumiverse/scaleway 1.25.0 → 1.26.0-alpha.1743166124
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/appleSiliconServer.d.ts +28 -0
- package/appleSiliconServer.js +8 -0
- package/appleSiliconServer.js.map +1 -1
- package/applesilicon/server.d.ts +28 -0
- package/applesilicon/server.js +8 -0
- package/applesilicon/server.js.map +1 -1
- package/domain/index.d.ts +3 -0
- package/domain/index.js +6 -1
- package/domain/index.js.map +1 -1
- package/domain/registration.d.ts +275 -0
- package/domain/registration.js +193 -0
- package/domain/registration.js.map +1 -0
- package/edgeServicesBackendStage.d.ts +171 -0
- package/edgeServicesBackendStage.js +131 -0
- package/edgeServicesBackendStage.js.map +1 -0
- package/edgeServicesCacheStage.d.ts +153 -0
- package/edgeServicesCacheStage.js +93 -0
- package/edgeServicesCacheStage.js.map +1 -0
- package/edgeServicesDnsStage.d.ts +159 -0
- package/edgeServicesDnsStage.js +95 -0
- package/edgeServicesDnsStage.js.map +1 -0
- package/edgeServicesHeadStage.d.ts +96 -0
- package/edgeServicesHeadStage.js +90 -0
- package/edgeServicesHeadStage.js.map +1 -0
- package/edgeServicesPipeline.d.ts +160 -0
- package/edgeServicesPipeline.js +123 -0
- package/edgeServicesPipeline.js.map +1 -0
- package/edgeServicesPlan.d.ts +84 -0
- package/edgeServicesPlan.js +75 -0
- package/edgeServicesPlan.js.map +1 -0
- package/edgeServicesRouteStage.d.ts +142 -0
- package/edgeServicesRouteStage.js +102 -0
- package/edgeServicesRouteStage.js.map +1 -0
- package/edgeServicesTlsStage.d.ts +176 -0
- package/edgeServicesTlsStage.js +110 -0
- package/edgeServicesTlsStage.js.map +1 -0
- package/edgeServicesWafStage.d.ts +140 -0
- package/edgeServicesWafStage.js +95 -0
- package/edgeServicesWafStage.js.map +1 -0
- package/elasticmetal/ip.d.ts +6 -3
- package/elasticmetal/ip.js +3 -0
- package/elasticmetal/ip.js.map +1 -1
- package/flexibleIp.d.ts +6 -3
- package/flexibleIp.js +3 -0
- package/flexibleIp.js.map +1 -1
- package/getLbFrontend.d.ts +1 -0
- package/getLbFrontend.js.map +1 -1
- package/getLbRoute.d.ts +1 -0
- package/getLbRoute.js.map +1 -1
- package/getSecret.d.ts +1 -0
- package/getSecret.js.map +1 -1
- package/getVpcPublicGateway.d.ts +3 -0
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +8 -0
- package/getVpcPublicGatewayDhcp.js +8 -0
- package/getVpcPublicGatewayDhcp.js.map +1 -1
- package/getVpcPublicGatewayDhcpReservation.d.ts +8 -0
- package/getVpcPublicGatewayDhcpReservation.js +8 -0
- package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
- package/index.d.ts +27 -0
- package/index.js +52 -7
- package/index.js.map +1 -1
- package/loadbalancerBackend.d.ts +1 -1
- package/loadbalancerBackend.js +1 -1
- package/loadbalancerFrontend.d.ts +12 -0
- package/loadbalancerFrontend.js +2 -0
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerRoute.d.ts +12 -0
- package/loadbalancerRoute.js +2 -0
- package/loadbalancerRoute.js.map +1 -1
- package/loadbalancers/backend.d.ts +1 -1
- package/loadbalancers/backend.js +1 -1
- package/loadbalancers/frontend.d.ts +12 -0
- package/loadbalancers/frontend.js +2 -0
- package/loadbalancers/frontend.js.map +1 -1
- package/loadbalancers/getFrontend.d.ts +1 -0
- package/loadbalancers/getFrontend.js.map +1 -1
- package/loadbalancers/getRoute.d.ts +1 -0
- package/loadbalancers/getRoute.js.map +1 -1
- package/loadbalancers/route.d.ts +12 -0
- package/loadbalancers/route.js +2 -0
- package/loadbalancers/route.js.map +1 -1
- package/network/acl.d.ts +138 -0
- package/network/acl.js +106 -0
- package/network/acl.js.map +1 -0
- package/network/gatewayNetwork.d.ts +54 -64
- package/network/gatewayNetwork.js +2 -48
- package/network/gatewayNetwork.js.map +1 -1
- package/network/getPublicGateway.d.ts +3 -0
- package/network/getPublicGateway.js.map +1 -1
- package/network/getPublicGatewayDhcp.d.ts +8 -0
- package/network/getPublicGatewayDhcp.js +8 -0
- package/network/getPublicGatewayDhcp.js.map +1 -1
- package/network/getPublicGatewayDhcpReservation.d.ts +8 -0
- package/network/getPublicGatewayDhcpReservation.js +8 -0
- package/network/getPublicGatewayDhcpReservation.js.map +1 -1
- package/network/index.d.ts +3 -0
- package/network/index.js +6 -1
- package/network/index.js.map +1 -1
- package/network/publicGateway.d.ts +33 -5
- package/network/publicGateway.js +7 -1
- package/network/publicGateway.js.map +1 -1
- package/network/publicGatewayDhcp.d.ts +4 -0
- package/network/publicGatewayDhcp.js +4 -0
- package/network/publicGatewayDhcp.js.map +1 -1
- package/network/publicGatewayDhcpReservation.d.ts +4 -0
- package/network/publicGatewayDhcpReservation.js +4 -0
- package/network/publicGatewayDhcpReservation.js.map +1 -1
- package/package.json +2 -2
- package/secret.d.ts +2 -0
- package/secret.js +2 -0
- package/secret.js.map +1 -1
- package/secrets/getSecret.d.ts +1 -0
- package/secrets/getSecret.js.map +1 -1
- package/secrets/secret.d.ts +2 -0
- package/secrets/secret.js +2 -0
- package/secrets/secret.js.map +1 -1
- package/tem/blockedList.d.ts +139 -0
- package/tem/blockedList.js +99 -0
- package/tem/blockedList.js.map +1 -0
- package/tem/domain.d.ts +3 -0
- package/tem/domain.js.map +1 -1
- package/tem/getOfferSubscription.d.ts +102 -0
- package/tem/getOfferSubscription.js +52 -0
- package/tem/getOfferSubscription.js.map +1 -0
- package/tem/index.d.ts +6 -0
- package/tem/index.js +9 -1
- package/tem/index.js.map +1 -1
- package/temDomain.d.ts +3 -0
- package/temDomain.js.map +1 -1
- package/types/input.d.ts +718 -0
- package/types/output.d.ts +790 -2
- package/vpcGatewayNetwork.d.ts +54 -64
- package/vpcGatewayNetwork.js +2 -48
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPublicGateway.d.ts +33 -5
- package/vpcPublicGateway.js +7 -1
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +4 -0
- package/vpcPublicGatewayDhcp.js +4 -0
- package/vpcPublicGatewayDhcp.js.map +1 -1
- package/vpcPublicGatewayDhcpReservation.d.ts +4 -0
- package/vpcPublicGatewayDhcpReservation.js +4 -0
- package/vpcPublicGatewayDhcpReservation.js.map +1 -1
package/elasticmetal/ip.js
CHANGED
|
@@ -9,6 +9,9 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Creates and manages Scaleway flexible IPs.
|
|
10
10
|
* For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
|
|
11
11
|
*
|
|
12
|
+
* > **Note:**
|
|
13
|
+
* Flexible IPs are exclusively available for Elastic Metal (bare metal) servers. They are not compatible with other Scaleway products.
|
|
14
|
+
*
|
|
12
15
|
* ## Example Usage
|
|
13
16
|
*
|
|
14
17
|
* ### Basic
|
package/elasticmetal/ip.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ip.js","sourceRoot":"","sources":["../../elasticmetal/ip.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"ip.js","sourceRoot":"","sources":["../../elasticmetal/ip.ts"],"names":[],"mappings":"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"}
|
package/flexibleIp.d.ts
CHANGED
|
@@ -3,6 +3,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Creates and manages Scaleway flexible IPs.
|
|
4
4
|
* For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
|
|
5
5
|
*
|
|
6
|
+
* > **Note:**
|
|
7
|
+
* Flexible IPs are exclusively available for Elastic Metal (bare metal) servers. They are not compatible with other Scaleway products.
|
|
8
|
+
*
|
|
6
9
|
* ## Example Usage
|
|
7
10
|
*
|
|
8
11
|
* ### Basic
|
|
@@ -137,7 +140,7 @@ export declare class FlexibleIp extends pulumi.CustomResource {
|
|
|
137
140
|
*/
|
|
138
141
|
readonly updatedAt: pulumi.Output<string>;
|
|
139
142
|
/**
|
|
140
|
-
* The zone of the Flexible IP.
|
|
143
|
+
* `zone`) The zone of the Flexible IP.
|
|
141
144
|
*/
|
|
142
145
|
readonly zone: pulumi.Output<string>;
|
|
143
146
|
/**
|
|
@@ -199,7 +202,7 @@ export interface FlexibleIpState {
|
|
|
199
202
|
*/
|
|
200
203
|
updatedAt?: pulumi.Input<string>;
|
|
201
204
|
/**
|
|
202
|
-
* The zone of the Flexible IP.
|
|
205
|
+
* `zone`) The zone of the Flexible IP.
|
|
203
206
|
*/
|
|
204
207
|
zone?: pulumi.Input<string>;
|
|
205
208
|
}
|
|
@@ -232,7 +235,7 @@ export interface FlexibleIpArgs {
|
|
|
232
235
|
*/
|
|
233
236
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
234
237
|
/**
|
|
235
|
-
* The zone of the Flexible IP.
|
|
238
|
+
* `zone`) The zone of the Flexible IP.
|
|
236
239
|
*/
|
|
237
240
|
zone?: pulumi.Input<string>;
|
|
238
241
|
}
|
package/flexibleIp.js
CHANGED
|
@@ -9,6 +9,9 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* Creates and manages Scaleway flexible IPs.
|
|
10
10
|
* For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip).
|
|
11
11
|
*
|
|
12
|
+
* > **Note:**
|
|
13
|
+
* Flexible IPs are exclusively available for Elastic Metal (bare metal) servers. They are not compatible with other Scaleway products.
|
|
14
|
+
*
|
|
12
15
|
* ## Example Usage
|
|
13
16
|
*
|
|
14
17
|
* ### Basic
|
package/flexibleIp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flexibleIp.js","sourceRoot":"","sources":["../flexibleIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"flexibleIp.js","sourceRoot":"","sources":["../flexibleIp.ts"],"names":[],"mappings":"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"}
|
package/getLbFrontend.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export interface GetLbFrontendResult {
|
|
|
67
67
|
readonly backendId: string;
|
|
68
68
|
readonly certificateId: string;
|
|
69
69
|
readonly certificateIds: string[];
|
|
70
|
+
readonly connectionRateLimit: number;
|
|
70
71
|
readonly enableHttp3: boolean;
|
|
71
72
|
readonly externalAcls: boolean;
|
|
72
73
|
readonly frontendId?: string;
|
package/getLbFrontend.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLbFrontend.js","sourceRoot":"","sources":["../getLbFrontend.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,4IAA4I;AAC5I,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wJAAwJ,CAAC,CAAA;IACzK,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;
|
|
1
|
+
{"version":3,"file":"getLbFrontend.js","sourceRoot":"","sources":["../getLbFrontend.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,4IAA4I;AAC5I,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wJAAwJ,CAAC,CAAA;IACzK,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,4IAA4I;AAC5I,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wJAAwJ,CAAC,CAAA;IACzK,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC"}
|
package/getLbRoute.d.ts
CHANGED
package/getLbRoute.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLbRoute.js","sourceRoot":"","sources":["../getLbRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,gIAAgI;AAChI,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yIAAyI,CAAC,CAAA;IAC1J,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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;
|
|
1
|
+
{"version":3,"file":"getLbRoute.js","sourceRoot":"","sources":["../getLbRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,gIAAgI;AAChI,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yIAAyI,CAAC,CAAA;IAC1J,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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA6BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,gIAAgI;AAChI,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yIAAyI,CAAC,CAAA;IAC1J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
package/getSecret.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export interface GetSecretResult {
|
|
|
93
93
|
readonly type: string;
|
|
94
94
|
readonly updatedAt: string;
|
|
95
95
|
readonly versionCount: number;
|
|
96
|
+
readonly versions: outputs.GetSecretVersion[];
|
|
96
97
|
}
|
|
97
98
|
/**
|
|
98
99
|
* The `scaleway.secrets.Secret` data source is used to get information about a specific secret in Scaleway's Secret Manager.
|
package/getSecret.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../getSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,0HAA0H;AAC1H,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kIAAkI,CAAC,CAAA;IACnJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8BAYC;
|
|
1
|
+
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../getSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,0HAA0H;AAC1H,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kIAAkI,CAAC,CAAA;IACnJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8BAYC;AA6DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,0HAA0H;AAC1H,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kIAAkI,CAAC,CAAA;IACnJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC"}
|
package/getVpcPublicGateway.d.ts
CHANGED
|
@@ -47,6 +47,8 @@ export interface GetVpcPublicGatewayArgs {
|
|
|
47
47
|
* A collection of values returned by getVpcPublicGateway.
|
|
48
48
|
*/
|
|
49
49
|
export interface GetVpcPublicGatewayResult {
|
|
50
|
+
readonly allowedIpRanges: string[];
|
|
51
|
+
readonly bandwidth: number;
|
|
50
52
|
readonly bastionEnabled: boolean;
|
|
51
53
|
readonly bastionPort: number;
|
|
52
54
|
readonly createdAt: string;
|
|
@@ -56,6 +58,7 @@ export interface GetVpcPublicGatewayResult {
|
|
|
56
58
|
*/
|
|
57
59
|
readonly id: string;
|
|
58
60
|
readonly ipId: string;
|
|
61
|
+
readonly moveToIpam: boolean;
|
|
59
62
|
readonly name?: string;
|
|
60
63
|
readonly organizationId: string;
|
|
61
64
|
readonly projectId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicGateway.js","sourceRoot":"","sources":["../getVpcPublicGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,4JAA4J;AAC5J,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8KAA8K,CAAC,CAAA;IAC/L,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;
|
|
1
|
+
{"version":3,"file":"getVpcPublicGateway.js","sourceRoot":"","sources":["../getVpcPublicGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,4JAA4J;AAC5J,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8KAA8K,CAAC,CAAA;IAC/L,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AAiDD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,4JAA4J;AAC5J,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8KAA8K,CAAC,CAAA;IAC/L,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcp` has been deprecated and will no longer be supported.
|
|
4
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
5
|
+
* For more information, please refer to the dedicated guide.
|
|
6
|
+
*
|
|
3
7
|
* Gets information about a Public Gateway DHCP configuration.
|
|
4
8
|
*
|
|
5
9
|
* ## Example Usage
|
|
@@ -52,6 +56,10 @@ export interface GetVpcPublicGatewayDhcpResult {
|
|
|
52
56
|
readonly zone: string;
|
|
53
57
|
}
|
|
54
58
|
/**
|
|
59
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcp` has been deprecated and will no longer be supported.
|
|
60
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
61
|
+
* For more information, please refer to the dedicated guide.
|
|
62
|
+
*
|
|
55
63
|
* Gets information about a Public Gateway DHCP configuration.
|
|
56
64
|
*
|
|
57
65
|
* ## Example Usage
|
|
@@ -6,6 +6,10 @@ exports.getVpcPublicGatewayDhcpOutput = exports.getVpcPublicGatewayDhcp = void 0
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcp` has been deprecated and will no longer be supported.
|
|
10
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
11
|
+
* For more information, please refer to the dedicated guide.
|
|
12
|
+
*
|
|
9
13
|
* Gets information about a Public Gateway DHCP configuration.
|
|
10
14
|
*
|
|
11
15
|
* ## Example Usage
|
|
@@ -31,6 +35,10 @@ function getVpcPublicGatewayDhcp(args, opts) {
|
|
|
31
35
|
}
|
|
32
36
|
exports.getVpcPublicGatewayDhcp = getVpcPublicGatewayDhcp;
|
|
33
37
|
/**
|
|
38
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcp` has been deprecated and will no longer be supported.
|
|
39
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
40
|
+
* For more information, please refer to the dedicated guide.
|
|
41
|
+
*
|
|
34
42
|
* Gets information about a Public Gateway DHCP configuration.
|
|
35
43
|
*
|
|
36
44
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicGatewayDhcp.js","sourceRoot":"","sources":["../getVpcPublicGatewayDhcp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcPublicGatewayDhcp.js","sourceRoot":"","sources":["../getVpcPublicGatewayDhcp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4KAA4K;AAC5K,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kMAAkM,CAAC,CAAA;IACnN,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AAqCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,4KAA4K;AAC5K,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kMAAkM,CAAC,CAAA;IACnN,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcpReservation` has been deprecated and will no longer be supported.
|
|
4
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
5
|
+
* You can use IPAM to manage your IPs. For more information, please refer to the dedicated guide.
|
|
6
|
+
*
|
|
3
7
|
* Gets information about a DHCP entry. For further information, please see the
|
|
4
8
|
* [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries).
|
|
5
9
|
*
|
|
@@ -148,6 +152,10 @@ export interface GetVpcPublicGatewayDhcpReservationResult {
|
|
|
148
152
|
readonly zone?: string;
|
|
149
153
|
}
|
|
150
154
|
/**
|
|
155
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcpReservation` has been deprecated and will no longer be supported.
|
|
156
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
157
|
+
* You can use IPAM to manage your IPs. For more information, please refer to the dedicated guide.
|
|
158
|
+
*
|
|
151
159
|
* Gets information about a DHCP entry. For further information, please see the
|
|
152
160
|
* [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries).
|
|
153
161
|
*
|
|
@@ -6,6 +6,10 @@ exports.getVpcPublicGatewayDhcpReservationOutput = exports.getVpcPublicGatewayDh
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcpReservation` has been deprecated and will no longer be supported.
|
|
10
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
11
|
+
* You can use IPAM to manage your IPs. For more information, please refer to the dedicated guide.
|
|
12
|
+
*
|
|
9
13
|
* Gets information about a DHCP entry. For further information, please see the
|
|
10
14
|
* [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries).
|
|
11
15
|
*
|
|
@@ -120,6 +124,10 @@ function getVpcPublicGatewayDhcpReservation(args, opts) {
|
|
|
120
124
|
}
|
|
121
125
|
exports.getVpcPublicGatewayDhcpReservation = getVpcPublicGatewayDhcpReservation;
|
|
122
126
|
/**
|
|
127
|
+
* > **Important:** The data source `scaleway.network.PublicGatewayDhcpReservation` has been deprecated and will no longer be supported.
|
|
128
|
+
* In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP resources are now no longer needed.
|
|
129
|
+
* You can use IPAM to manage your IPs. For more information, please refer to the dedicated guide.
|
|
130
|
+
*
|
|
123
131
|
* Gets information about a DHCP entry. For further information, please see the
|
|
124
132
|
* [API documentation](https://www.scaleway.com/en/developers/api/public-gateway/#path-dhcp-entries-list-dhcp-entries).
|
|
125
133
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicGatewayDhcpReservation.js","sourceRoot":"","sources":["../getVpcPublicGatewayDhcpReservation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcPublicGatewayDhcpReservation.js","sourceRoot":"","sources":["../getVpcPublicGatewayDhcpReservation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuGG;AACH,wNAAwN;AACxN,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAA2B;IACzH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yPAAyP,CAAC,CAAA;IAC1Q,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gFAWC;AAiDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuGG;AACH,wNAAwN;AACxN,SAAgB,wCAAwC,CAAC,IAAmD,EAAE,IAAiC;IAC3I,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yPAAyP,CAAC,CAAA;IAC1Q,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4FAWC"}
|
package/index.d.ts
CHANGED
|
@@ -76,6 +76,33 @@ export declare const DomainRecord: typeof import("./domainRecord").DomainRecord;
|
|
|
76
76
|
export { DomainZoneArgs, DomainZoneState } from "./domainZone";
|
|
77
77
|
export type DomainZone = import("./domainZone").DomainZone;
|
|
78
78
|
export declare const DomainZone: typeof import("./domainZone").DomainZone;
|
|
79
|
+
export { EdgeServicesBackendStageArgs, EdgeServicesBackendStageState } from "./edgeServicesBackendStage";
|
|
80
|
+
export type EdgeServicesBackendStage = import("./edgeServicesBackendStage").EdgeServicesBackendStage;
|
|
81
|
+
export declare const EdgeServicesBackendStage: typeof import("./edgeServicesBackendStage").EdgeServicesBackendStage;
|
|
82
|
+
export { EdgeServicesCacheStageArgs, EdgeServicesCacheStageState } from "./edgeServicesCacheStage";
|
|
83
|
+
export type EdgeServicesCacheStage = import("./edgeServicesCacheStage").EdgeServicesCacheStage;
|
|
84
|
+
export declare const EdgeServicesCacheStage: typeof import("./edgeServicesCacheStage").EdgeServicesCacheStage;
|
|
85
|
+
export { EdgeServicesDnsStageArgs, EdgeServicesDnsStageState } from "./edgeServicesDnsStage";
|
|
86
|
+
export type EdgeServicesDnsStage = import("./edgeServicesDnsStage").EdgeServicesDnsStage;
|
|
87
|
+
export declare const EdgeServicesDnsStage: typeof import("./edgeServicesDnsStage").EdgeServicesDnsStage;
|
|
88
|
+
export { EdgeServicesHeadStageArgs, EdgeServicesHeadStageState } from "./edgeServicesHeadStage";
|
|
89
|
+
export type EdgeServicesHeadStage = import("./edgeServicesHeadStage").EdgeServicesHeadStage;
|
|
90
|
+
export declare const EdgeServicesHeadStage: typeof import("./edgeServicesHeadStage").EdgeServicesHeadStage;
|
|
91
|
+
export { EdgeServicesPipelineArgs, EdgeServicesPipelineState } from "./edgeServicesPipeline";
|
|
92
|
+
export type EdgeServicesPipeline = import("./edgeServicesPipeline").EdgeServicesPipeline;
|
|
93
|
+
export declare const EdgeServicesPipeline: typeof import("./edgeServicesPipeline").EdgeServicesPipeline;
|
|
94
|
+
export { EdgeServicesPlanArgs, EdgeServicesPlanState } from "./edgeServicesPlan";
|
|
95
|
+
export type EdgeServicesPlan = import("./edgeServicesPlan").EdgeServicesPlan;
|
|
96
|
+
export declare const EdgeServicesPlan: typeof import("./edgeServicesPlan").EdgeServicesPlan;
|
|
97
|
+
export { EdgeServicesRouteStageArgs, EdgeServicesRouteStageState } from "./edgeServicesRouteStage";
|
|
98
|
+
export type EdgeServicesRouteStage = import("./edgeServicesRouteStage").EdgeServicesRouteStage;
|
|
99
|
+
export declare const EdgeServicesRouteStage: typeof import("./edgeServicesRouteStage").EdgeServicesRouteStage;
|
|
100
|
+
export { EdgeServicesTlsStageArgs, EdgeServicesTlsStageState } from "./edgeServicesTlsStage";
|
|
101
|
+
export type EdgeServicesTlsStage = import("./edgeServicesTlsStage").EdgeServicesTlsStage;
|
|
102
|
+
export declare const EdgeServicesTlsStage: typeof import("./edgeServicesTlsStage").EdgeServicesTlsStage;
|
|
103
|
+
export { EdgeServicesWafStageArgs, EdgeServicesWafStageState } from "./edgeServicesWafStage";
|
|
104
|
+
export type EdgeServicesWafStage = import("./edgeServicesWafStage").EdgeServicesWafStage;
|
|
105
|
+
export declare const EdgeServicesWafStage: typeof import("./edgeServicesWafStage").EdgeServicesWafStage;
|
|
79
106
|
export { FlexibleIpArgs, FlexibleIpState } from "./flexibleIp";
|
|
80
107
|
export type FlexibleIp = import("./flexibleIp").FlexibleIp;
|
|
81
108
|
export declare const FlexibleIp: typeof import("./flexibleIp").FlexibleIp;
|
package/index.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.types = exports.tem = exports.secrets = exports.registry = exports.redis = exports.observability = exports.object = exports.network = void 0;
|
|
5
|
+
exports.getBaremetalOffer = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = exports.getAccountSshKeyOutput = exports.getAccountSshKey = exports.getAccountProjectOutput = exports.getAccountProject = exports.FunctionTrigger = exports.FunctionToken = exports.FunctionNamespace = exports.FunctionDomain = exports.FunctionCron = exports.Function = exports.FlexibleIpMacAddress = exports.FlexibleIp = exports.EdgeServicesWafStage = exports.EdgeServicesTlsStage = exports.EdgeServicesRouteStage = exports.EdgeServicesPlan = exports.EdgeServicesPipeline = exports.EdgeServicesHeadStage = exports.EdgeServicesDnsStage = exports.EdgeServicesCacheStage = exports.EdgeServicesBackendStage = exports.DomainZone = exports.DomainRecord = exports.DatabaseUser = exports.DatabaseReadReplica = exports.DatabasePrivilege = exports.DatabaseInstance = exports.DatabaseBackup = exports.DatabaseAcl = exports.Database = exports.ContainerTrigger = exports.ContainerToken = exports.ContainerNamespace = exports.ContainerDomain = exports.ContainerCron = exports.Container = exports.CockpitToken = exports.CockpitSource = exports.CockpitGrafanaUser = exports.CockpitAlertManager = exports.Cockpit = exports.BlockVolume = exports.BlockSnapshot = exports.BaremetalServer = exports.AppleSiliconServer = exports.AccountSshKey = exports.AccountProject = void 0;
|
|
6
|
+
exports.getIamApiKey = exports.getFunctionNamespaceOutput = exports.getFunctionNamespace = exports.getFunctionOutput = exports.getFunction = exports.getFlexibleIpsOutput = exports.getFlexibleIps = exports.getFlexibleIpOutput = exports.getFlexibleIp = exports.getDomainZoneOutput = exports.getDomainZone = exports.getDomainRecordOutput = exports.getDomainRecord = exports.getDatabasePrivilegeOutput = exports.getDatabasePrivilege = exports.getDatabaseInstanceOutput = exports.getDatabaseInstance = exports.getDatabaseBackupOutput = exports.getDatabaseBackup = exports.getDatabaseAclOutput = exports.getDatabaseAcl = exports.getDatabaseOutput = exports.getDatabase = exports.getContainerNamespaceOutput = exports.getContainerNamespace = exports.getContainerOutput = exports.getContainer = exports.getConfigOutput = exports.getConfig = exports.getCockpitSourceOutput = exports.getCockpitSource = exports.getCockpitPlanOutput = exports.getCockpitPlan = exports.getCockpitOutput = exports.getCockpit = exports.getBlockVolumeOutput = exports.getBlockVolume = exports.getBlockSnapshotOutput = exports.getBlockSnapshot = exports.getBillingInvoicesOutput = exports.getBillingInvoices = exports.getBillingConsumptionsOutput = exports.getBillingConsumptions = exports.getBaremetalServerOutput = exports.getBaremetalServer = exports.getBaremetalOsOutput = exports.getBaremetalOs = exports.getBaremetalOptionOutput = exports.getBaremetalOption = exports.getBaremetalOfferOutput = void 0;
|
|
7
|
+
exports.getLbFrontends = exports.getLbFrontendOutput = exports.getLbFrontend = exports.getLbBackendsOutput = exports.getLbBackends = exports.getLbBackendOutput = exports.getLbBackend = exports.getLbAclsOutput = exports.getLbAcls = exports.getKubernetesNodePoolOutput = exports.getKubernetesNodePool = exports.getKubernetesClusterOutput = exports.getKubernetesCluster = exports.getK8sVersionOutput = exports.getK8sVersion = exports.getIpamIpsOutput = exports.getIpamIps = exports.getIpamIpOutput = exports.getIpamIp = exports.getIotHubOutput = exports.getIotHub = exports.getIotDeviceOutput = exports.getIotDevice = exports.getInstanceVolumeOutput = exports.getInstanceVolume = exports.getInstanceSnapshotOutput = exports.getInstanceSnapshot = exports.getInstanceServersOutput = exports.getInstanceServers = exports.getInstanceServerOutput = exports.getInstanceServer = exports.getInstanceSecurityGroupOutput = exports.getInstanceSecurityGroup = exports.getInstancePrivateNicOutput = exports.getInstancePrivateNic = exports.getInstancePlacementGroupOutput = exports.getInstancePlacementGroup = exports.getInstanceIpOutput = exports.getInstanceIp = exports.getInstanceImageOutput = exports.getInstanceImage = exports.getIamUserOutput = exports.getIamUser = exports.getIamSshKeyOutput = exports.getIamSshKey = exports.getIamGroupOutput = exports.getIamGroup = exports.getIamApplicationOutput = exports.getIamApplication = exports.getIamApiKeyOutput = void 0;
|
|
8
|
+
exports.getVpcPublicGatewayDhcp = exports.getVpcPublicGatewayOutput = exports.getVpcPublicGateway = exports.getVpcPrivateNetworkOutput = exports.getVpcPrivateNetwork = exports.getVpcGatewayNetworkOutput = exports.getVpcGatewayNetwork = exports.getVpcOutput = exports.getVpc = exports.getTemDomainOutput = exports.getTemDomain = exports.getSecretVersionOutput = exports.getSecretVersion = exports.getSecretOutput = exports.getSecret = exports.getRegistryNamespaceOutput = exports.getRegistryNamespace = exports.getRegistryImageTagOutput = exports.getRegistryImageTag = exports.getRegistryImageOutput = exports.getRegistryImage = exports.getRedisClusterOutput = exports.getRedisCluster = exports.getObjectBucketPolicyOutput = exports.getObjectBucketPolicy = exports.getObjectBucketOutput = exports.getObjectBucket = exports.getMongoDbInstanceOutput = exports.getMongoDbInstance = exports.getMnqSqsOutput = exports.getMnqSqs = exports.getMnqSnsOutput = exports.getMnqSns = exports.getMarketplaceImageOutput = exports.getMarketplaceImage = exports.getLoadbalancerIpOutput = exports.getLoadbalancerIp = exports.getLoadbalancerCertificateOutput = exports.getLoadbalancerCertificate = exports.getLoadbalancerOutput = exports.getLoadbalancer = exports.getLbsOutput = exports.getLbs = exports.getLbRoutesOutput = exports.getLbRoutes = exports.getLbRouteOutput = exports.getLbRoute = exports.getLbIpsOutput = exports.getLbIps = exports.getLbFrontendsOutput = void 0;
|
|
9
|
+
exports.LoadbalancerRoute = exports.LoadbalancerIp = exports.LoadbalancerFrontend = exports.LoadbalancerCertificate = exports.LoadbalancerBackend = exports.LoadbalancerAcl = exports.Loadbalancer = exports.KubernetesNodePool = exports.KubernetesCluster = exports.JobDefinition = exports.IpamIpReverseDns = exports.IpamIp = exports.IotRoute = exports.IotNetwork = exports.IotHub = exports.IotDevice = exports.InstanceVolume = exports.InstanceUserData = exports.InstanceSnapshot = exports.InstanceServer = exports.InstanceSecurityGroupRules = exports.InstanceSecurityGroup = exports.InstancePrivateNic = exports.InstancePlacementGroup = exports.InstanceIpReverseDns = exports.InstanceIp = exports.InstanceImage = exports.InferenceDeployment = exports.IamUser = exports.IamSshKey = exports.IamPolicy = exports.IamGroupMembership = exports.IamGroup = exports.IamApplication = exports.IamApiKey = exports.getWebhostingOutput = exports.getWebhosting = exports.getWebHostOfferOutput = exports.getWebHostOffer = exports.getVpcsOutput = exports.getVpcs = exports.getVpcRoutesOutput = exports.getVpcRoutes = exports.getVpcPublicPatRuleOutput = exports.getVpcPublicPatRule = exports.getVpcPublicGatewayIpOutput = exports.getVpcPublicGatewayIp = exports.getVpcPublicGatewayDhcpReservationOutput = exports.getVpcPublicGatewayDhcpReservation = exports.getVpcPublicGatewayDhcpOutput = void 0;
|
|
10
|
+
exports.iam = exports.hosting = exports.functions = exports.elasticmetal = exports.domain = exports.databases = exports.containers = exports.config = exports.block = exports.billing = exports.applesilicon = exports.account = exports.Webhosting = exports.VpcRoute = exports.VpcPublicGatewayPatRule = exports.VpcPublicGatewayIpReverseDns = exports.VpcPublicGatewayIp = exports.VpcPublicGatewayDhcpReservation = exports.VpcPublicGatewayDhcp = exports.VpcPublicGateway = exports.VpcPrivateNetwork = exports.VpcGatewayNetwork = exports.Vpc = exports.TemWebhook = exports.TemDomainValidation = exports.TemDomain = exports.SecretVersion = exports.Secret = exports.SdbDatabase = exports.RegistryNamespace = exports.RedisCluster = exports.RdbSnapshot = exports.Provider = exports.ObjectItem = exports.ObjectBucketWebsiteConfiguration = exports.ObjectBucketPolicy = exports.ObjectBucketLockConfiguration = exports.ObjectBucketAcl = exports.ObjectBucket = exports.MongoDbSnapshot = exports.MongoDbInstance = exports.MnqSqsQueue = exports.MnqSqsCredentials = exports.MnqSqs = exports.MnqSnsTopicSubscription = exports.MnqSnsTopic = exports.MnqSnsCredentials = exports.MnqSns = exports.MnqNatsCredentials = exports.MnqNatsAccount = void 0;
|
|
11
|
+
exports.types = exports.tem = exports.secrets = exports.registry = exports.redis = exports.observability = exports.object = exports.network = exports.mongodb = exports.mnq = exports.loadbalancers = exports.kubernetes = exports.job = exports.ipam = exports.iot = exports.instance = exports.inference = void 0;
|
|
12
12
|
const pulumi = require("@pulumi/pulumi");
|
|
13
13
|
const utilities = require("./utilities");
|
|
14
14
|
exports.AccountProject = null;
|
|
@@ -63,6 +63,24 @@ exports.DomainRecord = null;
|
|
|
63
63
|
utilities.lazyLoad(exports, ["DomainRecord"], () => require("./domainRecord"));
|
|
64
64
|
exports.DomainZone = null;
|
|
65
65
|
utilities.lazyLoad(exports, ["DomainZone"], () => require("./domainZone"));
|
|
66
|
+
exports.EdgeServicesBackendStage = null;
|
|
67
|
+
utilities.lazyLoad(exports, ["EdgeServicesBackendStage"], () => require("./edgeServicesBackendStage"));
|
|
68
|
+
exports.EdgeServicesCacheStage = null;
|
|
69
|
+
utilities.lazyLoad(exports, ["EdgeServicesCacheStage"], () => require("./edgeServicesCacheStage"));
|
|
70
|
+
exports.EdgeServicesDnsStage = null;
|
|
71
|
+
utilities.lazyLoad(exports, ["EdgeServicesDnsStage"], () => require("./edgeServicesDnsStage"));
|
|
72
|
+
exports.EdgeServicesHeadStage = null;
|
|
73
|
+
utilities.lazyLoad(exports, ["EdgeServicesHeadStage"], () => require("./edgeServicesHeadStage"));
|
|
74
|
+
exports.EdgeServicesPipeline = null;
|
|
75
|
+
utilities.lazyLoad(exports, ["EdgeServicesPipeline"], () => require("./edgeServicesPipeline"));
|
|
76
|
+
exports.EdgeServicesPlan = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["EdgeServicesPlan"], () => require("./edgeServicesPlan"));
|
|
78
|
+
exports.EdgeServicesRouteStage = null;
|
|
79
|
+
utilities.lazyLoad(exports, ["EdgeServicesRouteStage"], () => require("./edgeServicesRouteStage"));
|
|
80
|
+
exports.EdgeServicesTlsStage = null;
|
|
81
|
+
utilities.lazyLoad(exports, ["EdgeServicesTlsStage"], () => require("./edgeServicesTlsStage"));
|
|
82
|
+
exports.EdgeServicesWafStage = null;
|
|
83
|
+
utilities.lazyLoad(exports, ["EdgeServicesWafStage"], () => require("./edgeServicesWafStage"));
|
|
66
84
|
exports.FlexibleIp = null;
|
|
67
85
|
utilities.lazyLoad(exports, ["FlexibleIp"], () => require("./flexibleIp"));
|
|
68
86
|
exports.FlexibleIpMacAddress = null;
|
|
@@ -598,6 +616,24 @@ const _module = {
|
|
|
598
616
|
return new exports.DomainRecord(name, undefined, { urn });
|
|
599
617
|
case "scaleway:index/domainZone:DomainZone":
|
|
600
618
|
return new exports.DomainZone(name, undefined, { urn });
|
|
619
|
+
case "scaleway:index/edgeServicesBackendStage:EdgeServicesBackendStage":
|
|
620
|
+
return new exports.EdgeServicesBackendStage(name, undefined, { urn });
|
|
621
|
+
case "scaleway:index/edgeServicesCacheStage:EdgeServicesCacheStage":
|
|
622
|
+
return new exports.EdgeServicesCacheStage(name, undefined, { urn });
|
|
623
|
+
case "scaleway:index/edgeServicesDnsStage:EdgeServicesDnsStage":
|
|
624
|
+
return new exports.EdgeServicesDnsStage(name, undefined, { urn });
|
|
625
|
+
case "scaleway:index/edgeServicesHeadStage:EdgeServicesHeadStage":
|
|
626
|
+
return new exports.EdgeServicesHeadStage(name, undefined, { urn });
|
|
627
|
+
case "scaleway:index/edgeServicesPipeline:EdgeServicesPipeline":
|
|
628
|
+
return new exports.EdgeServicesPipeline(name, undefined, { urn });
|
|
629
|
+
case "scaleway:index/edgeServicesPlan:EdgeServicesPlan":
|
|
630
|
+
return new exports.EdgeServicesPlan(name, undefined, { urn });
|
|
631
|
+
case "scaleway:index/edgeServicesRouteStage:EdgeServicesRouteStage":
|
|
632
|
+
return new exports.EdgeServicesRouteStage(name, undefined, { urn });
|
|
633
|
+
case "scaleway:index/edgeServicesTlsStage:EdgeServicesTlsStage":
|
|
634
|
+
return new exports.EdgeServicesTlsStage(name, undefined, { urn });
|
|
635
|
+
case "scaleway:index/edgeServicesWafStage:EdgeServicesWafStage":
|
|
636
|
+
return new exports.EdgeServicesWafStage(name, undefined, { urn });
|
|
601
637
|
case "scaleway:index/flexibleIp:FlexibleIp":
|
|
602
638
|
return new exports.FlexibleIp(name, undefined, { urn });
|
|
603
639
|
case "scaleway:index/flexibleIpMacAddress:FlexibleIpMacAddress":
|
|
@@ -789,6 +825,15 @@ pulumi.runtime.registerResourceModule("scaleway", "index/databaseReadReplica", _
|
|
|
789
825
|
pulumi.runtime.registerResourceModule("scaleway", "index/databaseUser", _module);
|
|
790
826
|
pulumi.runtime.registerResourceModule("scaleway", "index/domainRecord", _module);
|
|
791
827
|
pulumi.runtime.registerResourceModule("scaleway", "index/domainZone", _module);
|
|
828
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesBackendStage", _module);
|
|
829
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesCacheStage", _module);
|
|
830
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesDnsStage", _module);
|
|
831
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesHeadStage", _module);
|
|
832
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesPipeline", _module);
|
|
833
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesPlan", _module);
|
|
834
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesRouteStage", _module);
|
|
835
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesTlsStage", _module);
|
|
836
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/edgeServicesWafStage", _module);
|
|
792
837
|
pulumi.runtime.registerResourceModule("scaleway", "index/flexibleIp", _module);
|
|
793
838
|
pulumi.runtime.registerResourceModule("scaleway", "index/flexibleIpMacAddress", _module);
|
|
794
839
|
pulumi.runtime.registerResourceModule("scaleway", "index/function", _module);
|