oci-bds 2.50.3 → 2.51.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 (42) hide show
  1. package/lib/client.d.ts +39 -39
  2. package/lib/client.js +39 -39
  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/start-bds-instance-request.d.ts +1 -1
  36. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  37. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  38. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  39. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  40. package/lib/request/update-bds-instance-request.d.ts +1 -1
  41. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  42. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class BdsClient {
78
78
  * @param ActivateBdsMetastoreConfigurationRequest
79
79
  * @return ActivateBdsMetastoreConfigurationResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
82
82
  */
83
83
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class BdsClient {
88
88
  * @param AddAutoScalingConfigurationRequest
89
89
  * @return AddAutoScalingConfigurationResponse
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.50.3/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
92
92
  */
93
93
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class BdsClient {
98
98
  * @param AddBlockStorageRequest
99
99
  * @return AddBlockStorageResponse
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.50.3/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
102
102
  */
103
103
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class BdsClient {
108
108
  * @param AddCloudSqlRequest
109
109
  * @return AddCloudSqlResponse
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.50.3/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
112
112
  */
113
113
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
114
114
  /**
@@ -118,7 +118,7 @@ export declare class BdsClient {
118
118
  * @param AddWorkerNodesRequest
119
119
  * @return AddWorkerNodesResponse
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.50.3/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
122
122
  */
123
123
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
124
124
  /**
@@ -128,7 +128,7 @@ export declare class BdsClient {
128
128
  * @param ChangeBdsInstanceCompartmentRequest
129
129
  * @return ChangeBdsInstanceCompartmentResponse
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.50.3/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
132
132
  */
133
133
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class BdsClient {
138
138
  * @param ChangeShapeRequest
139
139
  * @return ChangeShapeResponse
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.50.3/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
142
142
  */
143
143
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class BdsClient {
148
148
  * @param CreateBdsApiKeyRequest
149
149
  * @return CreateBdsApiKeyResponse
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.50.3/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
152
152
  */
153
153
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class BdsClient {
158
158
  * @param CreateBdsInstanceRequest
159
159
  * @return CreateBdsInstanceResponse
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.50.3/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
162
162
  */
163
163
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
164
164
  /**
@@ -168,7 +168,7 @@ export declare class BdsClient {
168
168
  * @param CreateBdsMetastoreConfigurationRequest
169
169
  * @return CreateBdsMetastoreConfigurationResponse
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.50.3/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
172
172
  */
173
173
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class BdsClient {
177
177
  * @param DeleteBdsApiKeyRequest
178
178
  * @return DeleteBdsApiKeyResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
181
181
  */
182
182
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class BdsClient {
186
186
  * @param DeleteBdsInstanceRequest
187
187
  * @return DeleteBdsInstanceResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
190
190
  */
191
191
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class BdsClient {
195
195
  * @param DeleteBdsMetastoreConfigurationRequest
196
196
  * @return DeleteBdsMetastoreConfigurationResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
199
199
  */
200
200
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class BdsClient {
205
205
  * @param GetAutoScalingConfigurationRequest
206
206
  * @return GetAutoScalingConfigurationResponse
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.50.3/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
209
209
  */
210
210
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
211
211
  /**
@@ -214,7 +214,7 @@ export declare class BdsClient {
214
214
  * @param GetBdsApiKeyRequest
215
215
  * @return GetBdsApiKeyResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
218
218
  */
219
219
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
220
220
  /**
@@ -223,7 +223,7 @@ export declare class BdsClient {
223
223
  * @param GetBdsInstanceRequest
224
224
  * @return GetBdsInstanceResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
227
227
  */
228
228
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
229
229
  /**
@@ -232,7 +232,7 @@ export declare class BdsClient {
232
232
  * @param GetBdsMetastoreConfigurationRequest
233
233
  * @return GetBdsMetastoreConfigurationResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
236
236
  */
237
237
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
238
238
  /**
@@ -241,7 +241,7 @@ export declare class BdsClient {
241
241
  * @param GetWorkRequestRequest
242
242
  * @return GetWorkRequestResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
245
245
  */
246
246
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
247
247
  /**
@@ -251,7 +251,7 @@ export declare class BdsClient {
251
251
  * @param InstallPatchRequest
252
252
  * @return InstallPatchResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
255
255
  */
256
256
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
257
257
  /**
@@ -261,7 +261,7 @@ export declare class BdsClient {
261
261
  * @param ListAutoScalingConfigurationsRequest
262
262
  * @return ListAutoScalingConfigurationsResponse
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.50.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
265
265
  */
266
266
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
267
267
  /**
@@ -303,7 +303,7 @@ export declare class BdsClient {
303
303
  * @param ListBdsApiKeysRequest
304
304
  * @return ListBdsApiKeysResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
307
307
  */
308
308
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
309
309
  /**
@@ -345,7 +345,7 @@ export declare class BdsClient {
345
345
  * @param ListBdsInstancesRequest
346
346
  * @return ListBdsInstancesResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
349
349
  */
350
350
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
351
351
  /**
@@ -387,7 +387,7 @@ export declare class BdsClient {
387
387
  * @param ListBdsMetastoreConfigurationsRequest
388
388
  * @return ListBdsMetastoreConfigurationsResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
391
391
  */
392
392
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
393
393
  /**
@@ -429,7 +429,7 @@ export declare class BdsClient {
429
429
  * @param ListPatchHistoriesRequest
430
430
  * @return ListPatchHistoriesResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
433
433
  */
434
434
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
435
435
  /**
@@ -471,7 +471,7 @@ export declare class BdsClient {
471
471
  * @param ListPatchesRequest
472
472
  * @return ListPatchesResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
475
475
  */
476
476
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
477
477
  /**
@@ -513,7 +513,7 @@ export declare class BdsClient {
513
513
  * @param ListWorkRequestErrorsRequest
514
514
  * @return ListWorkRequestErrorsResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
517
517
  */
518
518
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
519
519
  /**
@@ -555,7 +555,7 @@ export declare class BdsClient {
555
555
  * @param ListWorkRequestLogsRequest
556
556
  * @return ListWorkRequestLogsResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
559
559
  */
560
560
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
561
561
  /**
@@ -597,7 +597,7 @@ export declare class BdsClient {
597
597
  * @param ListWorkRequestsRequest
598
598
  * @return ListWorkRequestsResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
601
601
  */
602
602
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
603
603
  /**
@@ -639,7 +639,7 @@ export declare class BdsClient {
639
639
  * @param RemoveAutoScalingConfigurationRequest
640
640
  * @return RemoveAutoScalingConfigurationResponse
641
641
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
643
643
  */
644
644
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
645
645
  /**
@@ -649,7 +649,7 @@ export declare class BdsClient {
649
649
  * @param RemoveCloudSqlRequest
650
650
  * @return RemoveCloudSqlResponse
651
651
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
653
653
  */
654
654
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
655
655
  /**
@@ -659,7 +659,7 @@ export declare class BdsClient {
659
659
  * @param RemoveNodeRequest
660
660
  * @return RemoveNodeResponse
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.50.3/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
663
663
  */
664
664
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
665
665
  /**
@@ -669,7 +669,7 @@ export declare class BdsClient {
669
669
  * @param RestartNodeRequest
670
670
  * @return RestartNodeResponse
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.50.3/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
673
673
  */
674
674
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
675
675
  /**
@@ -679,7 +679,7 @@ export declare class BdsClient {
679
679
  * @param StartBdsInstanceRequest
680
680
  * @return StartBdsInstanceResponse
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.50.3/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
683
683
  */
684
684
  startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
685
685
  /**
@@ -689,7 +689,7 @@ export declare class BdsClient {
689
689
  * @param StopBdsInstanceRequest
690
690
  * @return StopBdsInstanceResponse
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.50.3/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
693
693
  */
694
694
  stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
695
695
  /**
@@ -699,7 +699,7 @@ export declare class BdsClient {
699
699
  * @param TestBdsMetastoreConfigurationRequest
700
700
  * @return TestBdsMetastoreConfigurationResponse
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.50.3/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
703
703
  */
704
704
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
705
705
  /**
@@ -708,7 +708,7 @@ export declare class BdsClient {
708
708
  * @param TestBdsObjectStorageConnectionRequest
709
709
  * @return TestBdsObjectStorageConnectionResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
712
712
  */
713
713
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
714
714
  /**
@@ -718,7 +718,7 @@ export declare class BdsClient {
718
718
  * @param UpdateAutoScalingConfigurationRequest
719
719
  * @return UpdateAutoScalingConfigurationResponse
720
720
  * @throws OciError when an error occurs
721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
722
722
  */
723
723
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
724
724
  /**
@@ -727,7 +727,7 @@ export declare class BdsClient {
727
727
  * @param UpdateBdsInstanceRequest
728
728
  * @return UpdateBdsInstanceResponse
729
729
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
731
731
  */
732
732
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
733
733
  /**
@@ -736,7 +736,7 @@ export declare class BdsClient {
736
736
  * @param UpdateBdsMetastoreConfigurationRequest
737
737
  * @return UpdateBdsMetastoreConfigurationResponse
738
738
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
740
740
  */
741
741
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
742
742
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class BdsClient {
159
159
  * @param ActivateBdsMetastoreConfigurationRequest
160
160
  * @return ActivateBdsMetastoreConfigurationResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
163
163
  */
164
164
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class BdsClient {
223
223
  * @param AddAutoScalingConfigurationRequest
224
224
  * @return AddAutoScalingConfigurationResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
227
227
  */
228
228
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,7 +286,7 @@ class BdsClient {
286
286
  * @param AddBlockStorageRequest
287
287
  * @return AddBlockStorageResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
290
290
  */
291
291
  addBlockStorage(addBlockStorageRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -349,7 +349,7 @@ class BdsClient {
349
349
  * @param AddCloudSqlRequest
350
350
  * @return AddCloudSqlResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
353
353
  */
354
354
  addCloudSql(addCloudSqlRequest) {
355
355
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class BdsClient {
412
412
  * @param AddWorkerNodesRequest
413
413
  * @return AddWorkerNodesResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
416
416
  */
417
417
  addWorkerNodes(addWorkerNodesRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -475,7 +475,7 @@ class BdsClient {
475
475
  * @param ChangeBdsInstanceCompartmentRequest
476
476
  * @return ChangeBdsInstanceCompartmentResponse
477
477
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
479
479
  */
480
480
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
481
481
  return __awaiter(this, void 0, void 0, function* () {
@@ -538,7 +538,7 @@ class BdsClient {
538
538
  * @param ChangeShapeRequest
539
539
  * @return ChangeShapeResponse
540
540
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
542
542
  */
543
543
  changeShape(changeShapeRequest) {
544
544
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class BdsClient {
601
601
  * @param CreateBdsApiKeyRequest
602
602
  * @return CreateBdsApiKeyResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
605
605
  */
606
606
  createBdsApiKey(createBdsApiKeyRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class BdsClient {
663
663
  * @param CreateBdsInstanceRequest
664
664
  * @return CreateBdsInstanceResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
667
667
  */
668
668
  createBdsInstance(createBdsInstanceRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class BdsClient {
723
723
  * @param CreateBdsMetastoreConfigurationRequest
724
724
  * @return CreateBdsMetastoreConfigurationResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
727
727
  */
728
728
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -784,7 +784,7 @@ class BdsClient {
784
784
  * @param DeleteBdsApiKeyRequest
785
785
  * @return DeleteBdsApiKeyResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
788
788
  */
789
789
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -845,7 +845,7 @@ class BdsClient {
845
845
  * @param DeleteBdsInstanceRequest
846
846
  * @return DeleteBdsInstanceResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
849
849
  */
850
850
  deleteBdsInstance(deleteBdsInstanceRequest) {
851
851
  return __awaiter(this, void 0, void 0, function* () {
@@ -905,7 +905,7 @@ class BdsClient {
905
905
  * @param DeleteBdsMetastoreConfigurationRequest
906
906
  * @return DeleteBdsMetastoreConfigurationResponse
907
907
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
909
909
  */
910
910
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
911
911
  return __awaiter(this, void 0, void 0, function* () {
@@ -967,7 +967,7 @@ class BdsClient {
967
967
  * @param GetAutoScalingConfigurationRequest
968
968
  * @return GetAutoScalingConfigurationResponse
969
969
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
971
971
  */
972
972
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
973
973
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class BdsClient {
1031
1031
  * @param GetBdsApiKeyRequest
1032
1032
  * @return GetBdsApiKeyResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1035
1035
  */
1036
1036
  getBdsApiKey(getBdsApiKeyRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1095,7 @@ class BdsClient {
1095
1095
  * @param GetBdsInstanceRequest
1096
1096
  * @return GetBdsInstanceResponse
1097
1097
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1099
1099
  */
1100
1100
  getBdsInstance(getBdsInstanceRequest) {
1101
1101
  return __awaiter(this, void 0, void 0, function* () {
@@ -1158,7 +1158,7 @@ class BdsClient {
1158
1158
  * @param GetBdsMetastoreConfigurationRequest
1159
1159
  * @return GetBdsMetastoreConfigurationResponse
1160
1160
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1162
1162
  */
1163
1163
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1164
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1222,7 +1222,7 @@ class BdsClient {
1222
1222
  * @param GetWorkRequestRequest
1223
1223
  * @return GetWorkRequestResponse
1224
1224
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1226
1226
  */
1227
1227
  getWorkRequest(getWorkRequestRequest) {
1228
1228
  return __awaiter(this, void 0, void 0, function* () {
@@ -1286,7 +1286,7 @@ class BdsClient {
1286
1286
  * @param InstallPatchRequest
1287
1287
  * @return InstallPatchResponse
1288
1288
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1290
1290
  */
1291
1291
  installPatch(installPatchRequest) {
1292
1292
  return __awaiter(this, void 0, void 0, function* () {
@@ -1349,7 +1349,7 @@ class BdsClient {
1349
1349
  * @param ListAutoScalingConfigurationsRequest
1350
1350
  * @return ListAutoScalingConfigurationsResponse
1351
1351
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1353
1353
  */
1354
1354
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1355
1355
  return __awaiter(this, void 0, void 0, function* () {
@@ -1461,7 +1461,7 @@ class BdsClient {
1461
1461
  * @param ListBdsApiKeysRequest
1462
1462
  * @return ListBdsApiKeysResponse
1463
1463
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1465
1465
  */
1466
1466
  listBdsApiKeys(listBdsApiKeysRequest) {
1467
1467
  return __awaiter(this, void 0, void 0, function* () {
@@ -1573,7 +1573,7 @@ class BdsClient {
1573
1573
  * @param ListBdsInstancesRequest
1574
1574
  * @return ListBdsInstancesResponse
1575
1575
  * @throws OciError when an error occurs
1576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1577
1577
  */
1578
1578
  listBdsInstances(listBdsInstancesRequest) {
1579
1579
  return __awaiter(this, void 0, void 0, function* () {
@@ -1683,7 +1683,7 @@ class BdsClient {
1683
1683
  * @param ListBdsMetastoreConfigurationsRequest
1684
1684
  * @return ListBdsMetastoreConfigurationsResponse
1685
1685
  * @throws OciError when an error occurs
1686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1687
1687
  */
1688
1688
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1689
1689
  return __awaiter(this, void 0, void 0, function* () {
@@ -1797,7 +1797,7 @@ class BdsClient {
1797
1797
  * @param ListPatchHistoriesRequest
1798
1798
  * @return ListPatchHistoriesResponse
1799
1799
  * @throws OciError when an error occurs
1800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1801
1801
  */
1802
1802
  listPatchHistories(listPatchHistoriesRequest) {
1803
1803
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class BdsClient {
1908
1908
  * @param ListPatchesRequest
1909
1909
  * @return ListPatchesResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1912
1912
  */
1913
1913
  listPatches(listPatchesRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -2015,7 +2015,7 @@ class BdsClient {
2015
2015
  * @param ListWorkRequestErrorsRequest
2016
2016
  * @return ListWorkRequestErrorsResponse
2017
2017
  * @throws OciError when an error occurs
2018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2019
2019
  */
2020
2020
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2021
2021
  return __awaiter(this, void 0, void 0, function* () {
@@ -2124,7 +2124,7 @@ class BdsClient {
2124
2124
  * @param ListWorkRequestLogsRequest
2125
2125
  * @return ListWorkRequestLogsResponse
2126
2126
  * @throws OciError when an error occurs
2127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2128
2128
  */
2129
2129
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2130
2130
  return __awaiter(this, void 0, void 0, function* () {
@@ -2233,7 +2233,7 @@ class BdsClient {
2233
2233
  * @param ListWorkRequestsRequest
2234
2234
  * @return ListWorkRequestsResponse
2235
2235
  * @throws OciError when an error occurs
2236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2237
2237
  */
2238
2238
  listWorkRequests(listWorkRequestsRequest) {
2239
2239
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2342,7 @@ class BdsClient {
2342
2342
  * @param RemoveAutoScalingConfigurationRequest
2343
2343
  * @return RemoveAutoScalingConfigurationResponse
2344
2344
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2346
2346
  */
2347
2347
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2348
2348
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2406,7 @@ class BdsClient {
2406
2406
  * @param RemoveCloudSqlRequest
2407
2407
  * @return RemoveCloudSqlResponse
2408
2408
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2410
2410
  */
2411
2411
  removeCloudSql(removeCloudSqlRequest) {
2412
2412
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class BdsClient {
2469
2469
  * @param RemoveNodeRequest
2470
2470
  * @return RemoveNodeResponse
2471
2471
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2473
2473
  */
2474
2474
  removeNode(removeNodeRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2531,7 +2531,7 @@ class BdsClient {
2531
2531
  * @param RestartNodeRequest
2532
2532
  * @return RestartNodeResponse
2533
2533
  * @throws OciError when an error occurs
2534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2535
2535
  */
2536
2536
  restartNode(restartNodeRequest) {
2537
2537
  return __awaiter(this, void 0, void 0, function* () {
@@ -2594,7 +2594,7 @@ class BdsClient {
2594
2594
  * @param StartBdsInstanceRequest
2595
2595
  * @return StartBdsInstanceResponse
2596
2596
  * @throws OciError when an error occurs
2597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2598
2598
  */
2599
2599
  startBdsInstance(startBdsInstanceRequest) {
2600
2600
  return __awaiter(this, void 0, void 0, function* () {
@@ -2656,7 +2656,7 @@ class BdsClient {
2656
2656
  * @param StopBdsInstanceRequest
2657
2657
  * @return StopBdsInstanceResponse
2658
2658
  * @throws OciError when an error occurs
2659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2660
2660
  */
2661
2661
  stopBdsInstance(stopBdsInstanceRequest) {
2662
2662
  return __awaiter(this, void 0, void 0, function* () {
@@ -2718,7 +2718,7 @@ class BdsClient {
2718
2718
  * @param TestBdsMetastoreConfigurationRequest
2719
2719
  * @return TestBdsMetastoreConfigurationResponse
2720
2720
  * @throws OciError when an error occurs
2721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2722
2722
  */
2723
2723
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2724
2724
  return __awaiter(this, void 0, void 0, function* () {
@@ -2780,7 +2780,7 @@ class BdsClient {
2780
2780
  * @param TestBdsObjectStorageConnectionRequest
2781
2781
  * @return TestBdsObjectStorageConnectionResponse
2782
2782
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2784
2784
  */
2785
2785
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2786
2786
  return __awaiter(this, void 0, void 0, function* () {
@@ -2842,7 +2842,7 @@ class BdsClient {
2842
2842
  * @param UpdateAutoScalingConfigurationRequest
2843
2843
  * @return UpdateAutoScalingConfigurationResponse
2844
2844
  * @throws OciError when an error occurs
2845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2846
2846
  */
2847
2847
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2848
2848
  return __awaiter(this, void 0, void 0, function* () {
@@ -2905,7 +2905,7 @@ class BdsClient {
2905
2905
  * @param UpdateBdsInstanceRequest
2906
2906
  * @return UpdateBdsInstanceResponse
2907
2907
  * @throws OciError when an error occurs
2908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2909
2909
  */
2910
2910
  updateBdsInstance(updateBdsInstanceRequest) {
2911
2911
  return __awaiter(this, void 0, void 0, function* () {
@@ -2966,7 +2966,7 @@ class BdsClient {
2966
2966
  * @param UpdateBdsMetastoreConfigurationRequest
2967
2967
  * @return UpdateBdsMetastoreConfigurationResponse
2968
2968
  * @throws OciError when an error occurs
2969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2970
2970
  */
2971
2971
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
2972
2972
  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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3/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.51.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.50.3",
3
+ "version": "2.51.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.50.3",
19
- "oci-workrequests": "2.50.3"
18
+ "oci-common": "2.51.0",
19
+ "oci-workrequests": "2.51.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"