@distilled.cloud/fly-io 0.9.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/operations/AppCertificatesAcmeCreate.d.ts +3 -0
- package/lib/operations/AppCertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.js +3 -0
- package/lib/operations/AppCertificatesAcmeCreate.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.js +7 -1
- package/lib/operations/AppCertificatesAcmeDelete.js.map +1 -1
- package/lib/operations/AppCertificatesCheck.d.ts +7 -1
- package/lib/operations/AppCertificatesCheck.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCheck.js +7 -1
- package/lib/operations/AppCertificatesCheck.js.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts +3 -0
- package/lib/operations/AppCertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.js +3 -0
- package/lib/operations/AppCertificatesCustomCreate.js.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.js +7 -1
- package/lib/operations/AppCertificatesCustomDelete.js.map +1 -1
- package/lib/operations/AppCertificatesDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesDelete.js +7 -1
- package/lib/operations/AppCertificatesDelete.js.map +1 -1
- package/lib/operations/AppCertificatesList.d.ts +2 -0
- package/lib/operations/AppCertificatesList.d.ts.map +1 -1
- package/lib/operations/AppCertificatesList.js +2 -0
- package/lib/operations/AppCertificatesList.js.map +1 -1
- package/lib/operations/AppCertificatesShow.d.ts +7 -1
- package/lib/operations/AppCertificatesShow.d.ts.map +1 -1
- package/lib/operations/AppCertificatesShow.js +7 -1
- package/lib/operations/AppCertificatesShow.js.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts +3 -0
- package/lib/operations/AppIPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.js +3 -0
- package/lib/operations/AppIPAssignmentsCreate.js.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts +7 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.js +7 -1
- package/lib/operations/AppIPAssignmentsDelete.js.map +1 -1
- package/lib/operations/AppIPAssignmentsList.d.ts +5 -1
- package/lib/operations/AppIPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsList.js +5 -1
- package/lib/operations/AppIPAssignmentsList.js.map +1 -1
- package/lib/operations/MachinesCreate.d.ts +42 -81
- package/lib/operations/MachinesCreate.d.ts.map +1 -1
- package/lib/operations/MachinesCreate.js +90 -81
- package/lib/operations/MachinesCreate.js.map +1 -1
- package/lib/operations/MachinesList.d.ts +28 -54
- package/lib/operations/MachinesList.d.ts.map +1 -1
- package/lib/operations/MachinesList.js +60 -54
- package/lib/operations/MachinesList.js.map +1 -1
- package/lib/operations/MachinesListVersions.d.ts +14 -27
- package/lib/operations/MachinesListVersions.d.ts.map +1 -1
- package/lib/operations/MachinesListVersions.js +30 -27
- package/lib/operations/MachinesListVersions.js.map +1 -1
- package/lib/operations/MachinesOrgList.d.ts +19 -2
- package/lib/operations/MachinesOrgList.d.ts.map +1 -1
- package/lib/operations/MachinesOrgList.js +19 -2
- package/lib/operations/MachinesOrgList.js.map +1 -1
- package/lib/operations/MachinesRestart.d.ts +1 -1
- package/lib/operations/MachinesRestart.d.ts.map +1 -1
- package/lib/operations/MachinesRestart.js +9 -1
- package/lib/operations/MachinesRestart.js.map +1 -1
- package/lib/operations/MachinesShow.d.ts +28 -54
- package/lib/operations/MachinesShow.d.ts.map +1 -1
- package/lib/operations/MachinesShow.js +60 -54
- package/lib/operations/MachinesShow.js.map +1 -1
- package/lib/operations/MachinesSignal.d.ts +1 -1
- package/lib/operations/MachinesSignal.d.ts.map +1 -1
- package/lib/operations/MachinesSignal.js +1 -0
- package/lib/operations/MachinesSignal.js.map +1 -1
- package/lib/operations/MachinesStop.d.ts +2 -4
- package/lib/operations/MachinesStop.d.ts.map +1 -1
- package/lib/operations/MachinesStop.js +10 -4
- package/lib/operations/MachinesStop.js.map +1 -1
- package/lib/operations/MachinesUpdate.d.ts +42 -81
- package/lib/operations/MachinesUpdate.d.ts.map +1 -1
- package/lib/operations/MachinesUpdate.js +90 -81
- package/lib/operations/MachinesUpdate.js.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts +6 -4
- package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.js +8 -6
- package/lib/operations/MachinesUpdateMetadata.js.map +1 -1
- package/lib/operations/MachinesWait.d.ts +9 -3
- package/lib/operations/MachinesWait.d.ts.map +1 -1
- package/lib/operations/MachinesWait.js +9 -2
- package/lib/operations/MachinesWait.js.map +1 -1
- package/lib/operations/PlatformPlacementsPost.d.ts +1 -0
- package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -1
- package/lib/operations/PlatformPlacementsPost.js +1 -0
- package/lib/operations/PlatformPlacementsPost.js.map +1 -1
- package/lib/operations/PlatformRegionsGet.d.ts +2 -17
- package/lib/operations/PlatformRegionsGet.d.ts.map +1 -1
- package/lib/operations/PlatformRegionsGet.js +2 -17
- package/lib/operations/PlatformRegionsGet.js.map +1 -1
- package/lib/operations/VolumeDelete.d.ts +1 -0
- package/lib/operations/VolumeDelete.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.js +1 -0
- package/lib/operations/VolumeDelete.js.map +1 -1
- package/lib/operations/VolumesCreate.d.ts +2 -0
- package/lib/operations/VolumesCreate.d.ts.map +1 -1
- package/lib/operations/VolumesCreate.js +2 -0
- package/lib/operations/VolumesCreate.js.map +1 -1
- package/lib/operations/VolumesExtend.d.ts +1 -0
- package/lib/operations/VolumesExtend.d.ts.map +1 -1
- package/lib/operations/VolumesExtend.js +1 -0
- package/lib/operations/VolumesExtend.js.map +1 -1
- package/lib/operations/VolumesGetById.d.ts +1 -0
- package/lib/operations/VolumesGetById.d.ts.map +1 -1
- package/lib/operations/VolumesGetById.js +1 -0
- package/lib/operations/VolumesGetById.js.map +1 -1
- package/lib/operations/VolumesList.d.ts +1 -0
- package/lib/operations/VolumesList.d.ts.map +1 -1
- package/lib/operations/VolumesList.js +1 -0
- package/lib/operations/VolumesList.js.map +1 -1
- package/lib/operations/VolumesOrgList.d.ts +59 -0
- package/lib/operations/VolumesOrgList.d.ts.map +1 -0
- package/lib/operations/VolumesOrgList.js +65 -0
- package/lib/operations/VolumesOrgList.js.map +1 -0
- package/lib/operations/VolumesUpdate.d.ts +1 -0
- package/lib/operations/VolumesUpdate.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.js +1 -0
- package/lib/operations/VolumesUpdate.js.map +1 -1
- package/lib/operations/index.d.ts +3 -1
- package/lib/operations/index.d.ts.map +1 -1
- package/lib/operations/index.js +3 -1
- package/lib/operations/index.js.map +1 -1
- package/package.json +4 -4
- package/src/operations/AppCertificatesAcmeCreate.ts +3 -0
- package/src/operations/AppCertificatesAcmeDelete.ts +7 -1
- package/src/operations/AppCertificatesCheck.ts +7 -1
- package/src/operations/AppCertificatesCustomCreate.ts +3 -0
- package/src/operations/AppCertificatesCustomDelete.ts +7 -1
- package/src/operations/AppCertificatesDelete.ts +7 -1
- package/src/operations/AppCertificatesList.ts +2 -0
- package/src/operations/AppCertificatesShow.ts +7 -1
- package/src/operations/AppIPAssignmentsCreate.ts +3 -0
- package/src/operations/AppIPAssignmentsDelete.ts +7 -1
- package/src/operations/AppIPAssignmentsList.ts +5 -3
- package/src/operations/MachinesCreate.ts +102 -123
- package/src/operations/MachinesList.ts +68 -82
- package/src/operations/MachinesListVersions.ts +34 -41
- package/src/operations/MachinesOrgList.ts +27 -2
- package/src/operations/MachinesRestart.ts +11 -1
- package/src/operations/MachinesShow.ts +68 -82
- package/src/operations/MachinesSignal.ts +1 -0
- package/src/operations/MachinesStop.ts +11 -5
- package/src/operations/MachinesUpdate.ts +102 -123
- package/src/operations/MachinesUpdateMetadata.ts +8 -6
- package/src/operations/MachinesWait.ts +9 -2
- package/src/operations/PlatformPlacementsPost.ts +1 -0
- package/src/operations/PlatformRegionsGet.ts +4 -17
- package/src/operations/VolumeDelete.ts +1 -0
- package/src/operations/VolumesCreate.ts +2 -0
- package/src/operations/VolumesExtend.ts +1 -0
- package/src/operations/VolumesGetById.ts +1 -0
- package/src/operations/VolumesList.ts +1 -0
- package/src/operations/VolumesOrgList.ts +75 -0
- package/src/operations/VolumesUpdate.ts +1 -0
- package/src/operations/index.ts +3 -1
|
@@ -2,10 +2,8 @@ import * as Schema from "effect/Schema";
|
|
|
2
2
|
export declare const MachinesStopInput: Schema.Struct<{
|
|
3
3
|
readonly app_name: Schema.String;
|
|
4
4
|
readonly machine_id: Schema.String;
|
|
5
|
-
readonly signal: Schema.optional<Schema.
|
|
6
|
-
readonly timeout: Schema.optional<Schema.
|
|
7
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
8
|
-
}>>;
|
|
5
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
6
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
9
7
|
}>;
|
|
10
8
|
export type MachinesStopInput = typeof MachinesStopInput.Type;
|
|
11
9
|
export declare const MachinesStopOutput: Schema.Void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesStop.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesStop.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"MachinesStop.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesStop.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;;;EAoB7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB,aAA0C,CAAC;AAC1E,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,KAGtB,CAAC"}
|
|
@@ -5,10 +5,16 @@ import * as T from "../traits";
|
|
|
5
5
|
export const MachinesStopInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
6
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
7
7
|
machine_id: Schema.String.pipe(T.PathParam()),
|
|
8
|
-
signal: Schema.optional(Schema.
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
|
|
8
|
+
signal: Schema.optional(Schema.Literals([
|
|
9
|
+
"SIGHUP",
|
|
10
|
+
"SIGINT",
|
|
11
|
+
"SIGQUIT",
|
|
12
|
+
"SIGKILL",
|
|
13
|
+
"SIGUSR1",
|
|
14
|
+
"SIGUSR2",
|
|
15
|
+
"SIGTERM",
|
|
16
|
+
])),
|
|
17
|
+
timeout: Schema.optional(Schema.String),
|
|
12
18
|
}).pipe(T.Http({
|
|
13
19
|
method: "POST",
|
|
14
20
|
path: "/apps/{app_name}/machines/{machine_id}/stop",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesStop.js","sourceRoot":"","sources":["../../src/operations/MachinesStop.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"MachinesStop.js","sourceRoot":"","sources":["../../src/operations/MachinesStop.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,QAAQ,CAAC;QACd,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,SAAS;QACT,SAAS;QACT,SAAS;QACT,SAAS;KACV,CAAC,CACH;IACD,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACxC,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,6CAA6C;CACpD,CAAC,CACH,CAAC;AAGF,gBAAgB;AAChB,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAG1E,gBAAgB;AAChB;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACtE,WAAW,EAAE,iBAAiB;IAC9B,YAAY,EAAE,kBAAkB;CACjC,CAAC,CAAC,CAAC"}
|
|
@@ -4,25 +4,22 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
4
4
|
readonly machine_id: Schema.String;
|
|
5
5
|
readonly config: Schema.optional<Schema.Struct<{
|
|
6
6
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
7
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
8
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
9
|
+
}>>;
|
|
7
10
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
8
|
-
readonly grace_period: Schema.optional<Schema.
|
|
9
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
10
|
-
}>>;
|
|
11
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
11
12
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
12
13
|
readonly name: Schema.optional<Schema.String>;
|
|
13
14
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
14
15
|
}>>>;
|
|
15
|
-
readonly interval: Schema.optional<Schema.
|
|
16
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
17
|
-
}>>;
|
|
16
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
18
17
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
19
18
|
readonly method: Schema.optional<Schema.String>;
|
|
20
19
|
readonly path: Schema.optional<Schema.String>;
|
|
21
20
|
readonly port: Schema.optional<Schema.Number>;
|
|
22
21
|
readonly protocol: Schema.optional<Schema.String>;
|
|
23
|
-
readonly timeout: Schema.optional<Schema.
|
|
24
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
25
|
-
}>>;
|
|
22
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
26
23
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
27
24
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
28
25
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -87,10 +84,8 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
87
84
|
readonly name: Schema.optional<Schema.String>;
|
|
88
85
|
}>>>;
|
|
89
86
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
90
|
-
readonly signal: Schema.optional<Schema.
|
|
91
|
-
readonly timeout: Schema.optional<Schema.
|
|
92
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
93
|
-
}>>;
|
|
87
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
88
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
94
89
|
}>>;
|
|
95
90
|
readonly user: Schema.optional<Schema.String>;
|
|
96
91
|
}>>>;
|
|
@@ -125,6 +120,7 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
125
120
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
126
121
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
127
122
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
123
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
128
124
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
129
125
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
130
126
|
}>>;
|
|
@@ -175,7 +171,6 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
175
171
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
176
172
|
}>>;
|
|
177
173
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
178
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
179
174
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
180
175
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
181
176
|
}>>;
|
|
@@ -184,23 +179,17 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
184
179
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
185
180
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
186
181
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
187
|
-
readonly grace_period: Schema.optional<Schema.
|
|
188
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
189
|
-
}>>;
|
|
182
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
190
183
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
191
184
|
readonly name: Schema.optional<Schema.String>;
|
|
192
185
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
193
186
|
}>>>;
|
|
194
|
-
readonly interval: Schema.optional<Schema.
|
|
195
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
196
|
-
}>>;
|
|
187
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
197
188
|
readonly method: Schema.optional<Schema.String>;
|
|
198
189
|
readonly path: Schema.optional<Schema.String>;
|
|
199
190
|
readonly port: Schema.optional<Schema.Number>;
|
|
200
191
|
readonly protocol: Schema.optional<Schema.String>;
|
|
201
|
-
readonly timeout: Schema.optional<Schema.
|
|
202
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
203
|
-
}>>;
|
|
192
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
204
193
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
205
194
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
206
195
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -257,10 +246,8 @@ export declare const MachinesUpdateInput: Schema.Struct<{
|
|
|
257
246
|
readonly url_prefix: Schema.String;
|
|
258
247
|
}>>>;
|
|
259
248
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
260
|
-
readonly signal: Schema.optional<Schema.
|
|
261
|
-
readonly timeout: Schema.optional<Schema.
|
|
262
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
263
|
-
}>>;
|
|
249
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
250
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
264
251
|
}>>;
|
|
265
252
|
}>>;
|
|
266
253
|
readonly current_version: Schema.optional<Schema.String>;
|
|
@@ -283,25 +270,22 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
283
270
|
}>>>;
|
|
284
271
|
readonly config: Schema.optional<Schema.Struct<{
|
|
285
272
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
273
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
274
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
275
|
+
}>>;
|
|
286
276
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
287
|
-
readonly grace_period: Schema.optional<Schema.
|
|
288
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
289
|
-
}>>;
|
|
277
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
290
278
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
291
279
|
readonly name: Schema.optional<Schema.String>;
|
|
292
280
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
293
281
|
}>>>;
|
|
294
|
-
readonly interval: Schema.optional<Schema.
|
|
295
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
296
|
-
}>>;
|
|
282
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
297
283
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
298
284
|
readonly method: Schema.optional<Schema.String>;
|
|
299
285
|
readonly path: Schema.optional<Schema.String>;
|
|
300
286
|
readonly port: Schema.optional<Schema.Number>;
|
|
301
287
|
readonly protocol: Schema.optional<Schema.String>;
|
|
302
|
-
readonly timeout: Schema.optional<Schema.
|
|
303
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
304
|
-
}>>;
|
|
288
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
305
289
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
306
290
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
307
291
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -366,10 +350,8 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
366
350
|
readonly name: Schema.optional<Schema.String>;
|
|
367
351
|
}>>>;
|
|
368
352
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
369
|
-
readonly signal: Schema.optional<Schema.
|
|
370
|
-
readonly timeout: Schema.optional<Schema.
|
|
371
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
372
|
-
}>>;
|
|
353
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
354
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
373
355
|
}>>;
|
|
374
356
|
readonly user: Schema.optional<Schema.String>;
|
|
375
357
|
}>>>;
|
|
@@ -404,6 +386,7 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
404
386
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
405
387
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
406
388
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
389
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
407
390
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
408
391
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
409
392
|
}>>;
|
|
@@ -454,7 +437,6 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
454
437
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
455
438
|
}>>;
|
|
456
439
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
457
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
458
440
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
459
441
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
460
442
|
}>>;
|
|
@@ -463,23 +445,17 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
463
445
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
464
446
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
465
447
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
466
|
-
readonly grace_period: Schema.optional<Schema.
|
|
467
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
468
|
-
}>>;
|
|
448
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
469
449
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
470
450
|
readonly name: Schema.optional<Schema.String>;
|
|
471
451
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
472
452
|
}>>>;
|
|
473
|
-
readonly interval: Schema.optional<Schema.
|
|
474
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
475
|
-
}>>;
|
|
453
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
476
454
|
readonly method: Schema.optional<Schema.String>;
|
|
477
455
|
readonly path: Schema.optional<Schema.String>;
|
|
478
456
|
readonly port: Schema.optional<Schema.Number>;
|
|
479
457
|
readonly protocol: Schema.optional<Schema.String>;
|
|
480
|
-
readonly timeout: Schema.optional<Schema.
|
|
481
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
482
|
-
}>>;
|
|
458
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
483
459
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
484
460
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
485
461
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -536,10 +512,8 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
536
512
|
readonly url_prefix: Schema.String;
|
|
537
513
|
}>>>;
|
|
538
514
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
539
|
-
readonly signal: Schema.optional<Schema.
|
|
540
|
-
readonly timeout: Schema.optional<Schema.
|
|
541
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
542
|
-
}>>;
|
|
515
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
516
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
543
517
|
}>>;
|
|
544
518
|
}>>;
|
|
545
519
|
readonly created_at: Schema.optional<Schema.String>;
|
|
@@ -562,25 +536,22 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
562
536
|
}>>;
|
|
563
537
|
readonly incomplete_config: Schema.optional<Schema.Struct<{
|
|
564
538
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
539
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
540
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
541
|
+
}>>;
|
|
565
542
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
566
|
-
readonly grace_period: Schema.optional<Schema.
|
|
567
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
568
|
-
}>>;
|
|
543
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
569
544
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
570
545
|
readonly name: Schema.optional<Schema.String>;
|
|
571
546
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
572
547
|
}>>>;
|
|
573
|
-
readonly interval: Schema.optional<Schema.
|
|
574
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
575
|
-
}>>;
|
|
548
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
576
549
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
577
550
|
readonly method: Schema.optional<Schema.String>;
|
|
578
551
|
readonly path: Schema.optional<Schema.String>;
|
|
579
552
|
readonly port: Schema.optional<Schema.Number>;
|
|
580
553
|
readonly protocol: Schema.optional<Schema.String>;
|
|
581
|
-
readonly timeout: Schema.optional<Schema.
|
|
582
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
583
|
-
}>>;
|
|
554
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
584
555
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
585
556
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
586
557
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -645,10 +616,8 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
645
616
|
readonly name: Schema.optional<Schema.String>;
|
|
646
617
|
}>>>;
|
|
647
618
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
648
|
-
readonly signal: Schema.optional<Schema.
|
|
649
|
-
readonly timeout: Schema.optional<Schema.
|
|
650
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
651
|
-
}>>;
|
|
619
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
620
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
652
621
|
}>>;
|
|
653
622
|
readonly user: Schema.optional<Schema.String>;
|
|
654
623
|
}>>>;
|
|
@@ -683,6 +652,7 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
683
652
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
684
653
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
685
654
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
655
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
686
656
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
687
657
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
688
658
|
}>>;
|
|
@@ -733,7 +703,6 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
733
703
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
734
704
|
}>>;
|
|
735
705
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
736
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
737
706
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
738
707
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
739
708
|
}>>;
|
|
@@ -742,23 +711,17 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
742
711
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
743
712
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
744
713
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
745
|
-
readonly grace_period: Schema.optional<Schema.
|
|
746
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
747
|
-
}>>;
|
|
714
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
748
715
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
749
716
|
readonly name: Schema.optional<Schema.String>;
|
|
750
717
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
751
718
|
}>>>;
|
|
752
|
-
readonly interval: Schema.optional<Schema.
|
|
753
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
754
|
-
}>>;
|
|
719
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
755
720
|
readonly method: Schema.optional<Schema.String>;
|
|
756
721
|
readonly path: Schema.optional<Schema.String>;
|
|
757
722
|
readonly port: Schema.optional<Schema.Number>;
|
|
758
723
|
readonly protocol: Schema.optional<Schema.String>;
|
|
759
|
-
readonly timeout: Schema.optional<Schema.
|
|
760
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
761
|
-
}>>;
|
|
724
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
762
725
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
763
726
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
764
727
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -815,10 +778,8 @@ export declare const MachinesUpdateOutput: Schema.Struct<{
|
|
|
815
778
|
readonly url_prefix: Schema.String;
|
|
816
779
|
}>>>;
|
|
817
780
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
818
|
-
readonly signal: Schema.optional<Schema.
|
|
819
|
-
readonly timeout: Schema.optional<Schema.
|
|
820
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
821
|
-
}>>;
|
|
781
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
782
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
822
783
|
}>>;
|
|
823
784
|
}>>;
|
|
824
785
|
readonly instance_id: Schema.optional<Schema.String>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesUpdate.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"MachinesUpdate.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6b/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA04B/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,KAGxB,CAAC"}
|