@pulumiverse/vercel 1.11.0 → 1.14.3
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/attackChallengeMode.d.ts +3 -3
- package/deployment.d.ts +3 -3
- package/firewallConfig.d.ts +119 -0
- package/firewallConfig.js +71 -0
- package/firewallConfig.js.map +1 -0
- package/getAlias.js +5 -1
- package/getAlias.js.map +1 -1
- package/getAttackChallengeMode.js +5 -1
- package/getAttackChallengeMode.js.map +1 -1
- package/getDeployment.js +5 -1
- package/getDeployment.js.map +1 -1
- package/getEdgeConfig.js +5 -1
- package/getEdgeConfig.js.map +1 -1
- package/getEdgeConfigSchema.js +5 -1
- package/getEdgeConfigSchema.js.map +1 -1
- package/getEdgeConfigToken.js +6 -1
- package/getEdgeConfigToken.js.map +1 -1
- package/getEndpointVerification.js +5 -1
- package/getEndpointVerification.js.map +1 -1
- package/getFile.js +4 -1
- package/getFile.js.map +1 -1
- package/getLogDrain.js +6 -1
- package/getLogDrain.js.map +1 -1
- package/getPrebuiltProject.js +4 -1
- package/getPrebuiltProject.js.map +1 -1
- package/getProject.d.ts +8 -0
- package/getProject.js +5 -1
- package/getProject.js.map +1 -1
- package/getProjectDeploymentRetention.d.ts +76 -0
- package/getProjectDeploymentRetention.js +38 -0
- package/getProjectDeploymentRetention.js.map +1 -0
- package/getProjectDirectory.js +4 -1
- package/getProjectDirectory.js.map +1 -1
- package/getProjectFunctionCpu.d.ts +4 -0
- package/getProjectFunctionCpu.js +9 -1
- package/getProjectFunctionCpu.js.map +1 -1
- package/getSharedEnvironmentVariable.js +8 -1
- package/getSharedEnvironmentVariable.js.map +1 -1
- package/index.d.ts +9 -0
- package/index.js +14 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/project.d.ts +24 -0
- package/project.js +4 -0
- package/project.js.map +1 -1
- package/projectDeploymentRetention.d.ts +159 -0
- package/projectDeploymentRetention.js +113 -0
- package/projectDeploymentRetention.js.map +1 -0
- package/projectFunctionCpu.d.ts +2 -0
- package/projectFunctionCpu.js +2 -0
- package/projectFunctionCpu.js.map +1 -1
- package/types/input.d.ts +215 -0
- package/types/output.d.ts +231 -0
package/attackChallengeMode.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export declare class AttackChallengeMode extends pulumi.CustomResource {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly enabled: pulumi.Output<boolean>;
|
|
52
52
|
/**
|
|
53
|
-
* The ID of the Project to
|
|
53
|
+
* The ID of the Project to toggle Attack Challenge Mode on.
|
|
54
54
|
*/
|
|
55
55
|
readonly projectId: pulumi.Output<string>;
|
|
56
56
|
/**
|
|
@@ -75,7 +75,7 @@ export interface AttackChallengeModeState {
|
|
|
75
75
|
*/
|
|
76
76
|
enabled?: pulumi.Input<boolean>;
|
|
77
77
|
/**
|
|
78
|
-
* The ID of the Project to
|
|
78
|
+
* The ID of the Project to toggle Attack Challenge Mode on.
|
|
79
79
|
*/
|
|
80
80
|
projectId?: pulumi.Input<string>;
|
|
81
81
|
/**
|
|
@@ -92,7 +92,7 @@ export interface AttackChallengeModeArgs {
|
|
|
92
92
|
*/
|
|
93
93
|
enabled: pulumi.Input<boolean>;
|
|
94
94
|
/**
|
|
95
|
-
* The ID of the Project to
|
|
95
|
+
* The ID of the Project to toggle Attack Challenge Mode on.
|
|
96
96
|
*/
|
|
97
97
|
projectId: pulumi.Input<string>;
|
|
98
98
|
/**
|
package/deployment.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly projectSettings: pulumi.Output<outputs.DeploymentProjectSettings | undefined>;
|
|
53
53
|
/**
|
|
54
|
-
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `
|
|
54
|
+
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `files` is not set.
|
|
55
55
|
*/
|
|
56
56
|
readonly ref: pulumi.Output<string | undefined>;
|
|
57
57
|
/**
|
|
@@ -109,7 +109,7 @@ export interface DeploymentState {
|
|
|
109
109
|
*/
|
|
110
110
|
projectSettings?: pulumi.Input<inputs.DeploymentProjectSettings>;
|
|
111
111
|
/**
|
|
112
|
-
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `
|
|
112
|
+
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `files` is not set.
|
|
113
113
|
*/
|
|
114
114
|
ref?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
@@ -155,7 +155,7 @@ export interface DeploymentArgs {
|
|
|
155
155
|
*/
|
|
156
156
|
projectSettings?: pulumi.Input<inputs.DeploymentProjectSettings>;
|
|
157
157
|
/**
|
|
158
|
-
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `
|
|
158
|
+
* The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `files` is not set.
|
|
159
159
|
*/
|
|
160
160
|
ref?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Define Custom Rules to shape the way your traffic is handled by the Vercel Edge Network.
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import vercel:index/firewallConfig:FirewallConfig example team_xxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class FirewallConfig extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing FirewallConfig resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FirewallConfigState, opts?: pulumi.CustomResourceOptions): FirewallConfig;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of FirewallConfig. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is FirewallConfig;
|
|
29
|
+
/**
|
|
30
|
+
* Whether firewall is enabled or not.
|
|
31
|
+
*/
|
|
32
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
33
|
+
/**
|
|
34
|
+
* IP rules to apply to the project.
|
|
35
|
+
*/
|
|
36
|
+
readonly ipRules: pulumi.Output<outputs.FirewallConfigIpRules | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The managed rulesets that are enabled.
|
|
39
|
+
*/
|
|
40
|
+
readonly managedRulesets: pulumi.Output<outputs.FirewallConfigManagedRulesets | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* The ID of the project this configuration belongs to.
|
|
43
|
+
*/
|
|
44
|
+
readonly projectId: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Custom rules to apply to the project
|
|
47
|
+
*/
|
|
48
|
+
readonly rules: pulumi.Output<outputs.FirewallConfigRules | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* The ID of the team this project belongs to.
|
|
51
|
+
*/
|
|
52
|
+
readonly teamId: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Create a FirewallConfig resource with the given unique name, arguments, and options.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resource.
|
|
57
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
58
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
59
|
+
*/
|
|
60
|
+
constructor(name: string, args: FirewallConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Input properties used for looking up and filtering FirewallConfig resources.
|
|
64
|
+
*/
|
|
65
|
+
export interface FirewallConfigState {
|
|
66
|
+
/**
|
|
67
|
+
* Whether firewall is enabled or not.
|
|
68
|
+
*/
|
|
69
|
+
enabled?: pulumi.Input<boolean>;
|
|
70
|
+
/**
|
|
71
|
+
* IP rules to apply to the project.
|
|
72
|
+
*/
|
|
73
|
+
ipRules?: pulumi.Input<inputs.FirewallConfigIpRules>;
|
|
74
|
+
/**
|
|
75
|
+
* The managed rulesets that are enabled.
|
|
76
|
+
*/
|
|
77
|
+
managedRulesets?: pulumi.Input<inputs.FirewallConfigManagedRulesets>;
|
|
78
|
+
/**
|
|
79
|
+
* The ID of the project this configuration belongs to.
|
|
80
|
+
*/
|
|
81
|
+
projectId?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Custom rules to apply to the project
|
|
84
|
+
*/
|
|
85
|
+
rules?: pulumi.Input<inputs.FirewallConfigRules>;
|
|
86
|
+
/**
|
|
87
|
+
* The ID of the team this project belongs to.
|
|
88
|
+
*/
|
|
89
|
+
teamId?: pulumi.Input<string>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* The set of arguments for constructing a FirewallConfig resource.
|
|
93
|
+
*/
|
|
94
|
+
export interface FirewallConfigArgs {
|
|
95
|
+
/**
|
|
96
|
+
* Whether firewall is enabled or not.
|
|
97
|
+
*/
|
|
98
|
+
enabled?: pulumi.Input<boolean>;
|
|
99
|
+
/**
|
|
100
|
+
* IP rules to apply to the project.
|
|
101
|
+
*/
|
|
102
|
+
ipRules?: pulumi.Input<inputs.FirewallConfigIpRules>;
|
|
103
|
+
/**
|
|
104
|
+
* The managed rulesets that are enabled.
|
|
105
|
+
*/
|
|
106
|
+
managedRulesets?: pulumi.Input<inputs.FirewallConfigManagedRulesets>;
|
|
107
|
+
/**
|
|
108
|
+
* The ID of the project this configuration belongs to.
|
|
109
|
+
*/
|
|
110
|
+
projectId: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Custom rules to apply to the project
|
|
113
|
+
*/
|
|
114
|
+
rules?: pulumi.Input<inputs.FirewallConfigRules>;
|
|
115
|
+
/**
|
|
116
|
+
* The ID of the team this project belongs to.
|
|
117
|
+
*/
|
|
118
|
+
teamId?: pulumi.Input<string>;
|
|
119
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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.FirewallConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Define Custom Rules to shape the way your traffic is handled by the Vercel Edge Network.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import vercel:index/firewallConfig:FirewallConfig example team_xxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class FirewallConfig extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing FirewallConfig resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new FirewallConfig(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of FirewallConfig. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === FirewallConfig.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
46
|
+
resourceInputs["ipRules"] = state ? state.ipRules : undefined;
|
|
47
|
+
resourceInputs["managedRulesets"] = state ? state.managedRulesets : undefined;
|
|
48
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
49
|
+
resourceInputs["rules"] = state ? state.rules : undefined;
|
|
50
|
+
resourceInputs["teamId"] = state ? state.teamId : undefined;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
const args = argsOrState;
|
|
54
|
+
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
55
|
+
throw new Error("Missing required property 'projectId'");
|
|
56
|
+
}
|
|
57
|
+
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
58
|
+
resourceInputs["ipRules"] = args ? args.ipRules : undefined;
|
|
59
|
+
resourceInputs["managedRulesets"] = args ? args.managedRulesets : undefined;
|
|
60
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
61
|
+
resourceInputs["rules"] = args ? args.rules : undefined;
|
|
62
|
+
resourceInputs["teamId"] = args ? args.teamId : undefined;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
super(FirewallConfig.__pulumiType, name, resourceInputs, opts);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.FirewallConfig = FirewallConfig;
|
|
69
|
+
/** @internal */
|
|
70
|
+
FirewallConfig.__pulumiType = 'vercel:index/firewallConfig:FirewallConfig';
|
|
71
|
+
//# sourceMappingURL=firewallConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firewallConfig.js","sourceRoot":"","sources":["../firewallConfig.ts"],"names":[],"mappings":"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"}
|
package/getAlias.js
CHANGED
|
@@ -24,7 +24,11 @@ exports.getAlias = getAlias;
|
|
|
24
24
|
* An Alias allows a `vercel.Deployment` to be accessed through a different URL.
|
|
25
25
|
*/
|
|
26
26
|
function getAliasOutput(args, opts) {
|
|
27
|
-
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invokeOutput("vercel:index/getAlias:getAlias", {
|
|
29
|
+
"alias": args.alias,
|
|
30
|
+
"teamId": args.teamId,
|
|
31
|
+
}, opts);
|
|
28
32
|
}
|
|
29
33
|
exports.getAliasOutput = getAliasOutput;
|
|
30
34
|
//# sourceMappingURL=getAlias.js.map
|
package/getAlias.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlias.js","sourceRoot":"","sources":["../getAlias.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAlias.js","sourceRoot":"","sources":["../getAlias.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAqCD;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
|
@@ -46,7 +46,11 @@ exports.getAttackChallengeMode = getAttackChallengeMode;
|
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
function getAttackChallengeModeOutput(args, opts) {
|
|
49
|
-
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("vercel:index/getAttackChallengeMode:getAttackChallengeMode", {
|
|
51
|
+
"projectId": args.projectId,
|
|
52
|
+
"teamId": args.teamId,
|
|
53
|
+
}, opts);
|
|
50
54
|
}
|
|
51
55
|
exports.getAttackChallengeModeOutput = getAttackChallengeModeOutput;
|
|
52
56
|
//# sourceMappingURL=getAttackChallengeMode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAttackChallengeMode.js","sourceRoot":"","sources":["../getAttackChallengeMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAttackChallengeMode.js","sourceRoot":"","sources":["../getAttackChallengeMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAqCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
package/getDeployment.js
CHANGED
|
@@ -46,7 +46,11 @@ exports.getDeployment = getDeployment;
|
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
function getDeploymentOutput(args, opts) {
|
|
49
|
-
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("vercel:index/getDeployment:getDeployment", {
|
|
51
|
+
"id": args.id,
|
|
52
|
+
"teamId": args.teamId,
|
|
53
|
+
}, opts);
|
|
50
54
|
}
|
|
51
55
|
exports.getDeploymentOutput = getDeploymentOutput;
|
|
52
56
|
//# sourceMappingURL=getDeployment.js.map
|
package/getDeployment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../getDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getDeployment.js","sourceRoot":"","sources":["../getDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
|
package/getEdgeConfig.js
CHANGED
|
@@ -46,7 +46,11 @@ exports.getEdgeConfig = getEdgeConfig;
|
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
function getEdgeConfigOutput(args, opts) {
|
|
49
|
-
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfig:getEdgeConfig", {
|
|
51
|
+
"id": args.id,
|
|
52
|
+
"teamId": args.teamId,
|
|
53
|
+
}, opts);
|
|
50
54
|
}
|
|
51
55
|
exports.getEdgeConfigOutput = getEdgeConfigOutput;
|
|
52
56
|
//# sourceMappingURL=getEdgeConfig.js.map
|
package/getEdgeConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEdgeConfig.js","sourceRoot":"","sources":["../getEdgeConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getEdgeConfig.js","sourceRoot":"","sources":["../getEdgeConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
|
package/getEdgeConfigSchema.js
CHANGED
|
@@ -42,7 +42,11 @@ exports.getEdgeConfigSchema = getEdgeConfigSchema;
|
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
function getEdgeConfigSchemaOutput(args, opts) {
|
|
45
|
-
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfigSchema:getEdgeConfigSchema", {
|
|
47
|
+
"id": args.id,
|
|
48
|
+
"teamId": args.teamId,
|
|
49
|
+
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getEdgeConfigSchemaOutput = getEdgeConfigSchemaOutput;
|
|
48
52
|
//# sourceMappingURL=getEdgeConfigSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEdgeConfigSchema.js","sourceRoot":"","sources":["../getEdgeConfigSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getEdgeConfigSchema.js","sourceRoot":"","sources":["../getEdgeConfigSchema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAiCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
package/getEdgeConfigToken.js
CHANGED
|
@@ -53,7 +53,12 @@ exports.getEdgeConfigToken = getEdgeConfigToken;
|
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
55
|
function getEdgeConfigTokenOutput(args, opts) {
|
|
56
|
-
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
|
+
return pulumi.runtime.invokeOutput("vercel:index/getEdgeConfigToken:getEdgeConfigToken", {
|
|
58
|
+
"edgeConfigId": args.edgeConfigId,
|
|
59
|
+
"teamId": args.teamId,
|
|
60
|
+
"token": args.token,
|
|
61
|
+
}, opts);
|
|
57
62
|
}
|
|
58
63
|
exports.getEdgeConfigTokenOutput = getEdgeConfigTokenOutput;
|
|
59
64
|
//# sourceMappingURL=getEdgeConfigToken.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEdgeConfigToken.js","sourceRoot":"","sources":["../getEdgeConfigToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getEdgeConfigToken.js","sourceRoot":"","sources":["../getEdgeConfigToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAiDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
|
@@ -38,7 +38,11 @@ exports.getEndpointVerification = getEndpointVerification;
|
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
function getEndpointVerificationOutput(args, opts) {
|
|
41
|
-
|
|
41
|
+
args = args || {};
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
43
|
+
return pulumi.runtime.invokeOutput("vercel:index/getEndpointVerification:getEndpointVerification", {
|
|
44
|
+
"teamId": args.teamId,
|
|
45
|
+
}, opts);
|
|
42
46
|
}
|
|
43
47
|
exports.getEndpointVerificationOutput = getEndpointVerificationOutput;
|
|
44
48
|
//# sourceMappingURL=getEndpointVerification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEndpointVerification.js","sourceRoot":"","sources":["../getEndpointVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getEndpointVerification.js","sourceRoot":"","sources":["../getEndpointVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,8DAA8D,EAAE;QACzF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AA6BD;;;;;;;;;;;GAWG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,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,8DAA8D,EAAE;QAC/F,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
package/getFile.js
CHANGED
|
@@ -61,7 +61,10 @@ exports.getFile = getFile;
|
|
|
61
61
|
* ```
|
|
62
62
|
*/
|
|
63
63
|
function getFileOutput(args, opts) {
|
|
64
|
-
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
65
|
+
return pulumi.runtime.invokeOutput("vercel:index/getFile:getFile", {
|
|
66
|
+
"path": args.path,
|
|
67
|
+
}, opts);
|
|
65
68
|
}
|
|
66
69
|
exports.getFileOutput = getFileOutput;
|
|
67
70
|
//# sourceMappingURL=getFile.js.map
|
package/getFile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFile.js","sourceRoot":"","sources":["../getFile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getFile.js","sourceRoot":"","sources":["../getFile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
package/getLogDrain.js
CHANGED
|
@@ -51,7 +51,12 @@ exports.getLogDrain = getLogDrain;
|
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getLogDrainOutput(args, opts) {
|
|
54
|
-
|
|
54
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
55
|
+
return pulumi.runtime.invokeOutput("vercel:index/getLogDrain:getLogDrain", {
|
|
56
|
+
"endpoint": args.endpoint,
|
|
57
|
+
"id": args.id,
|
|
58
|
+
"teamId": args.teamId,
|
|
59
|
+
}, opts);
|
|
55
60
|
}
|
|
56
61
|
exports.getLogDrainOutput = getLogDrainOutput;
|
|
57
62
|
//# sourceMappingURL=getLogDrain.js.map
|
package/getLogDrain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLogDrain.js","sourceRoot":"","sources":["../getLogDrain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getLogDrain.js","sourceRoot":"","sources":["../getLogDrain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA6DD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/getPrebuiltProject.js
CHANGED
|
@@ -13,7 +13,10 @@ function getPrebuiltProject(args, opts) {
|
|
|
13
13
|
}
|
|
14
14
|
exports.getPrebuiltProject = getPrebuiltProject;
|
|
15
15
|
function getPrebuiltProjectOutput(args, opts) {
|
|
16
|
-
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
|
+
return pulumi.runtime.invokeOutput("vercel:index/getPrebuiltProject:getPrebuiltProject", {
|
|
18
|
+
"path": args.path,
|
|
19
|
+
}, opts);
|
|
17
20
|
}
|
|
18
21
|
exports.getPrebuiltProjectOutput = getPrebuiltProjectOutput;
|
|
19
22
|
//# sourceMappingURL=getPrebuiltProject.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrebuiltProject.js","sourceRoot":"","sources":["../getPrebuiltProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getPrebuiltProject.js","sourceRoot":"","sources":["../getPrebuiltProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAuBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
package/getProject.d.ts
CHANGED
|
@@ -105,6 +105,10 @@ export interface GetProjectResult {
|
|
|
105
105
|
* The name of the project.
|
|
106
106
|
*/
|
|
107
107
|
readonly name: string;
|
|
108
|
+
/**
|
|
109
|
+
* Configuration for OpenID Connect (OIDC) tokens.
|
|
110
|
+
*/
|
|
111
|
+
readonly oidcTokenConfig: outputs.GetProjectOidcTokenConfig;
|
|
108
112
|
/**
|
|
109
113
|
* Disable Deployment Protection for CORS preflight `OPTIONS` requests for a list of paths.
|
|
110
114
|
*/
|
|
@@ -133,6 +137,10 @@ export interface GetProjectResult {
|
|
|
133
137
|
* Specifies whether the source code and logs of the deployments for this project should be public or not.
|
|
134
138
|
*/
|
|
135
139
|
readonly publicSource: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Resource Configuration for the project.
|
|
142
|
+
*/
|
|
143
|
+
readonly resourceConfig: outputs.GetProjectResourceConfig;
|
|
136
144
|
/**
|
|
137
145
|
* The name of a directory or relative path to the source code of your project. When null is used it will default to the project root.
|
|
138
146
|
*/
|
package/getProject.js
CHANGED
|
@@ -52,7 +52,11 @@ exports.getProject = getProject;
|
|
|
52
52
|
* ```
|
|
53
53
|
*/
|
|
54
54
|
function getProjectOutput(args, opts) {
|
|
55
|
-
|
|
55
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
|
+
return pulumi.runtime.invokeOutput("vercel:index/getProject:getProject", {
|
|
57
|
+
"name": args.name,
|
|
58
|
+
"teamId": args.teamId,
|
|
59
|
+
}, opts);
|
|
56
60
|
}
|
|
57
61
|
exports.getProjectOutput = getProjectOutput;
|
|
58
62
|
//# sourceMappingURL=getProject.js.map
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAqJD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Project Deployment Retention datasource.
|
|
4
|
+
*
|
|
5
|
+
* A Project Deployment Retention datasource details information about Deployment Retention on a Vercel Project.
|
|
6
|
+
*
|
|
7
|
+
* For more detailed information, please see the [Vercel documentation](https://vercel.com/docs/security/deployment-retention).
|
|
8
|
+
*/
|
|
9
|
+
export declare function getProjectDeploymentRetention(args: GetProjectDeploymentRetentionArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectDeploymentRetentionResult>;
|
|
10
|
+
/**
|
|
11
|
+
* A collection of arguments for invoking getProjectDeploymentRetention.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetProjectDeploymentRetentionArgs {
|
|
14
|
+
/**
|
|
15
|
+
* The ID of the Project for the retention policy
|
|
16
|
+
*/
|
|
17
|
+
projectId: string;
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the Vercel team.
|
|
20
|
+
*/
|
|
21
|
+
teamId?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A collection of values returned by getProjectDeploymentRetention.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetProjectDeploymentRetentionResult {
|
|
27
|
+
/**
|
|
28
|
+
* The retention period for canceled deployments.
|
|
29
|
+
*/
|
|
30
|
+
readonly expirationCanceled: string;
|
|
31
|
+
/**
|
|
32
|
+
* The retention period for errored deployments.
|
|
33
|
+
*/
|
|
34
|
+
readonly expirationErrored: string;
|
|
35
|
+
/**
|
|
36
|
+
* The retention period for preview deployments.
|
|
37
|
+
*/
|
|
38
|
+
readonly expirationPreview: string;
|
|
39
|
+
/**
|
|
40
|
+
* The retention period for production deployments.
|
|
41
|
+
*/
|
|
42
|
+
readonly expirationProduction: string;
|
|
43
|
+
/**
|
|
44
|
+
* The ID of this resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly id: string;
|
|
47
|
+
/**
|
|
48
|
+
* The ID of the Project for the retention policy
|
|
49
|
+
*/
|
|
50
|
+
readonly projectId: string;
|
|
51
|
+
/**
|
|
52
|
+
* The ID of the Vercel team.
|
|
53
|
+
*/
|
|
54
|
+
readonly teamId: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Provides a Project Deployment Retention datasource.
|
|
58
|
+
*
|
|
59
|
+
* A Project Deployment Retention datasource details information about Deployment Retention on a Vercel Project.
|
|
60
|
+
*
|
|
61
|
+
* For more detailed information, please see the [Vercel documentation](https://vercel.com/docs/security/deployment-retention).
|
|
62
|
+
*/
|
|
63
|
+
export declare function getProjectDeploymentRetentionOutput(args: GetProjectDeploymentRetentionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectDeploymentRetentionResult>;
|
|
64
|
+
/**
|
|
65
|
+
* A collection of arguments for invoking getProjectDeploymentRetention.
|
|
66
|
+
*/
|
|
67
|
+
export interface GetProjectDeploymentRetentionOutputArgs {
|
|
68
|
+
/**
|
|
69
|
+
* The ID of the Project for the retention policy
|
|
70
|
+
*/
|
|
71
|
+
projectId: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The ID of the Vercel team.
|
|
74
|
+
*/
|
|
75
|
+
teamId?: pulumi.Input<string>;
|
|
76
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.getProjectDeploymentRetentionOutput = exports.getProjectDeploymentRetention = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Project Deployment Retention datasource.
|
|
10
|
+
*
|
|
11
|
+
* A Project Deployment Retention datasource details information about Deployment Retention on a Vercel Project.
|
|
12
|
+
*
|
|
13
|
+
* For more detailed information, please see the [Vercel documentation](https://vercel.com/docs/security/deployment-retention).
|
|
14
|
+
*/
|
|
15
|
+
function getProjectDeploymentRetention(args, opts) {
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
|
+
return pulumi.runtime.invoke("vercel:index/getProjectDeploymentRetention:getProjectDeploymentRetention", {
|
|
18
|
+
"projectId": args.projectId,
|
|
19
|
+
"teamId": args.teamId,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getProjectDeploymentRetention = getProjectDeploymentRetention;
|
|
23
|
+
/**
|
|
24
|
+
* Provides a Project Deployment Retention datasource.
|
|
25
|
+
*
|
|
26
|
+
* A Project Deployment Retention datasource details information about Deployment Retention on a Vercel Project.
|
|
27
|
+
*
|
|
28
|
+
* For more detailed information, please see the [Vercel documentation](https://vercel.com/docs/security/deployment-retention).
|
|
29
|
+
*/
|
|
30
|
+
function getProjectDeploymentRetentionOutput(args, opts) {
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
32
|
+
return pulumi.runtime.invokeOutput("vercel:index/getProjectDeploymentRetention:getProjectDeploymentRetention", {
|
|
33
|
+
"projectId": args.projectId,
|
|
34
|
+
"teamId": args.teamId,
|
|
35
|
+
}, opts);
|
|
36
|
+
}
|
|
37
|
+
exports.getProjectDeploymentRetentionOutput = getProjectDeploymentRetentionOutput;
|
|
38
|
+
//# sourceMappingURL=getProjectDeploymentRetention.js.map
|