@databricks/sdk-instancepools 0.10.0 → 0.12.0

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.
@@ -107,7 +107,7 @@ export interface CreateInstancePoolRequest {
107
107
  * This field encodes, through a single value, the resources available to each of
108
108
  * the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
109
109
  * and optimized for memory or compute intensive workloads. A list of available node
110
- * types can be retrieved by using the :method:clusters/listNodeTypes API call.
110
+ * types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
111
111
  */
112
112
  nodeTypeId?: string | undefined;
113
113
  /**
@@ -140,7 +140,7 @@ export interface CreateInstancePoolRequest {
140
140
  /**
141
141
  * A list containing at most one preloaded Spark image version for the pool. Pool-backed clusters started
142
142
  * with the preloaded Spark version will start faster. A list of available Spark versions
143
- * can be retrieved by using the :method:clusters/sparkVersions API call.
143
+ * can be retrieved by using the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
144
144
  */
145
145
  preloadedSparkVersions?: string[] | undefined;
146
146
  /**
@@ -265,7 +265,7 @@ export interface EditInstancePoolRequest {
265
265
  * This field encodes, through a single value, the resources available to each of
266
266
  * the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
267
267
  * and optimized for memory or compute intensive workloads. A list of available node
268
- * types can be retrieved by using the :method:clusters/listNodeTypes API call.
268
+ * types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
269
269
  */
270
270
  nodeTypeId?: string | undefined;
271
271
  /**
@@ -298,7 +298,7 @@ export interface EditInstancePoolRequest {
298
298
  /**
299
299
  * A list containing at most one preloaded Spark image version for the pool. Pool-backed clusters started
300
300
  * with the preloaded Spark version will start faster. A list of available Spark versions
301
- * can be retrieved by using the :method:clusters/sparkVersions API call.
301
+ * can be retrieved by using the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
302
302
  */
303
303
  preloadedSparkVersions?: string[] | undefined;
304
304
  /**
@@ -367,7 +367,7 @@ export interface GetInstancePoolResponse {
367
367
  * This field encodes, through a single value, the resources available to each of
368
368
  * the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
369
369
  * and optimized for memory or compute intensive workloads. A list of available node
370
- * types can be retrieved by using the :method:clusters/listNodeTypes API call.
370
+ * types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
371
371
  */
372
372
  nodeTypeId?: string | undefined;
373
373
  /**
@@ -400,7 +400,7 @@ export interface GetInstancePoolResponse {
400
400
  /**
401
401
  * A list containing at most one preloaded Spark image version for the pool. Pool-backed clusters started
402
402
  * with the preloaded Spark version will start faster. A list of available Spark versions
403
- * can be retrieved by using the :method:clusters/sparkVersions API call.
403
+ * can be retrieved by using the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
404
404
  */
405
405
  preloadedSparkVersions?: string[] | undefined;
406
406
  /**
@@ -463,7 +463,7 @@ export interface InstancePoolAndStats {
463
463
  * This field encodes, through a single value, the resources available to each of
464
464
  * the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
465
465
  * and optimized for memory or compute intensive workloads. A list of available node
466
- * types can be retrieved by using the :method:clusters/listNodeTypes API call.
466
+ * types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
467
467
  */
468
468
  nodeTypeId?: string | undefined;
469
469
  /**
@@ -496,7 +496,7 @@ export interface InstancePoolAndStats {
496
496
  /**
497
497
  * A list containing at most one preloaded Spark image version for the pool. Pool-backed clusters started
498
498
  * with the preloaded Spark version will start faster. A list of available Spark versions
499
- * can be retrieved by using the :method:clusters/sparkVersions API call.
499
+ * can be retrieved by using the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
500
500
  */
501
501
  preloadedSparkVersions?: string[] | undefined;
502
502
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databricks/sdk-instancepools",
3
- "version": "0.10.0",
3
+ "version": "0.12.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,9 +33,9 @@
33
33
  "directory": "packages/instancepools"
34
34
  },
35
35
  "dependencies": {
36
- "@databricks/sdk-auth": ">=0.10.0 <1.0.0",
37
- "@databricks/sdk-core": ">=0.10.0 <1.0.0",
38
- "@databricks/sdk-options": ">=0.10.0 <1.0.0",
36
+ "@databricks/sdk-auth": ">=0.12.0 <1.0.0",
37
+ "@databricks/sdk-core": ">=0.12.0 <1.0.0",
38
+ "@databricks/sdk-options": ">=0.12.0 <1.0.0",
39
39
  "@js-temporal/polyfill": "^0.5.0",
40
40
  "json-bigint": "^1.0.0",
41
41
  "zod": "^4.3.6"