@distilled.cloud/vercel 0.0.0 → 1.0.0-rc.10
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/LICENSE +201 -0
- package/lib/credentials.d.ts +21 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +40 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +80 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +50 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +15 -0
- package/lib/index.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +69 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +54 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +47 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/access_groups.d.ts +459 -0
- package/lib/services/access_groups.d.ts.map +1 -0
- package/lib/services/access_groups.js +449 -0
- package/lib/services/access_groups.js.map +1 -0
- package/lib/services/ai_gateway.d.ts +122 -0
- package/lib/services/ai_gateway.d.ts.map +1 -0
- package/lib/services/ai_gateway.js +125 -0
- package/lib/services/ai_gateway.js.map +1 -0
- package/lib/services/aliases.d.ts +591 -0
- package/lib/services/aliases.d.ts.map +1 -0
- package/lib/services/aliases.js +482 -0
- package/lib/services/aliases.js.map +1 -0
- package/lib/services/api_ai_gateway.d.ts +275 -0
- package/lib/services/api_ai_gateway.d.ts.map +1 -0
- package/lib/services/api_ai_gateway.js +227 -0
- package/lib/services/api_ai_gateway.js.map +1 -0
- package/lib/services/artifacts.d.ts +228 -0
- package/lib/services/artifacts.d.ts.map +1 -0
- package/lib/services/artifacts.js +214 -0
- package/lib/services/artifacts.js.map +1 -0
- package/lib/services/authentication.d.ts +373 -0
- package/lib/services/authentication.d.ts.map +1 -0
- package/lib/services/authentication.js +304 -0
- package/lib/services/authentication.js.map +1 -0
- package/lib/services/billing.d.ts +930 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +695 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bulk_redirects.d.ts +308 -0
- package/lib/services/bulk_redirects.d.ts.map +1 -0
- package/lib/services/bulk_redirects.js +302 -0
- package/lib/services/bulk_redirects.js.map +1 -0
- package/lib/services/certs.d.ts +171 -0
- package/lib/services/certs.d.ts.map +1 -0
- package/lib/services/certs.js +163 -0
- package/lib/services/certs.js.map +1 -0
- package/lib/services/checks_v2.d.ts +1167 -0
- package/lib/services/checks_v2.d.ts.map +1 -0
- package/lib/services/checks_v2.js +1141 -0
- package/lib/services/checks_v2.js.map +1 -0
- package/lib/services/connect.d.ts +2228 -0
- package/lib/services/connect.d.ts.map +1 -0
- package/lib/services/connect.js +1575 -0
- package/lib/services/connect.js.map +1 -0
- package/lib/services/deployments.d.ts +9419 -0
- package/lib/services/deployments.d.ts.map +1 -0
- package/lib/services/deployments.js +8248 -0
- package/lib/services/deployments.js.map +1 -0
- package/lib/services/dns.d.ts +279 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +277 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/domains.d.ts +564 -0
- package/lib/services/domains.d.ts.map +1 -0
- package/lib/services/domains.js +469 -0
- package/lib/services/domains.js.map +1 -0
- package/lib/services/domains_registrar.d.ts +798 -0
- package/lib/services/domains_registrar.d.ts.map +1 -0
- package/lib/services/domains_registrar.js +916 -0
- package/lib/services/domains_registrar.js.map +1 -0
- package/lib/services/drains.d.ts +2263 -0
- package/lib/services/drains.d.ts.map +1 -0
- package/lib/services/drains.js +2121 -0
- package/lib/services/drains.js.map +1 -0
- package/lib/services/edge_cache.d.ts +125 -0
- package/lib/services/edge_cache.d.ts.map +1 -0
- package/lib/services/edge_cache.js +138 -0
- package/lib/services/edge_cache.js.map +1 -0
- package/lib/services/environment.d.ts +1020 -0
- package/lib/services/environment.d.ts.map +1 -0
- package/lib/services/environment.js +805 -0
- package/lib/services/environment.js.map +1 -0
- package/lib/services/feature_flags.d.ts +2893 -0
- package/lib/services/feature_flags.d.ts.map +1 -0
- package/lib/services/feature_flags.js +2707 -0
- package/lib/services/feature_flags.js.map +1 -0
- package/lib/services/global_config.d.ts +618 -0
- package/lib/services/global_config.d.ts.map +1 -0
- package/lib/services/global_config.js +709 -0
- package/lib/services/global_config.js.map +1 -0
- package/lib/services/index.d.ts +42 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +43 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/integrations.d.ts +3014 -0
- package/lib/services/integrations.d.ts.map +1 -0
- package/lib/services/integrations.js +2544 -0
- package/lib/services/integrations.js.map +1 -0
- package/lib/services/kms.d.ts +1095 -0
- package/lib/services/kms.d.ts.map +1 -0
- package/lib/services/kms.js +956 -0
- package/lib/services/kms.js.map +1 -0
- package/lib/services/log_drains.d.ts +848 -0
- package/lib/services/log_drains.d.ts.map +1 -0
- package/lib/services/log_drains.js +782 -0
- package/lib/services/log_drains.js.map +1 -0
- package/lib/services/logs.d.ts +40 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +43 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/marketplace.d.ts +1053 -0
- package/lib/services/marketplace.d.ts.map +1 -0
- package/lib/services/marketplace.js +1116 -0
- package/lib/services/marketplace.js.map +1 -0
- package/lib/services/microfrontends.d.ts +3250 -0
- package/lib/services/microfrontends.d.ts.map +1 -0
- package/lib/services/microfrontends.js +3154 -0
- package/lib/services/microfrontends.js.map +1 -0
- package/lib/services/misc.d.ts +192 -0
- package/lib/services/misc.d.ts.map +1 -0
- package/lib/services/misc.js +124 -0
- package/lib/services/misc.js.map +1 -0
- package/lib/services/networking.d.ts +360 -0
- package/lib/services/networking.d.ts.map +1 -0
- package/lib/services/networking.js +353 -0
- package/lib/services/networking.js.map +1 -0
- package/lib/services/observability.d.ts +168 -0
- package/lib/services/observability.d.ts.map +1 -0
- package/lib/services/observability.js +190 -0
- package/lib/services/observability.js.map +1 -0
- package/lib/services/project_members.d.ts +142 -0
- package/lib/services/project_members.d.ts.map +1 -0
- package/lib/services/project_members.js +135 -0
- package/lib/services/project_members.js.map +1 -0
- package/lib/services/project_routes.d.ts +1990 -0
- package/lib/services/project_routes.d.ts.map +1 -0
- package/lib/services/project_routes.js +1883 -0
- package/lib/services/project_routes.js.map +1 -0
- package/lib/services/projects.d.ts +23677 -0
- package/lib/services/projects.d.ts.map +1 -0
- package/lib/services/projects.js +22223 -0
- package/lib/services/projects.js.map +1 -0
- package/lib/services/rolling_release.d.ts +764 -0
- package/lib/services/rolling_release.d.ts.map +1 -0
- package/lib/services/rolling_release.js +583 -0
- package/lib/services/rolling_release.js.map +1 -0
- package/lib/services/sandboxes.d.ts +2777 -0
- package/lib/services/sandboxes.d.ts.map +1 -0
- package/lib/services/sandboxes.js +2142 -0
- package/lib/services/sandboxes.js.map +1 -0
- package/lib/services/security.d.ts +4247 -0
- package/lib/services/security.d.ts.map +1 -0
- package/lib/services/security.js +4377 -0
- package/lib/services/security.js.map +1 -0
- package/lib/services/storage.d.ts +251 -0
- package/lib/services/storage.d.ts.map +1 -0
- package/lib/services/storage.js +257 -0
- package/lib/services/storage.js.map +1 -0
- package/lib/services/teams.d.ts +1600 -0
- package/lib/services/teams.d.ts.map +1 -0
- package/lib/services/teams.js +1314 -0
- package/lib/services/teams.js.map +1 -0
- package/lib/services/user.d.ts +8559 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +7407 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vcr.d.ts +751 -0
- package/lib/services/vcr.d.ts.map +1 -0
- package/lib/services/vcr.js +826 -0
- package/lib/services/vcr.js.map +1 -0
- package/lib/services/web_analytics.d.ts +726 -0
- package/lib/services/web_analytics.d.ts.map +1 -0
- package/lib/services/web_analytics.js +707 -0
- package/lib/services/web_analytics.js.map +1 -0
- package/lib/services/webhooks.d.ts +219 -0
- package/lib/services/webhooks.d.ts.map +1 -0
- package/lib/services/webhooks.js +177 -0
- package/lib/services/webhooks.js.map +1 -0
- package/lib/traits.d.ts +10 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +78 -7
- package/src/credentials.ts +70 -0
- package/src/errors.ts +93 -0
- package/src/index.ts +18 -0
- package/src/protocol.ts +98 -0
- package/src/retry.ts +78 -0
- package/src/services/access_groups.ts +1165 -0
- package/src/services/ai_gateway.ts +267 -0
- package/src/services/aliases.ts +1315 -0
- package/src/services/api_ai_gateway.ts +607 -0
- package/src/services/artifacts.ts +542 -0
- package/src/services/authentication.ts +827 -0
- package/src/services/billing.ts +2104 -0
- package/src/services/bulk_redirects.ts +748 -0
- package/src/services/certs.ts +371 -0
- package/src/services/checks_v2.ts +3084 -0
- package/src/services/connect.ts +4805 -0
- package/src/services/deployments.ts +24576 -0
- package/src/services/dns.ts +715 -0
- package/src/services/domains.ts +1257 -0
- package/src/services/domains_registrar.ts +2257 -0
- package/src/services/drains.ts +5828 -0
- package/src/services/edge_cache.ts +303 -0
- package/src/services/environment.ts +2379 -0
- package/src/services/feature_flags.ts +7722 -0
- package/src/services/global_config.ts +1668 -0
- package/src/services/index.ts +42 -0
- package/src/services/integrations.ts +9022 -0
- package/src/services/kms.ts +2614 -0
- package/src/services/log_drains.ts +2434 -0
- package/src/services/logs.ts +78 -0
- package/src/services/marketplace.ts +2849 -0
- package/src/services/microfrontends.ts +9921 -0
- package/src/services/misc.ts +364 -0
- package/src/services/networking.ts +865 -0
- package/src/services/observability.ts +435 -0
- package/src/services/project_members.ts +326 -0
- package/src/services/project_routes.ts +5229 -0
- package/src/services/projects.ts +68139 -0
- package/src/services/rolling_release.ts +1860 -0
- package/src/services/sandboxes.ts +6988 -0
- package/src/services/security.ts +13931 -0
- package/src/services/storage.ts +850 -0
- package/src/services/teams.ts +4055 -0
- package/src/services/user.ts +23195 -0
- package/src/services/vcr.ts +2070 -0
- package/src/services/web_analytics.ts +1638 -0
- package/src/services/webhooks.ts +1102 -0
- package/src/traits.ts +46 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import * as C from "@distilled.cloud/core/category";
|
|
5
|
+
import * as T from "../traits.js";
|
|
6
|
+
import { VercelProtocol, } from "../protocol.js";
|
|
7
|
+
import * as Retry from "../retry.js";
|
|
8
|
+
export class BadRequest extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
|
|
9
|
+
/*@__PURE__*/ S.TaggedError()("BadRequest", {
|
|
10
|
+
code: S.Number,
|
|
11
|
+
message: S.String,
|
|
12
|
+
}).pipe(C.withBadRequestError), [{ status: 400 }]) {
|
|
13
|
+
}
|
|
14
|
+
export class Forbidden extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
|
|
15
|
+
/*@__PURE__*/ S.TaggedError()("Forbidden", {
|
|
16
|
+
code: S.Number,
|
|
17
|
+
message: S.String,
|
|
18
|
+
}).pipe(C.withAuthError), [{ status: 403 }]) {
|
|
19
|
+
}
|
|
20
|
+
export class NotFound extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
|
|
21
|
+
/*@__PURE__*/ S.TaggedError()("NotFound", {
|
|
22
|
+
code: S.Number,
|
|
23
|
+
message: S.String,
|
|
24
|
+
}).pipe(C.withBadRequestError), [{ status: 404 }]) {
|
|
25
|
+
}
|
|
26
|
+
export const GetSandboxesRequestSortBy = S.String;
|
|
27
|
+
export const GetSandboxesRequestSortOrder = S.String;
|
|
28
|
+
export const GetSandboxesRequestStatus = S.String;
|
|
29
|
+
export const GetSandboxesRequestTagsCase1List = /*@__PURE__*/ S.Array(S.String);
|
|
30
|
+
export const GetSandboxesRequestTags = S.Unknown;
|
|
31
|
+
export const GetSandboxesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
32
|
+
project: S.optional(S.String.pipe(T.Query())),
|
|
33
|
+
limit: S.optional(S.Number.pipe(T.Query())),
|
|
34
|
+
sortBy: S.optional(GetSandboxesRequestSortBy.pipe(T.Query())),
|
|
35
|
+
namePrefix: S.optional(S.String.pipe(T.Query())),
|
|
36
|
+
cursor: S.optional(S.String.pipe(T.Query())),
|
|
37
|
+
sortOrder: S.optional(GetSandboxesRequestSortOrder.pipe(T.Query())),
|
|
38
|
+
status: S.optional(GetSandboxesRequestStatus.pipe(T.Query())),
|
|
39
|
+
tags: S.optional(GetSandboxesRequestTags.pipe(T.Query())),
|
|
40
|
+
}).pipe(T.Http({ method: "GET", uri: "/sandboxes", code: 200 }))).annotate({
|
|
41
|
+
identifier: "GetSandboxesRequest",
|
|
42
|
+
});
|
|
43
|
+
export const NamedSandboxStatus = S.String;
|
|
44
|
+
export const NamedSandboxFailoverRegionsItem = S.String;
|
|
45
|
+
export const NamedSandboxFailoverRegionsList = /*@__PURE__*/ S.Array(NamedSandboxFailoverRegionsItem);
|
|
46
|
+
export const NamedSandboxKeepLastSnapshots = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
47
|
+
count: S.Number,
|
|
48
|
+
expiration: S.optional(S.Number),
|
|
49
|
+
deleteEvicted: S.Boolean,
|
|
50
|
+
})).annotate({
|
|
51
|
+
identifier: "NamedSandboxKeepLastSnapshots",
|
|
52
|
+
});
|
|
53
|
+
export const NamedSandboxNetworkPolicyMode = S.String;
|
|
54
|
+
export const NamedSandboxNetworkPolicyAllowedDomainsList =
|
|
55
|
+
/*@__PURE__*/ S.Array(S.String);
|
|
56
|
+
export const NamedSandboxNetworkPolicyAllowedCIDRsList = /*@__PURE__*/ S.Array(S.String);
|
|
57
|
+
export const NamedSandboxNetworkPolicyDeniedCIDRsList = /*@__PURE__*/ S.Array(S.String);
|
|
58
|
+
export const NamedSandboxNetworkPolicy = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
59
|
+
mode: NamedSandboxNetworkPolicyMode,
|
|
60
|
+
allowedDomains: S.optional(NamedSandboxNetworkPolicyAllowedDomainsList),
|
|
61
|
+
allowedCIDRs: S.optional(NamedSandboxNetworkPolicyAllowedCIDRsList),
|
|
62
|
+
deniedCIDRs: S.optional(NamedSandboxNetworkPolicyDeniedCIDRsList),
|
|
63
|
+
s3Key: S.optional(S.String),
|
|
64
|
+
})).annotate({
|
|
65
|
+
identifier: "NamedSandboxNetworkPolicy",
|
|
66
|
+
});
|
|
67
|
+
export const NamedSandboxTagsMap = /*@__PURE__*/ S.Record(S.String, S.String);
|
|
68
|
+
export const NamedSandboxMountsValueMode = S.String;
|
|
69
|
+
export const NamedSandboxMountsValue = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
70
|
+
drive: S.String,
|
|
71
|
+
mode: S.optional(NamedSandboxMountsValueMode),
|
|
72
|
+
})).annotate({
|
|
73
|
+
identifier: "NamedSandboxMountsValue",
|
|
74
|
+
});
|
|
75
|
+
export const NamedSandboxMountsMap = /*@__PURE__*/ S.Record(S.String, NamedSandboxMountsValue);
|
|
76
|
+
export const NamedSandbox = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
77
|
+
name: S.String,
|
|
78
|
+
currentSnapshotId: S.optional(S.String),
|
|
79
|
+
currentSessionId: S.String,
|
|
80
|
+
status: NamedSandboxStatus,
|
|
81
|
+
statusUpdatedAt: S.Number,
|
|
82
|
+
persistent: S.Boolean,
|
|
83
|
+
region: S.optional(S.String),
|
|
84
|
+
failoverRegions: S.optional(NamedSandboxFailoverRegionsList),
|
|
85
|
+
vcpus: S.optional(S.Number),
|
|
86
|
+
memory: S.optional(S.Number),
|
|
87
|
+
runtime: S.optional(S.String),
|
|
88
|
+
image: S.optional(S.String),
|
|
89
|
+
timeout: S.optional(S.Number),
|
|
90
|
+
snapshotExpiration: S.optional(S.Number),
|
|
91
|
+
keepLastSnapshots: S.optional(NamedSandboxKeepLastSnapshots),
|
|
92
|
+
networkPolicy: S.optional(NamedSandboxNetworkPolicy),
|
|
93
|
+
totalEgressBytes: S.optional(S.Number),
|
|
94
|
+
totalIngressBytes: S.optional(S.Number),
|
|
95
|
+
totalActiveCpuDurationMs: S.optional(S.Number),
|
|
96
|
+
totalDurationMs: S.optional(S.Number),
|
|
97
|
+
cwd: S.optional(S.String),
|
|
98
|
+
tags: S.optional(NamedSandboxTagsMap),
|
|
99
|
+
mounts: S.optional(NamedSandboxMountsMap),
|
|
100
|
+
createdAt: S.Number,
|
|
101
|
+
updatedAt: S.Number,
|
|
102
|
+
expiresAt: S.optional(S.Number),
|
|
103
|
+
})).annotate({ identifier: "NamedSandbox" });
|
|
104
|
+
export const GetSandboxesResponseSandboxesList = /*@__PURE__*/ S.Array(NamedSandbox);
|
|
105
|
+
export const GetSandboxesResponsePagination = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
106
|
+
count: S.Number,
|
|
107
|
+
next: S.NullOr(S.String),
|
|
108
|
+
})).annotate({
|
|
109
|
+
identifier: "GetSandboxesResponsePagination",
|
|
110
|
+
});
|
|
111
|
+
export const GetSandboxesResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
112
|
+
sandboxes: GetSandboxesResponseSandboxesList,
|
|
113
|
+
pagination: GetSandboxesResponsePagination,
|
|
114
|
+
})).annotate({
|
|
115
|
+
identifier: "GetSandboxesResponse",
|
|
116
|
+
});
|
|
117
|
+
export const getSandboxes = /*@__PURE__*/ API.make(() => ({
|
|
118
|
+
input: GetSandboxesRequest,
|
|
119
|
+
output: GetSandboxesResponse,
|
|
120
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
121
|
+
protocol: VercelProtocol,
|
|
122
|
+
retry: Retry.Retry,
|
|
123
|
+
}));
|
|
124
|
+
//# sourceMappingURL=misc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"misc.js","sourceRoot":"","sources":["../../src/services/misc.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
|
|
4
|
+
export type { VercelOpError, VercelOpContext };
|
|
5
|
+
declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
|
|
6
|
+
readonly code: any;
|
|
7
|
+
readonly message: any;
|
|
8
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
9
|
+
"@distilled.cloud/error/categories": {
|
|
10
|
+
BadRequestError: true;
|
|
11
|
+
};
|
|
12
|
+
});
|
|
13
|
+
export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
|
|
14
|
+
}
|
|
15
|
+
declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
|
|
16
|
+
readonly code: any;
|
|
17
|
+
readonly message: any;
|
|
18
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
19
|
+
"@distilled.cloud/error/categories": {
|
|
20
|
+
ConflictError: true;
|
|
21
|
+
};
|
|
22
|
+
});
|
|
23
|
+
export declare class Conflict extends /*@__PURE__*/ Conflict_base {
|
|
24
|
+
}
|
|
25
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
26
|
+
readonly code: any;
|
|
27
|
+
readonly message: any;
|
|
28
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
29
|
+
"@distilled.cloud/error/categories": {
|
|
30
|
+
AuthError: true;
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
34
|
+
}
|
|
35
|
+
declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
|
|
36
|
+
readonly code: any;
|
|
37
|
+
readonly message: any;
|
|
38
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
39
|
+
"@distilled.cloud/error/categories": {
|
|
40
|
+
BadRequestError: true;
|
|
41
|
+
};
|
|
42
|
+
});
|
|
43
|
+
export declare class NotFound extends /*@__PURE__*/ NotFound_base {
|
|
44
|
+
}
|
|
45
|
+
declare const PaymentRequired_base: S.Class<PaymentRequired, S.TaggedStruct<"PaymentRequired", {
|
|
46
|
+
readonly code: any;
|
|
47
|
+
readonly message: any;
|
|
48
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
49
|
+
"@distilled.cloud/error/categories": {
|
|
50
|
+
QuotaError: true;
|
|
51
|
+
};
|
|
52
|
+
});
|
|
53
|
+
export declare class PaymentRequired extends /*@__PURE__*/ PaymentRequired_base {
|
|
54
|
+
}
|
|
55
|
+
export type CreateNetworkRequestAwsAvailabilityZoneIdsList = Array<string>;
|
|
56
|
+
export declare const CreateNetworkRequestAwsAvailabilityZoneIdsList: S.Schema<CreateNetworkRequestAwsAvailabilityZoneIdsList>;
|
|
57
|
+
export interface CreateNetworkRequest {
|
|
58
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
59
|
+
teamId?: string;
|
|
60
|
+
/** The Team slug to perform the request on behalf of. */
|
|
61
|
+
slug?: string;
|
|
62
|
+
awsAvailabilityZoneIds?: CreateNetworkRequestAwsAvailabilityZoneIdsList;
|
|
63
|
+
/** The CIDR block of the network */
|
|
64
|
+
cidr: string;
|
|
65
|
+
/** The name of the network */
|
|
66
|
+
name: string;
|
|
67
|
+
/** The region where the network will be created */
|
|
68
|
+
region: string;
|
|
69
|
+
}
|
|
70
|
+
export declare const CreateNetworkRequest: S.Schema<CreateNetworkRequest>;
|
|
71
|
+
/** The IDs of the AWS Availability Zones in which the network exists, if specified during creation. */
|
|
72
|
+
export type NetworkAwsAvailabilityZoneIdsList = Array<string>;
|
|
73
|
+
export declare const NetworkAwsAvailabilityZoneIdsList: S.Schema<NetworkAwsAvailabilityZoneIdsList>;
|
|
74
|
+
export type NetworkEgressIpAddressesList = Array<string>;
|
|
75
|
+
export declare const NetworkEgressIpAddressesList: S.Schema<NetworkEgressIpAddressesList>;
|
|
76
|
+
/** Metadata about any AWS Route53 Hosted Zones associated with the Network. */
|
|
77
|
+
export interface NetworkHostedZones {
|
|
78
|
+
/** The number of AWS Route53 Hosted Zones associated with the Network. */
|
|
79
|
+
count: number;
|
|
80
|
+
}
|
|
81
|
+
export declare const NetworkHostedZones: S.Schema<NetworkHostedZones>;
|
|
82
|
+
/** Metadata about any AWS Route53 Hosted Zones associated with the Network. */
|
|
83
|
+
export type NetworkPeeringConnections = NetworkHostedZones;
|
|
84
|
+
export declare const NetworkPeeringConnections: S.Schema<NetworkHostedZones>;
|
|
85
|
+
export type NetworkProjectsIdsList = Array<string>;
|
|
86
|
+
export declare const NetworkProjectsIdsList: S.Schema<NetworkProjectsIdsList>;
|
|
87
|
+
/** Metadata about any projects associated with the Network. */
|
|
88
|
+
export interface NetworkProjects {
|
|
89
|
+
count: number;
|
|
90
|
+
ids: NetworkProjectsIdsList;
|
|
91
|
+
}
|
|
92
|
+
export declare const NetworkProjects: S.Schema<NetworkProjects>;
|
|
93
|
+
/** The status of the Network. */
|
|
94
|
+
export type NetworkStatus = "create_in_progress" | "delete_in_progress" | "error" | "ready";
|
|
95
|
+
export declare const NetworkStatus: any;
|
|
96
|
+
export interface Network {
|
|
97
|
+
/** The ID of the AWS Account in which the network exists. */
|
|
98
|
+
awsAccountId: string;
|
|
99
|
+
/** The IDs of the AWS Availability Zones in which the network exists, if specified during creation. */
|
|
100
|
+
awsAvailabilityZoneIds?: NetworkAwsAvailabilityZoneIdsList;
|
|
101
|
+
/** The AWS Region in which the network exists. */
|
|
102
|
+
awsRegion: string;
|
|
103
|
+
/** The CIDR range of the Network. */
|
|
104
|
+
cidr: string;
|
|
105
|
+
/** The date at which the Network was created, represented as a UNIX timestamp since EPOCH. */
|
|
106
|
+
createdAt: number;
|
|
107
|
+
egressIpAddresses?: NetworkEgressIpAddressesList;
|
|
108
|
+
/** Metadata about any AWS Route53 Hosted Zones associated with the Network. */
|
|
109
|
+
hostedZones?: NetworkHostedZones;
|
|
110
|
+
/** The unique identifier of the Network. */
|
|
111
|
+
id: string;
|
|
112
|
+
/** The name of the network. */
|
|
113
|
+
name: string;
|
|
114
|
+
/** Metadata about any AWS Route53 Hosted Zones associated with the Network. */
|
|
115
|
+
peeringConnections?: NetworkHostedZones;
|
|
116
|
+
/** Metadata about any projects associated with the Network. */
|
|
117
|
+
projects?: NetworkProjects;
|
|
118
|
+
/** The Vercel region in which the Network exists. */
|
|
119
|
+
region?: string;
|
|
120
|
+
/** The status of the Network. */
|
|
121
|
+
status: NetworkStatus;
|
|
122
|
+
/** The unique identifier of the Team that owns the Network. */
|
|
123
|
+
teamId: string;
|
|
124
|
+
/** The ID of the VPC which hosts the network. */
|
|
125
|
+
vpcId?: string;
|
|
126
|
+
}
|
|
127
|
+
export declare const Network: S.Schema<Network>;
|
|
128
|
+
export interface CreatePrivateLinkEndpointRequest {
|
|
129
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
130
|
+
teamId?: string;
|
|
131
|
+
/** The Team slug to perform the request on behalf of. */
|
|
132
|
+
slug?: string;
|
|
133
|
+
/** The project ID to create the PrivateLink endpoint for. */
|
|
134
|
+
projectId: string;
|
|
135
|
+
/** The name of the PrivateLink endpoint, used as its label in the Vercel dashboard. */
|
|
136
|
+
name: string;
|
|
137
|
+
/** The Vercel region to provision the endpoint in. Advanced Networking must be enabled for the project in that region. The endpoint service itself may live in another AWS region. */
|
|
138
|
+
vercelRegion: string;
|
|
139
|
+
/** The name of the AWS VPC endpoint service to connect to. Its AWS region is read from the name; when that region differs from the one behind `vercelRegion`, the service must allow cross-region access. */
|
|
140
|
+
awsServiceName: string;
|
|
141
|
+
/** Whether to resolve the endpoint service through its private DNS names, which are then returned in `privateDnsNames`. Defaults to `false`, in which case the endpoint is reachable through the DNS names in `awsDnsEntries`. */
|
|
142
|
+
enablePrivateDns?: boolean;
|
|
143
|
+
}
|
|
144
|
+
export declare const CreatePrivateLinkEndpointRequest: S.Schema<CreatePrivateLinkEndpointRequest>;
|
|
145
|
+
/** The regional DNS names assigned to the endpoint by AWS. Use these to reach the service when private DNS is not enabled. */
|
|
146
|
+
export type PrivateLinkEndpointAwsDnsEntriesList = Array<string>;
|
|
147
|
+
export declare const PrivateLinkEndpointAwsDnsEntriesList: S.Schema<PrivateLinkEndpointAwsDnsEntriesList>;
|
|
148
|
+
/** The private DNS names of the endpoint service, populated when private DNS is enabled for the endpoint. */
|
|
149
|
+
export type PrivateLinkEndpointPrivateDnsNamesList = Array<string>;
|
|
150
|
+
export declare const PrivateLinkEndpointPrivateDnsNamesList: S.Schema<PrivateLinkEndpointPrivateDnsNamesList>;
|
|
151
|
+
/** The current state of the endpoint. - `creating`: the endpoint is being created. - `pending-acceptance`: waiting for the endpoint service owner to accept the connection. Only occurs for services that require manual acceptance. - `provisioning`: the connection was accepted and AWS is finishing setup. - `available`: the endpoint is fully provisioned and ready to use. - `rejected`: the endpoint service owner rejected the connection. - `failed`: the endpoint could not be provisioned. - `deleting`: the endpoint is being deleted. */
|
|
152
|
+
export type PrivateLinkEndpointStatus = "available" | "creating" | "deleting" | "failed" | "pending-acceptance" | "provisioning" | "rejected";
|
|
153
|
+
export declare const PrivateLinkEndpointStatus: any;
|
|
154
|
+
/** A PrivateLink endpoint, which connects a project to an AWS VPC endpoint service in a single region so that traffic reaches the service over AWS PrivateLink rather than the public internet. */
|
|
155
|
+
export interface PrivateLinkEndpoint {
|
|
156
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
157
|
+
endpointId: string;
|
|
158
|
+
/** The name of the PrivateLink endpoint, shown in the Vercel dashboard. */
|
|
159
|
+
name: string;
|
|
160
|
+
/** The identifier of the team that owns the PrivateLink endpoint. */
|
|
161
|
+
teamId: string;
|
|
162
|
+
/** The identifier of the project the PrivateLink endpoint belongs to. */
|
|
163
|
+
projectId: string;
|
|
164
|
+
/** The Vercel region the endpoint is provisioned in. */
|
|
165
|
+
vercelRegion: string;
|
|
166
|
+
/** The AWS VPC endpoint service the endpoint connects to. */
|
|
167
|
+
awsServiceName: string;
|
|
168
|
+
/** The identifier of the underlying AWS VPC endpoint. Absent until AWS has created the endpoint. */
|
|
169
|
+
vpcEndpointId?: string;
|
|
170
|
+
/** The regional DNS names assigned to the endpoint by AWS. Use these to reach the service when private DNS is not enabled. */
|
|
171
|
+
awsDnsEntries?: PrivateLinkEndpointAwsDnsEntriesList;
|
|
172
|
+
/** The private DNS names of the endpoint service, populated when private DNS is enabled for the endpoint. */
|
|
173
|
+
privateDnsNames?: PrivateLinkEndpointPrivateDnsNamesList;
|
|
174
|
+
/** The current state of the endpoint. - `creating`: the endpoint is being created. - `pending-acceptance`: waiting for the endpoint service owner to accept the connection. Only occurs for services that require manual acceptance. - `provisioning`: the connection was accepted and AWS is finishing setup. - `available`: the endpoint is fully provisioned and ready to use. - `rejected`: the endpoint service owner rejected the connection. - `failed`: the endpoint could not be provisioned. - `deleting`: the endpoint is being deleted. */
|
|
175
|
+
status: PrivateLinkEndpointStatus;
|
|
176
|
+
/** A human-readable explanation of why the endpoint could not be provisioned. Only set when `status` is `failed`, and absent for every other status including `rejected`, since AWS does not report a rejection reason. */
|
|
177
|
+
statusMessage?: string;
|
|
178
|
+
/** Timestamp in milliseconds since the UNIX epoch for when the endpoint was created. */
|
|
179
|
+
createdAt: number;
|
|
180
|
+
/** Timestamp in milliseconds since the UNIX epoch for when the endpoint was last updated. */
|
|
181
|
+
updatedAt: number;
|
|
182
|
+
}
|
|
183
|
+
export declare const PrivateLinkEndpoint: S.Schema<PrivateLinkEndpoint>;
|
|
184
|
+
export interface DeleteNetworkRequest {
|
|
185
|
+
/** The ID of the network to delete */
|
|
186
|
+
networkId: string;
|
|
187
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
188
|
+
teamId?: string;
|
|
189
|
+
/** The Team slug to perform the request on behalf of. */
|
|
190
|
+
slug?: string;
|
|
191
|
+
}
|
|
192
|
+
export declare const DeleteNetworkRequest: S.Schema<DeleteNetworkRequest>;
|
|
193
|
+
export interface DeleteNetworkResponse {
|
|
194
|
+
}
|
|
195
|
+
export declare const DeleteNetworkResponse: S.Schema<DeleteNetworkResponse>;
|
|
196
|
+
export interface DeletePrivateLinkEndpointRequest {
|
|
197
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
198
|
+
endpointId: string;
|
|
199
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
200
|
+
projectId: string;
|
|
201
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
202
|
+
teamId?: string;
|
|
203
|
+
/** The Team slug to perform the request on behalf of. */
|
|
204
|
+
slug?: string;
|
|
205
|
+
}
|
|
206
|
+
export declare const DeletePrivateLinkEndpointRequest: S.Schema<DeletePrivateLinkEndpointRequest>;
|
|
207
|
+
export type DeletePrivateLinkEndpointResponse = unknown;
|
|
208
|
+
export declare const DeletePrivateLinkEndpointResponse: S.Schema<DeletePrivateLinkEndpointResponse>;
|
|
209
|
+
export interface ListNetworksRequest {
|
|
210
|
+
/** Whether to include Hosted Zones in the response */
|
|
211
|
+
includeHostedZones?: boolean;
|
|
212
|
+
/** Whether to include VPC Peering connections in the response */
|
|
213
|
+
includePeeringConnections?: boolean;
|
|
214
|
+
/** Whether to include projects in the response */
|
|
215
|
+
includeProjects?: boolean;
|
|
216
|
+
/** The query to use as a filter for returned networks */
|
|
217
|
+
search?: string;
|
|
218
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
219
|
+
teamId?: string;
|
|
220
|
+
/** The Team slug to perform the request on behalf of. */
|
|
221
|
+
slug?: string;
|
|
222
|
+
}
|
|
223
|
+
export declare const ListNetworksRequest: S.Schema<ListNetworksRequest>;
|
|
224
|
+
export type ListNetworksResponseBodyList = Array<Network>;
|
|
225
|
+
export declare const ListNetworksResponseBodyList: S.Schema<ListNetworksResponseBodyList>;
|
|
226
|
+
export type ListNetworksResponse = ListNetworksResponseBodyList;
|
|
227
|
+
export declare const ListNetworksResponse: S.Schema<ListNetworksResponse>;
|
|
228
|
+
export interface ListPrivateLinkEndpointsRequest {
|
|
229
|
+
/** The project ID to list PrivateLink endpoints for. */
|
|
230
|
+
projectId: string;
|
|
231
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
232
|
+
teamId?: string;
|
|
233
|
+
/** The Team slug to perform the request on behalf of. */
|
|
234
|
+
slug?: string;
|
|
235
|
+
}
|
|
236
|
+
export declare const ListPrivateLinkEndpointsRequest: S.Schema<ListPrivateLinkEndpointsRequest>;
|
|
237
|
+
export type ListPrivateLinkEndpointsResponseBodyList = Array<PrivateLinkEndpoint>;
|
|
238
|
+
export declare const ListPrivateLinkEndpointsResponseBodyList: S.Schema<ListPrivateLinkEndpointsResponseBodyList>;
|
|
239
|
+
export type ListPrivateLinkEndpointsResponse = ListPrivateLinkEndpointsResponseBodyList;
|
|
240
|
+
export declare const ListPrivateLinkEndpointsResponse: S.Schema<ListPrivateLinkEndpointsResponse>;
|
|
241
|
+
export interface ReadNetworkRequest {
|
|
242
|
+
/** The unique identifier of the Secure Compute network */
|
|
243
|
+
networkId: string;
|
|
244
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
245
|
+
teamId?: string;
|
|
246
|
+
/** The Team slug to perform the request on behalf of. */
|
|
247
|
+
slug?: string;
|
|
248
|
+
}
|
|
249
|
+
export declare const ReadNetworkRequest: S.Schema<ReadNetworkRequest>;
|
|
250
|
+
export interface ReadPrivateLinkEndpointRequest {
|
|
251
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
252
|
+
endpointId: string;
|
|
253
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
254
|
+
projectId: string;
|
|
255
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
256
|
+
teamId?: string;
|
|
257
|
+
/** The Team slug to perform the request on behalf of. */
|
|
258
|
+
slug?: string;
|
|
259
|
+
}
|
|
260
|
+
export declare const ReadPrivateLinkEndpointRequest: S.Schema<ReadPrivateLinkEndpointRequest>;
|
|
261
|
+
export interface UpdateNetworkRequest {
|
|
262
|
+
/** The unique identifier of the Secure Compute network */
|
|
263
|
+
networkId: string;
|
|
264
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
265
|
+
teamId?: string;
|
|
266
|
+
/** The Team slug to perform the request on behalf of. */
|
|
267
|
+
slug?: string;
|
|
268
|
+
/** The name of the Secure Compute network */
|
|
269
|
+
name: string;
|
|
270
|
+
}
|
|
271
|
+
export declare const UpdateNetworkRequest: S.Schema<UpdateNetworkRequest>;
|
|
272
|
+
export interface UpdatePrivateLinkEndpointRequest {
|
|
273
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
274
|
+
endpointId: string;
|
|
275
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
276
|
+
projectId: string;
|
|
277
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
278
|
+
teamId?: string;
|
|
279
|
+
/** The Team slug to perform the request on behalf of. */
|
|
280
|
+
slug?: string;
|
|
281
|
+
/** A new name for the PrivateLink endpoint. When omitted, the current name is kept. */
|
|
282
|
+
name?: string;
|
|
283
|
+
/** When `true`, resolves the endpoint service through its private DNS names, which are then returned in `privateDnsNames`. When `false`, clears them. When omitted, the current setting is kept. At least one of `name` or `enablePrivateDns` must be provided. */
|
|
284
|
+
enablePrivateDns?: boolean;
|
|
285
|
+
}
|
|
286
|
+
export declare const UpdatePrivateLinkEndpointRequest: S.Schema<UpdatePrivateLinkEndpointRequest>;
|
|
287
|
+
export type UpdateStaticIpsRequestRegionsList = Array<string>;
|
|
288
|
+
export declare const UpdateStaticIpsRequestRegionsList: S.Schema<UpdateStaticIpsRequestRegionsList>;
|
|
289
|
+
export interface UpdateStaticIpsRequest {
|
|
290
|
+
/** The unique project identifier or the project name */
|
|
291
|
+
idOrName: string;
|
|
292
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
293
|
+
teamId?: string;
|
|
294
|
+
/** The Team slug to perform the request on behalf of. */
|
|
295
|
+
slug?: string;
|
|
296
|
+
/** Whether to use Static IPs for builds. */
|
|
297
|
+
builds?: boolean;
|
|
298
|
+
regions?: UpdateStaticIpsRequestRegionsList;
|
|
299
|
+
}
|
|
300
|
+
export declare const UpdateStaticIpsRequest: S.Schema<UpdateStaticIpsRequest>;
|
|
301
|
+
export type UpdateStaticIpsResponseBodyItemEnvIdCase1 = "preview" | "production";
|
|
302
|
+
export declare const UpdateStaticIpsResponseBodyItemEnvIdCase1: any;
|
|
303
|
+
export type UpdateStaticIpsResponseBodyItemEnvId = string | UpdateStaticIpsResponseBodyItemEnvIdCase1;
|
|
304
|
+
export declare const UpdateStaticIpsResponseBodyItemEnvId: S.Schema<UpdateStaticIpsResponseBodyItemEnvId>;
|
|
305
|
+
export type UpdateStaticIpsResponseBodyItemAwsSubnetIdsList = Array<string>;
|
|
306
|
+
export declare const UpdateStaticIpsResponseBodyItemAwsSubnetIdsList: S.Schema<UpdateStaticIpsResponseBodyItemAwsSubnetIdsList>;
|
|
307
|
+
export interface UpdateStaticIpsResponseBodyItemAws {
|
|
308
|
+
subnetIds: UpdateStaticIpsResponseBodyItemAwsSubnetIdsList;
|
|
309
|
+
securityGroupId?: string;
|
|
310
|
+
}
|
|
311
|
+
export declare const UpdateStaticIpsResponseBodyItemAws: S.Schema<UpdateStaticIpsResponseBodyItemAws>;
|
|
312
|
+
export interface UpdateStaticIpsResponseBodyItem {
|
|
313
|
+
envId: UpdateStaticIpsResponseBodyItemEnvId;
|
|
314
|
+
connectConfigurationId: string;
|
|
315
|
+
dc?: string;
|
|
316
|
+
passive: boolean;
|
|
317
|
+
buildsEnabled: boolean;
|
|
318
|
+
aws?: UpdateStaticIpsResponseBodyItemAws;
|
|
319
|
+
createdAt: number;
|
|
320
|
+
updatedAt: number;
|
|
321
|
+
}
|
|
322
|
+
export declare const UpdateStaticIpsResponseBodyItem: S.Schema<UpdateStaticIpsResponseBodyItem>;
|
|
323
|
+
export type UpdateStaticIpsResponseBodyList = Array<UpdateStaticIpsResponseBodyItem>;
|
|
324
|
+
export declare const UpdateStaticIpsResponseBodyList: S.Schema<UpdateStaticIpsResponseBodyList>;
|
|
325
|
+
export type UpdateStaticIpsResponse = UpdateStaticIpsResponseBodyList;
|
|
326
|
+
export declare const UpdateStaticIpsResponse: S.Schema<UpdateStaticIpsResponse>;
|
|
327
|
+
export type CreateNetworkError = BadRequest | PaymentRequired | Forbidden | Conflict | VercelOpError;
|
|
328
|
+
/** Create a Secure Compute network Allows to create a Secure Compute network. */
|
|
329
|
+
export declare const createNetwork: API.OperationMethod<CreateNetworkRequest, Network, CreateNetworkError, VercelOpContext>;
|
|
330
|
+
export type CreatePrivateLinkEndpointError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
|
|
331
|
+
/** Create a PrivateLink endpoint Creates a PrivateLink endpoint for a project. */
|
|
332
|
+
export declare const createPrivateLinkEndpoint: API.OperationMethod<CreatePrivateLinkEndpointRequest, PrivateLinkEndpoint, CreatePrivateLinkEndpointError, VercelOpContext>;
|
|
333
|
+
export type DeleteNetworkError = BadRequest | PaymentRequired | Forbidden | Conflict | VercelOpError;
|
|
334
|
+
/** Delete a Secure Compute network Allows to delete a Secure Compute network. */
|
|
335
|
+
export declare const deleteNetwork: API.OperationMethod<DeleteNetworkRequest, DeleteNetworkResponse, DeleteNetworkError, VercelOpContext>;
|
|
336
|
+
export type DeletePrivateLinkEndpointError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
|
|
337
|
+
/** Delete a PrivateLink endpoint Deletes a PrivateLink endpoint. */
|
|
338
|
+
export declare const deletePrivateLinkEndpoint: API.OperationMethod<DeletePrivateLinkEndpointRequest, DeletePrivateLinkEndpointResponse, DeletePrivateLinkEndpointError, VercelOpContext>;
|
|
339
|
+
export type ListNetworksError = BadRequest | Forbidden | VercelOpError;
|
|
340
|
+
/** List Secure Compute networks Allows to list Secure Compute networks. */
|
|
341
|
+
export declare const listNetworks: API.OperationMethod<ListNetworksRequest, ListNetworksResponse, ListNetworksError, VercelOpContext>;
|
|
342
|
+
export type ListPrivateLinkEndpointsError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
343
|
+
/** List PrivateLink endpoints Lists all PrivateLink endpoints for a project. */
|
|
344
|
+
export declare const listPrivateLinkEndpoints: API.OperationMethod<ListPrivateLinkEndpointsRequest, ListPrivateLinkEndpointsResponse, ListPrivateLinkEndpointsError, VercelOpContext>;
|
|
345
|
+
export type ReadNetworkError = BadRequest | Forbidden | VercelOpError;
|
|
346
|
+
/** Read a Secure Compute network Allows to read a Secure Compute network. */
|
|
347
|
+
export declare const readNetwork: API.OperationMethod<ReadNetworkRequest, Network, ReadNetworkError, VercelOpContext>;
|
|
348
|
+
export type ReadPrivateLinkEndpointError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
349
|
+
/** Read a PrivateLink endpoint Reads a single PrivateLink endpoint. */
|
|
350
|
+
export declare const readPrivateLinkEndpoint: API.OperationMethod<ReadPrivateLinkEndpointRequest, PrivateLinkEndpoint, ReadPrivateLinkEndpointError, VercelOpContext>;
|
|
351
|
+
export type UpdateNetworkError = BadRequest | Forbidden | VercelOpError;
|
|
352
|
+
/** Update a Secure Compute network Allows to update a Secure Compute network. */
|
|
353
|
+
export declare const updateNetwork: API.OperationMethod<UpdateNetworkRequest, Network, UpdateNetworkError, VercelOpContext>;
|
|
354
|
+
export type UpdatePrivateLinkEndpointError = BadRequest | Forbidden | NotFound | Conflict | VercelOpError;
|
|
355
|
+
/** Update a PrivateLink endpoint Updates a PrivateLink endpoint (name, privateDns). */
|
|
356
|
+
export declare const updatePrivateLinkEndpoint: API.OperationMethod<UpdatePrivateLinkEndpointRequest, PrivateLinkEndpoint, UpdatePrivateLinkEndpointError, VercelOpContext>;
|
|
357
|
+
export type UpdateStaticIpsError = BadRequest | PaymentRequired | Forbidden | NotFound | Conflict | VercelOpError;
|
|
358
|
+
/** Configures Static IPs for a project Allows configuring Static IPs for a project */
|
|
359
|
+
export declare const updateStaticIps: API.OperationMethod<UpdateStaticIpsRequest, UpdateStaticIpsResponse, UpdateStaticIpsError, VercelOpContext>;
|
|
360
|
+
//# sourceMappingURL=networking.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networking.d.ts","sourceRoot":"","sources":["../../src/services/networking.ts"],"names":[],"mappings":"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"}
|