oci-bds 2.25.0 → 2.26.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.
Files changed (40) hide show
  1. package/lib/client.d.ts +37 -37
  2. package/lib/client.js +37 -37
  3. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  4. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  5. package/lib/request/add-block-storage-request.d.ts +1 -1
  6. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  7. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  8. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  9. package/lib/request/change-shape-request.d.ts +1 -1
  10. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  11. package/lib/request/create-bds-instance-request.d.ts +1 -1
  12. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  14. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  15. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  16. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  17. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  18. package/lib/request/get-bds-instance-request.d.ts +1 -1
  19. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  20. package/lib/request/get-work-request-request.d.ts +1 -1
  21. package/lib/request/install-patch-request.d.ts +1 -1
  22. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  23. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  24. package/lib/request/list-bds-instances-request.d.ts +1 -1
  25. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  26. package/lib/request/list-patch-histories-request.d.ts +1 -1
  27. package/lib/request/list-patches-request.d.ts +1 -1
  28. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  29. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  30. package/lib/request/list-work-requests-request.d.ts +1 -1
  31. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  32. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  33. package/lib/request/remove-node-request.d.ts +1 -1
  34. package/lib/request/restart-node-request.d.ts +1 -1
  35. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  36. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  37. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  38. package/lib/request/update-bds-instance-request.d.ts +1 -1
  39. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  40. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class BdsClient {
77
77
  * @param ActivateBdsMetastoreConfigurationRequest
78
78
  * @return ActivateBdsMetastoreConfigurationResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
81
81
  */
82
82
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
83
83
  /**
@@ -87,7 +87,7 @@ export declare class BdsClient {
87
87
  * @param AddAutoScalingConfigurationRequest
88
88
  * @return AddAutoScalingConfigurationResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
91
91
  */
92
92
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
93
93
  /**
@@ -97,7 +97,7 @@ export declare class BdsClient {
97
97
  * @param AddBlockStorageRequest
98
98
  * @return AddBlockStorageResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
101
101
  */
102
102
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
103
103
  /**
@@ -107,7 +107,7 @@ export declare class BdsClient {
107
107
  * @param AddCloudSqlRequest
108
108
  * @return AddCloudSqlResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
111
111
  */
112
112
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
113
113
  /**
@@ -117,7 +117,7 @@ export declare class BdsClient {
117
117
  * @param AddWorkerNodesRequest
118
118
  * @return AddWorkerNodesResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
121
121
  */
122
122
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
123
123
  /**
@@ -127,7 +127,7 @@ export declare class BdsClient {
127
127
  * @param ChangeBdsInstanceCompartmentRequest
128
128
  * @return ChangeBdsInstanceCompartmentResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
131
131
  */
132
132
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
133
133
  /**
@@ -137,7 +137,7 @@ export declare class BdsClient {
137
137
  * @param ChangeShapeRequest
138
138
  * @return ChangeShapeResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
141
141
  */
142
142
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
143
143
  /**
@@ -147,7 +147,7 @@ export declare class BdsClient {
147
147
  * @param CreateBdsApiKeyRequest
148
148
  * @return CreateBdsApiKeyResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
151
151
  */
152
152
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class BdsClient {
157
157
  * @param CreateBdsInstanceRequest
158
158
  * @return CreateBdsInstanceResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
161
161
  */
162
162
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
163
163
  /**
@@ -167,7 +167,7 @@ export declare class BdsClient {
167
167
  * @param CreateBdsMetastoreConfigurationRequest
168
168
  * @return CreateBdsMetastoreConfigurationResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
171
171
  */
172
172
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class BdsClient {
176
176
  * @param DeleteBdsApiKeyRequest
177
177
  * @return DeleteBdsApiKeyResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
180
180
  */
181
181
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class BdsClient {
185
185
  * @param DeleteBdsInstanceRequest
186
186
  * @return DeleteBdsInstanceResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
189
189
  */
190
190
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class BdsClient {
194
194
  * @param DeleteBdsMetastoreConfigurationRequest
195
195
  * @return DeleteBdsMetastoreConfigurationResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
198
198
  */
199
199
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class BdsClient {
204
204
  * @param GetAutoScalingConfigurationRequest
205
205
  * @return GetAutoScalingConfigurationResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
208
208
  */
209
209
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
210
210
  /**
@@ -213,7 +213,7 @@ export declare class BdsClient {
213
213
  * @param GetBdsApiKeyRequest
214
214
  * @return GetBdsApiKeyResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
217
217
  */
218
218
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
219
219
  /**
@@ -222,7 +222,7 @@ export declare class BdsClient {
222
222
  * @param GetBdsInstanceRequest
223
223
  * @return GetBdsInstanceResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
226
226
  */
227
227
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class BdsClient {
231
231
  * @param GetBdsMetastoreConfigurationRequest
232
232
  * @return GetBdsMetastoreConfigurationResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
235
235
  */
236
236
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class BdsClient {
240
240
  * @param GetWorkRequestRequest
241
241
  * @return GetWorkRequestResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
244
244
  */
245
245
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
246
246
  /**
@@ -250,7 +250,7 @@ export declare class BdsClient {
250
250
  * @param InstallPatchRequest
251
251
  * @return InstallPatchResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
254
254
  */
255
255
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
256
256
  /**
@@ -260,7 +260,7 @@ export declare class BdsClient {
260
260
  * @param ListAutoScalingConfigurationsRequest
261
261
  * @return ListAutoScalingConfigurationsResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
264
264
  */
265
265
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
266
266
  /**
@@ -302,7 +302,7 @@ export declare class BdsClient {
302
302
  * @param ListBdsApiKeysRequest
303
303
  * @return ListBdsApiKeysResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
306
306
  */
307
307
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
308
308
  /**
@@ -344,7 +344,7 @@ export declare class BdsClient {
344
344
  * @param ListBdsInstancesRequest
345
345
  * @return ListBdsInstancesResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
348
348
  */
349
349
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
350
350
  /**
@@ -386,7 +386,7 @@ export declare class BdsClient {
386
386
  * @param ListBdsMetastoreConfigurationsRequest
387
387
  * @return ListBdsMetastoreConfigurationsResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
390
390
  */
391
391
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
392
392
  /**
@@ -428,7 +428,7 @@ export declare class BdsClient {
428
428
  * @param ListPatchHistoriesRequest
429
429
  * @return ListPatchHistoriesResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
432
432
  */
433
433
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
434
434
  /**
@@ -470,7 +470,7 @@ export declare class BdsClient {
470
470
  * @param ListPatchesRequest
471
471
  * @return ListPatchesResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
474
474
  */
475
475
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
476
476
  /**
@@ -512,7 +512,7 @@ export declare class BdsClient {
512
512
  * @param ListWorkRequestErrorsRequest
513
513
  * @return ListWorkRequestErrorsResponse
514
514
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
516
516
  */
517
517
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
518
518
  /**
@@ -554,7 +554,7 @@ export declare class BdsClient {
554
554
  * @param ListWorkRequestLogsRequest
555
555
  * @return ListWorkRequestLogsResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
558
558
  */
559
559
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
560
560
  /**
@@ -596,7 +596,7 @@ export declare class BdsClient {
596
596
  * @param ListWorkRequestsRequest
597
597
  * @return ListWorkRequestsResponse
598
598
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
600
600
  */
601
601
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
602
602
  /**
@@ -638,7 +638,7 @@ export declare class BdsClient {
638
638
  * @param RemoveAutoScalingConfigurationRequest
639
639
  * @return RemoveAutoScalingConfigurationResponse
640
640
  * @throws OciError when an error occurs
641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
642
642
  */
643
643
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
644
644
  /**
@@ -648,7 +648,7 @@ export declare class BdsClient {
648
648
  * @param RemoveCloudSqlRequest
649
649
  * @return RemoveCloudSqlResponse
650
650
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
652
652
  */
653
653
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
654
654
  /**
@@ -658,7 +658,7 @@ export declare class BdsClient {
658
658
  * @param RemoveNodeRequest
659
659
  * @return RemoveNodeResponse
660
660
  * @throws OciError when an error occurs
661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
662
662
  */
663
663
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
664
664
  /**
@@ -668,7 +668,7 @@ export declare class BdsClient {
668
668
  * @param RestartNodeRequest
669
669
  * @return RestartNodeResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
672
672
  */
673
673
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
674
674
  /**
@@ -678,7 +678,7 @@ export declare class BdsClient {
678
678
  * @param TestBdsMetastoreConfigurationRequest
679
679
  * @return TestBdsMetastoreConfigurationResponse
680
680
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
682
682
  */
683
683
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
684
684
  /**
@@ -687,7 +687,7 @@ export declare class BdsClient {
687
687
  * @param TestBdsObjectStorageConnectionRequest
688
688
  * @return TestBdsObjectStorageConnectionResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
691
691
  */
692
692
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
693
693
  /**
@@ -697,7 +697,7 @@ export declare class BdsClient {
697
697
  * @param UpdateAutoScalingConfigurationRequest
698
698
  * @return UpdateAutoScalingConfigurationResponse
699
699
  * @throws OciError when an error occurs
700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
701
701
  */
702
702
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
703
703
  /**
@@ -706,7 +706,7 @@ export declare class BdsClient {
706
706
  * @param UpdateBdsInstanceRequest
707
707
  * @return UpdateBdsInstanceResponse
708
708
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
710
710
  */
711
711
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
712
712
  /**
@@ -715,7 +715,7 @@ export declare class BdsClient {
715
715
  * @param UpdateBdsMetastoreConfigurationRequest
716
716
  * @return UpdateBdsMetastoreConfigurationResponse
717
717
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
719
719
  */
720
720
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
721
721
  }
package/lib/client.js CHANGED
@@ -158,7 +158,7 @@ class BdsClient {
158
158
  * @param ActivateBdsMetastoreConfigurationRequest
159
159
  * @return ActivateBdsMetastoreConfigurationResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
162
162
  */
163
163
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
164
164
  return __awaiter(this, void 0, void 0, function* () {
@@ -220,7 +220,7 @@ class BdsClient {
220
220
  * @param AddAutoScalingConfigurationRequest
221
221
  * @return AddAutoScalingConfigurationResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
224
224
  */
225
225
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
226
226
  return __awaiter(this, void 0, void 0, function* () {
@@ -281,7 +281,7 @@ class BdsClient {
281
281
  * @param AddBlockStorageRequest
282
282
  * @return AddBlockStorageResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
285
285
  */
286
286
  addBlockStorage(addBlockStorageRequest) {
287
287
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class BdsClient {
342
342
  * @param AddCloudSqlRequest
343
343
  * @return AddCloudSqlResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
346
346
  */
347
347
  addCloudSql(addCloudSqlRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -403,7 +403,7 @@ class BdsClient {
403
403
  * @param AddWorkerNodesRequest
404
404
  * @return AddWorkerNodesResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
407
407
  */
408
408
  addWorkerNodes(addWorkerNodesRequest) {
409
409
  return __awaiter(this, void 0, void 0, function* () {
@@ -464,7 +464,7 @@ class BdsClient {
464
464
  * @param ChangeBdsInstanceCompartmentRequest
465
465
  * @return ChangeBdsInstanceCompartmentResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
468
468
  */
469
469
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
470
470
  return __awaiter(this, void 0, void 0, function* () {
@@ -525,7 +525,7 @@ class BdsClient {
525
525
  * @param ChangeShapeRequest
526
526
  * @return ChangeShapeResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
529
529
  */
530
530
  changeShape(changeShapeRequest) {
531
531
  return __awaiter(this, void 0, void 0, function* () {
@@ -586,7 +586,7 @@ class BdsClient {
586
586
  * @param CreateBdsApiKeyRequest
587
587
  * @return CreateBdsApiKeyResponse
588
588
  * @throws OciError when an error occurs
589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
590
590
  */
591
591
  createBdsApiKey(createBdsApiKeyRequest) {
592
592
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class BdsClient {
646
646
  * @param CreateBdsInstanceRequest
647
647
  * @return CreateBdsInstanceResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
650
650
  */
651
651
  createBdsInstance(createBdsInstanceRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class BdsClient {
704
704
  * @param CreateBdsMetastoreConfigurationRequest
705
705
  * @return CreateBdsMetastoreConfigurationResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
708
708
  */
709
709
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +763,7 @@ class BdsClient {
763
763
  * @param DeleteBdsApiKeyRequest
764
764
  * @return DeleteBdsApiKeyResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
767
767
  */
768
768
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
769
769
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class BdsClient {
822
822
  * @param DeleteBdsInstanceRequest
823
823
  * @return DeleteBdsInstanceResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
826
826
  */
827
827
  deleteBdsInstance(deleteBdsInstanceRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -880,7 +880,7 @@ class BdsClient {
880
880
  * @param DeleteBdsMetastoreConfigurationRequest
881
881
  * @return DeleteBdsMetastoreConfigurationResponse
882
882
  * @throws OciError when an error occurs
883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
884
884
  */
885
885
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
886
886
  return __awaiter(this, void 0, void 0, function* () {
@@ -940,7 +940,7 @@ class BdsClient {
940
940
  * @param GetAutoScalingConfigurationRequest
941
941
  * @return GetAutoScalingConfigurationResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
944
944
  */
945
945
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
946
946
  return __awaiter(this, void 0, void 0, function* () {
@@ -1002,7 +1002,7 @@ class BdsClient {
1002
1002
  * @param GetBdsApiKeyRequest
1003
1003
  * @return GetBdsApiKeyResponse
1004
1004
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1006
1006
  */
1007
1007
  getBdsApiKey(getBdsApiKeyRequest) {
1008
1008
  return __awaiter(this, void 0, void 0, function* () {
@@ -1064,7 +1064,7 @@ class BdsClient {
1064
1064
  * @param GetBdsInstanceRequest
1065
1065
  * @return GetBdsInstanceResponse
1066
1066
  * @throws OciError when an error occurs
1067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1068
1068
  */
1069
1069
  getBdsInstance(getBdsInstanceRequest) {
1070
1070
  return __awaiter(this, void 0, void 0, function* () {
@@ -1125,7 +1125,7 @@ class BdsClient {
1125
1125
  * @param GetBdsMetastoreConfigurationRequest
1126
1126
  * @return GetBdsMetastoreConfigurationResponse
1127
1127
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1129
1129
  */
1130
1130
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1131
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -1187,7 +1187,7 @@ class BdsClient {
1187
1187
  * @param GetWorkRequestRequest
1188
1188
  * @return GetWorkRequestResponse
1189
1189
  * @throws OciError when an error occurs
1190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1191
1191
  */
1192
1192
  getWorkRequest(getWorkRequestRequest) {
1193
1193
  return __awaiter(this, void 0, void 0, function* () {
@@ -1249,7 +1249,7 @@ class BdsClient {
1249
1249
  * @param InstallPatchRequest
1250
1250
  * @return InstallPatchResponse
1251
1251
  * @throws OciError when an error occurs
1252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1253
1253
  */
1254
1254
  installPatch(installPatchRequest) {
1255
1255
  return __awaiter(this, void 0, void 0, function* () {
@@ -1310,7 +1310,7 @@ class BdsClient {
1310
1310
  * @param ListAutoScalingConfigurationsRequest
1311
1311
  * @return ListAutoScalingConfigurationsResponse
1312
1312
  * @throws OciError when an error occurs
1313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1314
1314
  */
1315
1315
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1316
1316
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class BdsClient {
1420
1420
  * @param ListBdsApiKeysRequest
1421
1421
  * @return ListBdsApiKeysResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1424
1424
  */
1425
1425
  listBdsApiKeys(listBdsApiKeysRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1530,7 +1530,7 @@ class BdsClient {
1530
1530
  * @param ListBdsInstancesRequest
1531
1531
  * @return ListBdsInstancesResponse
1532
1532
  * @throws OciError when an error occurs
1533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1534
1534
  */
1535
1535
  listBdsInstances(listBdsInstancesRequest) {
1536
1536
  return __awaiter(this, void 0, void 0, function* () {
@@ -1638,7 +1638,7 @@ class BdsClient {
1638
1638
  * @param ListBdsMetastoreConfigurationsRequest
1639
1639
  * @return ListBdsMetastoreConfigurationsResponse
1640
1640
  * @throws OciError when an error occurs
1641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1642
1642
  */
1643
1643
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1644
1644
  return __awaiter(this, void 0, void 0, function* () {
@@ -1750,7 +1750,7 @@ class BdsClient {
1750
1750
  * @param ListPatchHistoriesRequest
1751
1751
  * @return ListPatchHistoriesResponse
1752
1752
  * @throws OciError when an error occurs
1753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1754
1754
  */
1755
1755
  listPatchHistories(listPatchHistoriesRequest) {
1756
1756
  return __awaiter(this, void 0, void 0, function* () {
@@ -1859,7 +1859,7 @@ class BdsClient {
1859
1859
  * @param ListPatchesRequest
1860
1860
  * @return ListPatchesResponse
1861
1861
  * @throws OciError when an error occurs
1862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1863
1863
  */
1864
1864
  listPatches(listPatchesRequest) {
1865
1865
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +1964,7 @@ class BdsClient {
1964
1964
  * @param ListWorkRequestErrorsRequest
1965
1965
  * @return ListWorkRequestErrorsResponse
1966
1966
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1968
1968
  */
1969
1969
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1970
1970
  return __awaiter(this, void 0, void 0, function* () {
@@ -2071,7 +2071,7 @@ class BdsClient {
2071
2071
  * @param ListWorkRequestLogsRequest
2072
2072
  * @return ListWorkRequestLogsResponse
2073
2073
  * @throws OciError when an error occurs
2074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2075
2075
  */
2076
2076
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2077
2077
  return __awaiter(this, void 0, void 0, function* () {
@@ -2178,7 +2178,7 @@ class BdsClient {
2178
2178
  * @param ListWorkRequestsRequest
2179
2179
  * @return ListWorkRequestsResponse
2180
2180
  * @throws OciError when an error occurs
2181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2182
2182
  */
2183
2183
  listWorkRequests(listWorkRequestsRequest) {
2184
2184
  return __awaiter(this, void 0, void 0, function* () {
@@ -2285,7 +2285,7 @@ class BdsClient {
2285
2285
  * @param RemoveAutoScalingConfigurationRequest
2286
2286
  * @return RemoveAutoScalingConfigurationResponse
2287
2287
  * @throws OciError when an error occurs
2288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2289
2289
  */
2290
2290
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2291
2291
  return __awaiter(this, void 0, void 0, function* () {
@@ -2347,7 +2347,7 @@ class BdsClient {
2347
2347
  * @param RemoveCloudSqlRequest
2348
2348
  * @return RemoveCloudSqlResponse
2349
2349
  * @throws OciError when an error occurs
2350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2351
2351
  */
2352
2352
  removeCloudSql(removeCloudSqlRequest) {
2353
2353
  return __awaiter(this, void 0, void 0, function* () {
@@ -2408,7 +2408,7 @@ class BdsClient {
2408
2408
  * @param RemoveNodeRequest
2409
2409
  * @return RemoveNodeResponse
2410
2410
  * @throws OciError when an error occurs
2411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2412
2412
  */
2413
2413
  removeNode(removeNodeRequest) {
2414
2414
  return __awaiter(this, void 0, void 0, function* () {
@@ -2468,7 +2468,7 @@ class BdsClient {
2468
2468
  * @param RestartNodeRequest
2469
2469
  * @return RestartNodeResponse
2470
2470
  * @throws OciError when an error occurs
2471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2472
2472
  */
2473
2473
  restartNode(restartNodeRequest) {
2474
2474
  return __awaiter(this, void 0, void 0, function* () {
@@ -2529,7 +2529,7 @@ class BdsClient {
2529
2529
  * @param TestBdsMetastoreConfigurationRequest
2530
2530
  * @return TestBdsMetastoreConfigurationResponse
2531
2531
  * @throws OciError when an error occurs
2532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2533
2533
  */
2534
2534
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2535
2535
  return __awaiter(this, void 0, void 0, function* () {
@@ -2589,7 +2589,7 @@ class BdsClient {
2589
2589
  * @param TestBdsObjectStorageConnectionRequest
2590
2590
  * @return TestBdsObjectStorageConnectionResponse
2591
2591
  * @throws OciError when an error occurs
2592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2593
2593
  */
2594
2594
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2595
2595
  return __awaiter(this, void 0, void 0, function* () {
@@ -2649,7 +2649,7 @@ class BdsClient {
2649
2649
  * @param UpdateAutoScalingConfigurationRequest
2650
2650
  * @return UpdateAutoScalingConfigurationResponse
2651
2651
  * @throws OciError when an error occurs
2652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2653
2653
  */
2654
2654
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2655
2655
  return __awaiter(this, void 0, void 0, function* () {
@@ -2710,7 +2710,7 @@ class BdsClient {
2710
2710
  * @param UpdateBdsInstanceRequest
2711
2711
  * @return UpdateBdsInstanceResponse
2712
2712
  * @throws OciError when an error occurs
2713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2714
2714
  */
2715
2715
  updateBdsInstance(updateBdsInstanceRequest) {
2716
2716
  return __awaiter(this, void 0, void 0, function* () {
@@ -2769,7 +2769,7 @@ class BdsClient {
2769
2769
  * @param UpdateBdsMetastoreConfigurationRequest
2770
2770
  * @return UpdateBdsMetastoreConfigurationResponse
2771
2771
  * @throws OciError when an error occurs
2772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2773
2773
  */
2774
2774
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
2775
2775
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
17
17
  */
18
18
  export interface CreateBdsApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
17
17
  */
18
18
  export interface InstallPatchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
17
17
  */
18
18
  export interface ListBdsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
17
17
  */
18
18
  export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest.
17
17
  */
18
18
  export interface ListPatchHistoriesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest.
16
16
  */
17
17
  export interface ListPatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
17
17
  */
18
18
  export interface RemoveCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
17
17
  */
18
18
  export interface RemoveNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface TestBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "description": "OCI NodeJS client for BDS Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"