oci-bds 2.60.0 → 2.62.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 (43) hide show
  1. package/lib/client.d.ts +40 -40
  2. package/lib/client.js +40 -40
  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/execute-bootstrap-script-request.d.ts +1 -1
  17. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  18. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  19. package/lib/request/get-bds-instance-request.d.ts +1 -1
  20. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  21. package/lib/request/get-work-request-request.d.ts +1 -1
  22. package/lib/request/install-patch-request.d.ts +1 -1
  23. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  24. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  25. package/lib/request/list-bds-instances-request.d.ts +1 -1
  26. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  27. package/lib/request/list-patch-histories-request.d.ts +1 -1
  28. package/lib/request/list-patches-request.d.ts +1 -1
  29. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  30. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  31. package/lib/request/list-work-requests-request.d.ts +1 -1
  32. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  33. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  34. package/lib/request/remove-node-request.d.ts +1 -1
  35. package/lib/request/restart-node-request.d.ts +1 -1
  36. package/lib/request/start-bds-instance-request.d.ts +1 -1
  37. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  38. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  39. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  40. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  41. package/lib/request/update-bds-instance-request.d.ts +1 -1
  42. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  43. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -88,7 +88,7 @@ export declare class BdsClient {
88
88
  * @param ActivateBdsMetastoreConfigurationRequest
89
89
  * @return ActivateBdsMetastoreConfigurationResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
92
92
  */
93
93
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class BdsClient {
98
98
  * @param AddAutoScalingConfigurationRequest
99
99
  * @return AddAutoScalingConfigurationResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
102
102
  */
103
103
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class BdsClient {
108
108
  * @param AddBlockStorageRequest
109
109
  * @return AddBlockStorageResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
112
112
  */
113
113
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
114
114
  /**
@@ -118,7 +118,7 @@ export declare class BdsClient {
118
118
  * @param AddCloudSqlRequest
119
119
  * @return AddCloudSqlResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
122
122
  */
123
123
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
124
124
  /**
@@ -128,7 +128,7 @@ export declare class BdsClient {
128
128
  * @param AddWorkerNodesRequest
129
129
  * @return AddWorkerNodesResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
132
132
  */
133
133
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class BdsClient {
138
138
  * @param ChangeBdsInstanceCompartmentRequest
139
139
  * @return ChangeBdsInstanceCompartmentResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
142
142
  */
143
143
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class BdsClient {
148
148
  * @param ChangeShapeRequest
149
149
  * @return ChangeShapeResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
152
152
  */
153
153
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class BdsClient {
158
158
  * @param CreateBdsApiKeyRequest
159
159
  * @return CreateBdsApiKeyResponse
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.60.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
162
162
  */
163
163
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
164
164
  /**
@@ -168,7 +168,7 @@ export declare class BdsClient {
168
168
  * @param CreateBdsInstanceRequest
169
169
  * @return CreateBdsInstanceResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
172
172
  */
173
173
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
174
174
  /**
@@ -178,7 +178,7 @@ export declare class BdsClient {
178
178
  * @param CreateBdsMetastoreConfigurationRequest
179
179
  * @return CreateBdsMetastoreConfigurationResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
182
182
  */
183
183
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class BdsClient {
187
187
  * @param DeleteBdsApiKeyRequest
188
188
  * @return DeleteBdsApiKeyResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
191
191
  */
192
192
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
193
193
  /**
@@ -196,7 +196,7 @@ export declare class BdsClient {
196
196
  * @param DeleteBdsInstanceRequest
197
197
  * @return DeleteBdsInstanceResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
200
200
  */
201
201
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
202
202
  /**
@@ -205,7 +205,7 @@ export declare class BdsClient {
205
205
  * @param DeleteBdsMetastoreConfigurationRequest
206
206
  * @return DeleteBdsMetastoreConfigurationResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
209
209
  */
210
210
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
211
211
  /**
@@ -215,7 +215,7 @@ export declare class BdsClient {
215
215
  * @param ExecuteBootstrapScriptRequest
216
216
  * @return ExecuteBootstrapScriptResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
219
219
  */
220
220
  executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
221
221
  /**
@@ -225,7 +225,7 @@ export declare class BdsClient {
225
225
  * @param GetAutoScalingConfigurationRequest
226
226
  * @return GetAutoScalingConfigurationResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
229
229
  */
230
230
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class BdsClient {
234
234
  * @param GetBdsApiKeyRequest
235
235
  * @return GetBdsApiKeyResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
238
238
  */
239
239
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class BdsClient {
243
243
  * @param GetBdsInstanceRequest
244
244
  * @return GetBdsInstanceResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
247
247
  */
248
248
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
249
249
  /**
@@ -252,7 +252,7 @@ export declare class BdsClient {
252
252
  * @param GetBdsMetastoreConfigurationRequest
253
253
  * @return GetBdsMetastoreConfigurationResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
256
256
  */
257
257
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
258
258
  /**
@@ -261,7 +261,7 @@ export declare class BdsClient {
261
261
  * @param GetWorkRequestRequest
262
262
  * @return GetWorkRequestResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
265
265
  */
266
266
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
267
267
  /**
@@ -271,7 +271,7 @@ export declare class BdsClient {
271
271
  * @param InstallPatchRequest
272
272
  * @return InstallPatchResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
275
275
  */
276
276
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
277
277
  /**
@@ -281,7 +281,7 @@ export declare class BdsClient {
281
281
  * @param ListAutoScalingConfigurationsRequest
282
282
  * @return ListAutoScalingConfigurationsResponse
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.60.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
285
285
  */
286
286
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
287
287
  /**
@@ -323,7 +323,7 @@ export declare class BdsClient {
323
323
  * @param ListBdsApiKeysRequest
324
324
  * @return ListBdsApiKeysResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
327
327
  */
328
328
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
329
329
  /**
@@ -365,7 +365,7 @@ export declare class BdsClient {
365
365
  * @param ListBdsInstancesRequest
366
366
  * @return ListBdsInstancesResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
369
369
  */
370
370
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
371
371
  /**
@@ -407,7 +407,7 @@ export declare class BdsClient {
407
407
  * @param ListBdsMetastoreConfigurationsRequest
408
408
  * @return ListBdsMetastoreConfigurationsResponse
409
409
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
411
411
  */
412
412
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
413
413
  /**
@@ -449,7 +449,7 @@ export declare class BdsClient {
449
449
  * @param ListPatchHistoriesRequest
450
450
  * @return ListPatchHistoriesResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
453
453
  */
454
454
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
455
455
  /**
@@ -491,7 +491,7 @@ export declare class BdsClient {
491
491
  * @param ListPatchesRequest
492
492
  * @return ListPatchesResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
495
495
  */
496
496
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
497
497
  /**
@@ -533,7 +533,7 @@ export declare class BdsClient {
533
533
  * @param ListWorkRequestErrorsRequest
534
534
  * @return ListWorkRequestErrorsResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
537
537
  */
538
538
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
539
539
  /**
@@ -575,7 +575,7 @@ export declare class BdsClient {
575
575
  * @param ListWorkRequestLogsRequest
576
576
  * @return ListWorkRequestLogsResponse
577
577
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
579
579
  */
580
580
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
581
581
  /**
@@ -617,7 +617,7 @@ export declare class BdsClient {
617
617
  * @param ListWorkRequestsRequest
618
618
  * @return ListWorkRequestsResponse
619
619
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
621
621
  */
622
622
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
623
623
  /**
@@ -659,7 +659,7 @@ export declare class BdsClient {
659
659
  * @param RemoveAutoScalingConfigurationRequest
660
660
  * @return RemoveAutoScalingConfigurationResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
663
663
  */
664
664
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
665
665
  /**
@@ -669,7 +669,7 @@ export declare class BdsClient {
669
669
  * @param RemoveCloudSqlRequest
670
670
  * @return RemoveCloudSqlResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
673
673
  */
674
674
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
675
675
  /**
@@ -679,7 +679,7 @@ export declare class BdsClient {
679
679
  * @param RemoveNodeRequest
680
680
  * @return RemoveNodeResponse
681
681
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
683
683
  */
684
684
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
685
685
  /**
@@ -689,7 +689,7 @@ export declare class BdsClient {
689
689
  * @param RestartNodeRequest
690
690
  * @return RestartNodeResponse
691
691
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
693
693
  */
694
694
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
695
695
  /**
@@ -699,7 +699,7 @@ export declare class BdsClient {
699
699
  * @param StartBdsInstanceRequest
700
700
  * @return StartBdsInstanceResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
703
703
  */
704
704
  startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
705
705
  /**
@@ -709,7 +709,7 @@ export declare class BdsClient {
709
709
  * @param StopBdsInstanceRequest
710
710
  * @return StopBdsInstanceResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
713
713
  */
714
714
  stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
715
715
  /**
@@ -719,7 +719,7 @@ export declare class BdsClient {
719
719
  * @param TestBdsMetastoreConfigurationRequest
720
720
  * @return TestBdsMetastoreConfigurationResponse
721
721
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
723
723
  */
724
724
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
725
725
  /**
@@ -728,7 +728,7 @@ export declare class BdsClient {
728
728
  * @param TestBdsObjectStorageConnectionRequest
729
729
  * @return TestBdsObjectStorageConnectionResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
732
732
  */
733
733
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
734
734
  /**
@@ -738,7 +738,7 @@ export declare class BdsClient {
738
738
  * @param UpdateAutoScalingConfigurationRequest
739
739
  * @return UpdateAutoScalingConfigurationResponse
740
740
  * @throws OciError when an error occurs
741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
742
742
  */
743
743
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
744
744
  /**
@@ -747,7 +747,7 @@ export declare class BdsClient {
747
747
  * @param UpdateBdsInstanceRequest
748
748
  * @return UpdateBdsInstanceResponse
749
749
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
751
751
  */
752
752
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
753
753
  /**
@@ -756,7 +756,7 @@ export declare class BdsClient {
756
756
  * @param UpdateBdsMetastoreConfigurationRequest
757
757
  * @return UpdateBdsMetastoreConfigurationResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
760
760
  */
761
761
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
762
762
  }
package/lib/client.js CHANGED
@@ -182,7 +182,7 @@ class BdsClient {
182
182
  * @param ActivateBdsMetastoreConfigurationRequest
183
183
  * @return ActivateBdsMetastoreConfigurationResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
186
186
  */
187
187
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
188
188
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class BdsClient {
246
246
  * @param AddAutoScalingConfigurationRequest
247
247
  * @return AddAutoScalingConfigurationResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
250
250
  */
251
251
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class BdsClient {
309
309
  * @param AddBlockStorageRequest
310
310
  * @return AddBlockStorageResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
313
313
  */
314
314
  addBlockStorage(addBlockStorageRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class BdsClient {
372
372
  * @param AddCloudSqlRequest
373
373
  * @return AddCloudSqlResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
376
376
  */
377
377
  addCloudSql(addCloudSqlRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class BdsClient {
435
435
  * @param AddWorkerNodesRequest
436
436
  * @return AddWorkerNodesResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
439
439
  */
440
440
  addWorkerNodes(addWorkerNodesRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class BdsClient {
498
498
  * @param ChangeBdsInstanceCompartmentRequest
499
499
  * @return ChangeBdsInstanceCompartmentResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
502
502
  */
503
503
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class BdsClient {
561
561
  * @param ChangeShapeRequest
562
562
  * @return ChangeShapeResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
565
565
  */
566
566
  changeShape(changeShapeRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class BdsClient {
624
624
  * @param CreateBdsApiKeyRequest
625
625
  * @return CreateBdsApiKeyResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
628
628
  */
629
629
  createBdsApiKey(createBdsApiKeyRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -686,7 +686,7 @@ class BdsClient {
686
686
  * @param CreateBdsInstanceRequest
687
687
  * @return CreateBdsInstanceResponse
688
688
  * @throws OciError when an error occurs
689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
690
690
  */
691
691
  createBdsInstance(createBdsInstanceRequest) {
692
692
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class BdsClient {
746
746
  * @param CreateBdsMetastoreConfigurationRequest
747
747
  * @return CreateBdsMetastoreConfigurationResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
750
750
  */
751
751
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -807,7 +807,7 @@ class BdsClient {
807
807
  * @param DeleteBdsApiKeyRequest
808
808
  * @return DeleteBdsApiKeyResponse
809
809
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
811
811
  */
812
812
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
813
813
  return __awaiter(this, void 0, void 0, function* () {
@@ -868,7 +868,7 @@ class BdsClient {
868
868
  * @param DeleteBdsInstanceRequest
869
869
  * @return DeleteBdsInstanceResponse
870
870
  * @throws OciError when an error occurs
871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
872
872
  */
873
873
  deleteBdsInstance(deleteBdsInstanceRequest) {
874
874
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class BdsClient {
928
928
  * @param DeleteBdsMetastoreConfigurationRequest
929
929
  * @return DeleteBdsMetastoreConfigurationResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
932
932
  */
933
933
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -990,7 +990,7 @@ class BdsClient {
990
990
  * @param ExecuteBootstrapScriptRequest
991
991
  * @return ExecuteBootstrapScriptResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
994
994
  */
995
995
  executeBootstrapScript(executeBootstrapScriptRequest) {
996
996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1053,7 +1053,7 @@ class BdsClient {
1053
1053
  * @param GetAutoScalingConfigurationRequest
1054
1054
  * @return GetAutoScalingConfigurationResponse
1055
1055
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1057
1057
  */
1058
1058
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
1059
1059
  return __awaiter(this, void 0, void 0, function* () {
@@ -1117,7 +1117,7 @@ class BdsClient {
1117
1117
  * @param GetBdsApiKeyRequest
1118
1118
  * @return GetBdsApiKeyResponse
1119
1119
  * @throws OciError when an error occurs
1120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1121
1121
  */
1122
1122
  getBdsApiKey(getBdsApiKeyRequest) {
1123
1123
  return __awaiter(this, void 0, void 0, function* () {
@@ -1181,7 +1181,7 @@ class BdsClient {
1181
1181
  * @param GetBdsInstanceRequest
1182
1182
  * @return GetBdsInstanceResponse
1183
1183
  * @throws OciError when an error occurs
1184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1185
1185
  */
1186
1186
  getBdsInstance(getBdsInstanceRequest) {
1187
1187
  return __awaiter(this, void 0, void 0, function* () {
@@ -1244,7 +1244,7 @@ class BdsClient {
1244
1244
  * @param GetBdsMetastoreConfigurationRequest
1245
1245
  * @return GetBdsMetastoreConfigurationResponse
1246
1246
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1248
1248
  */
1249
1249
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1250
1250
  return __awaiter(this, void 0, void 0, function* () {
@@ -1308,7 +1308,7 @@ class BdsClient {
1308
1308
  * @param GetWorkRequestRequest
1309
1309
  * @return GetWorkRequestResponse
1310
1310
  * @throws OciError when an error occurs
1311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1312
1312
  */
1313
1313
  getWorkRequest(getWorkRequestRequest) {
1314
1314
  return __awaiter(this, void 0, void 0, function* () {
@@ -1372,7 +1372,7 @@ class BdsClient {
1372
1372
  * @param InstallPatchRequest
1373
1373
  * @return InstallPatchResponse
1374
1374
  * @throws OciError when an error occurs
1375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1376
1376
  */
1377
1377
  installPatch(installPatchRequest) {
1378
1378
  return __awaiter(this, void 0, void 0, function* () {
@@ -1435,7 +1435,7 @@ class BdsClient {
1435
1435
  * @param ListAutoScalingConfigurationsRequest
1436
1436
  * @return ListAutoScalingConfigurationsResponse
1437
1437
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1439
1439
  */
1440
1440
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1441
1441
  return __awaiter(this, void 0, void 0, function* () {
@@ -1547,7 +1547,7 @@ class BdsClient {
1547
1547
  * @param ListBdsApiKeysRequest
1548
1548
  * @return ListBdsApiKeysResponse
1549
1549
  * @throws OciError when an error occurs
1550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1551
1551
  */
1552
1552
  listBdsApiKeys(listBdsApiKeysRequest) {
1553
1553
  return __awaiter(this, void 0, void 0, function* () {
@@ -1659,7 +1659,7 @@ class BdsClient {
1659
1659
  * @param ListBdsInstancesRequest
1660
1660
  * @return ListBdsInstancesResponse
1661
1661
  * @throws OciError when an error occurs
1662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1663
1663
  */
1664
1664
  listBdsInstances(listBdsInstancesRequest) {
1665
1665
  return __awaiter(this, void 0, void 0, function* () {
@@ -1769,7 +1769,7 @@ class BdsClient {
1769
1769
  * @param ListBdsMetastoreConfigurationsRequest
1770
1770
  * @return ListBdsMetastoreConfigurationsResponse
1771
1771
  * @throws OciError when an error occurs
1772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1773
1773
  */
1774
1774
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1775
1775
  return __awaiter(this, void 0, void 0, function* () {
@@ -1883,7 +1883,7 @@ class BdsClient {
1883
1883
  * @param ListPatchHistoriesRequest
1884
1884
  * @return ListPatchHistoriesResponse
1885
1885
  * @throws OciError when an error occurs
1886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1887
1887
  */
1888
1888
  listPatchHistories(listPatchHistoriesRequest) {
1889
1889
  return __awaiter(this, void 0, void 0, function* () {
@@ -1994,7 +1994,7 @@ class BdsClient {
1994
1994
  * @param ListPatchesRequest
1995
1995
  * @return ListPatchesResponse
1996
1996
  * @throws OciError when an error occurs
1997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1998
1998
  */
1999
1999
  listPatches(listPatchesRequest) {
2000
2000
  return __awaiter(this, void 0, void 0, function* () {
@@ -2101,7 +2101,7 @@ class BdsClient {
2101
2101
  * @param ListWorkRequestErrorsRequest
2102
2102
  * @return ListWorkRequestErrorsResponse
2103
2103
  * @throws OciError when an error occurs
2104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2105
2105
  */
2106
2106
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2107
2107
  return __awaiter(this, void 0, void 0, function* () {
@@ -2210,7 +2210,7 @@ class BdsClient {
2210
2210
  * @param ListWorkRequestLogsRequest
2211
2211
  * @return ListWorkRequestLogsResponse
2212
2212
  * @throws OciError when an error occurs
2213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2214
2214
  */
2215
2215
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2216
2216
  return __awaiter(this, void 0, void 0, function* () {
@@ -2319,7 +2319,7 @@ class BdsClient {
2319
2319
  * @param ListWorkRequestsRequest
2320
2320
  * @return ListWorkRequestsResponse
2321
2321
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2323
2323
  */
2324
2324
  listWorkRequests(listWorkRequestsRequest) {
2325
2325
  return __awaiter(this, void 0, void 0, function* () {
@@ -2428,7 +2428,7 @@ class BdsClient {
2428
2428
  * @param RemoveAutoScalingConfigurationRequest
2429
2429
  * @return RemoveAutoScalingConfigurationResponse
2430
2430
  * @throws OciError when an error occurs
2431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2432
2432
  */
2433
2433
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2434
2434
  return __awaiter(this, void 0, void 0, function* () {
@@ -2492,7 +2492,7 @@ class BdsClient {
2492
2492
  * @param RemoveCloudSqlRequest
2493
2493
  * @return RemoveCloudSqlResponse
2494
2494
  * @throws OciError when an error occurs
2495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2496
2496
  */
2497
2497
  removeCloudSql(removeCloudSqlRequest) {
2498
2498
  return __awaiter(this, void 0, void 0, function* () {
@@ -2555,7 +2555,7 @@ class BdsClient {
2555
2555
  * @param RemoveNodeRequest
2556
2556
  * @return RemoveNodeResponse
2557
2557
  * @throws OciError when an error occurs
2558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2559
2559
  */
2560
2560
  removeNode(removeNodeRequest) {
2561
2561
  return __awaiter(this, void 0, void 0, function* () {
@@ -2617,7 +2617,7 @@ class BdsClient {
2617
2617
  * @param RestartNodeRequest
2618
2618
  * @return RestartNodeResponse
2619
2619
  * @throws OciError when an error occurs
2620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2621
2621
  */
2622
2622
  restartNode(restartNodeRequest) {
2623
2623
  return __awaiter(this, void 0, void 0, function* () {
@@ -2680,7 +2680,7 @@ class BdsClient {
2680
2680
  * @param StartBdsInstanceRequest
2681
2681
  * @return StartBdsInstanceResponse
2682
2682
  * @throws OciError when an error occurs
2683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2684
2684
  */
2685
2685
  startBdsInstance(startBdsInstanceRequest) {
2686
2686
  return __awaiter(this, void 0, void 0, function* () {
@@ -2742,7 +2742,7 @@ class BdsClient {
2742
2742
  * @param StopBdsInstanceRequest
2743
2743
  * @return StopBdsInstanceResponse
2744
2744
  * @throws OciError when an error occurs
2745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2746
2746
  */
2747
2747
  stopBdsInstance(stopBdsInstanceRequest) {
2748
2748
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,7 +2804,7 @@ class BdsClient {
2804
2804
  * @param TestBdsMetastoreConfigurationRequest
2805
2805
  * @return TestBdsMetastoreConfigurationResponse
2806
2806
  * @throws OciError when an error occurs
2807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2808
2808
  */
2809
2809
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2810
2810
  return __awaiter(this, void 0, void 0, function* () {
@@ -2866,7 +2866,7 @@ class BdsClient {
2866
2866
  * @param TestBdsObjectStorageConnectionRequest
2867
2867
  * @return TestBdsObjectStorageConnectionResponse
2868
2868
  * @throws OciError when an error occurs
2869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2870
2870
  */
2871
2871
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2872
2872
  return __awaiter(this, void 0, void 0, function* () {
@@ -2928,7 +2928,7 @@ class BdsClient {
2928
2928
  * @param UpdateAutoScalingConfigurationRequest
2929
2929
  * @return UpdateAutoScalingConfigurationResponse
2930
2930
  * @throws OciError when an error occurs
2931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2932
2932
  */
2933
2933
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2934
2934
  return __awaiter(this, void 0, void 0, function* () {
@@ -2991,7 +2991,7 @@ class BdsClient {
2991
2991
  * @param UpdateBdsInstanceRequest
2992
2992
  * @return UpdateBdsInstanceResponse
2993
2993
  * @throws OciError when an error occurs
2994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2995
2995
  */
2996
2996
  updateBdsInstance(updateBdsInstanceRequest) {
2997
2997
  return __awaiter(this, void 0, void 0, function* () {
@@ -3052,7 +3052,7 @@ class BdsClient {
3052
3052
  * @param UpdateBdsMetastoreConfigurationRequest
3053
3053
  * @return UpdateBdsMetastoreConfigurationResponse
3054
3054
  * @throws OciError when an error occurs
3055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3056
3056
  */
3057
3057
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
3058
3058
  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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest 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.60.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
17
17
  */
18
18
  export interface ExecuteBootstrapScriptRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest.
17
17
  */
18
18
  export interface StartBdsInstanceRequest 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.60.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest.
17
17
  */
18
18
  export interface StopBdsInstanceRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.0",
3
+ "version": "2.62.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.60.0",
19
- "oci-workrequests": "2.60.0"
18
+ "oci-common": "2.62.0",
19
+ "oci-workrequests": "2.62.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"