oci-bds 2.55.1 → 2.56.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
@@ -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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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 ExecuteBootstrapScriptRequest
206
206
  * @return ExecuteBootstrapScriptResponse
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.55.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
209
209
  */
210
210
  executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
211
211
  /**
@@ -215,7 +215,7 @@ export declare class BdsClient {
215
215
  * @param GetAutoScalingConfigurationRequest
216
216
  * @return GetAutoScalingConfigurationResponse
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.55.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
219
219
  */
220
220
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
221
221
  /**
@@ -224,7 +224,7 @@ export declare class BdsClient {
224
224
  * @param GetBdsApiKeyRequest
225
225
  * @return GetBdsApiKeyResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
228
228
  */
229
229
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
230
230
  /**
@@ -233,7 +233,7 @@ export declare class BdsClient {
233
233
  * @param GetBdsInstanceRequest
234
234
  * @return GetBdsInstanceResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
237
237
  */
238
238
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
239
239
  /**
@@ -242,7 +242,7 @@ export declare class BdsClient {
242
242
  * @param GetBdsMetastoreConfigurationRequest
243
243
  * @return GetBdsMetastoreConfigurationResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
246
246
  */
247
247
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class BdsClient {
251
251
  * @param GetWorkRequestRequest
252
252
  * @return GetWorkRequestResponse
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.55.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
255
255
  */
256
256
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
257
257
  /**
@@ -261,7 +261,7 @@ export declare class BdsClient {
261
261
  * @param InstallPatchRequest
262
262
  * @return InstallPatchResponse
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.55.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
265
265
  */
266
266
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
267
267
  /**
@@ -271,7 +271,7 @@ export declare class BdsClient {
271
271
  * @param ListAutoScalingConfigurationsRequest
272
272
  * @return ListAutoScalingConfigurationsResponse
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.55.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
275
275
  */
276
276
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
277
277
  /**
@@ -313,7 +313,7 @@ export declare class BdsClient {
313
313
  * @param ListBdsApiKeysRequest
314
314
  * @return ListBdsApiKeysResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
317
317
  */
318
318
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
319
319
  /**
@@ -355,7 +355,7 @@ export declare class BdsClient {
355
355
  * @param ListBdsInstancesRequest
356
356
  * @return ListBdsInstancesResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
359
359
  */
360
360
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
361
361
  /**
@@ -397,7 +397,7 @@ export declare class BdsClient {
397
397
  * @param ListBdsMetastoreConfigurationsRequest
398
398
  * @return ListBdsMetastoreConfigurationsResponse
399
399
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
401
401
  */
402
402
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
403
403
  /**
@@ -439,7 +439,7 @@ export declare class BdsClient {
439
439
  * @param ListPatchHistoriesRequest
440
440
  * @return ListPatchHistoriesResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
443
443
  */
444
444
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
445
445
  /**
@@ -481,7 +481,7 @@ export declare class BdsClient {
481
481
  * @param ListPatchesRequest
482
482
  * @return ListPatchesResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
485
485
  */
486
486
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
487
487
  /**
@@ -523,7 +523,7 @@ export declare class BdsClient {
523
523
  * @param ListWorkRequestErrorsRequest
524
524
  * @return ListWorkRequestErrorsResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
527
527
  */
528
528
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
529
529
  /**
@@ -565,7 +565,7 @@ export declare class BdsClient {
565
565
  * @param ListWorkRequestLogsRequest
566
566
  * @return ListWorkRequestLogsResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
569
569
  */
570
570
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
571
571
  /**
@@ -607,7 +607,7 @@ export declare class BdsClient {
607
607
  * @param ListWorkRequestsRequest
608
608
  * @return ListWorkRequestsResponse
609
609
  * @throws OciError when an error occurs
610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
611
611
  */
612
612
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
613
613
  /**
@@ -649,7 +649,7 @@ export declare class BdsClient {
649
649
  * @param RemoveAutoScalingConfigurationRequest
650
650
  * @return RemoveAutoScalingConfigurationResponse
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.55.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
653
653
  */
654
654
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
655
655
  /**
@@ -659,7 +659,7 @@ export declare class BdsClient {
659
659
  * @param RemoveCloudSqlRequest
660
660
  * @return RemoveCloudSqlResponse
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.55.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
663
663
  */
664
664
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
665
665
  /**
@@ -669,7 +669,7 @@ export declare class BdsClient {
669
669
  * @param RemoveNodeRequest
670
670
  * @return RemoveNodeResponse
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.55.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
673
673
  */
674
674
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
675
675
  /**
@@ -679,7 +679,7 @@ export declare class BdsClient {
679
679
  * @param RestartNodeRequest
680
680
  * @return RestartNodeResponse
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.55.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
683
683
  */
684
684
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
685
685
  /**
@@ -689,7 +689,7 @@ export declare class BdsClient {
689
689
  * @param StartBdsInstanceRequest
690
690
  * @return StartBdsInstanceResponse
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.55.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
693
693
  */
694
694
  startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
695
695
  /**
@@ -699,7 +699,7 @@ export declare class BdsClient {
699
699
  * @param StopBdsInstanceRequest
700
700
  * @return StopBdsInstanceResponse
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.55.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
703
703
  */
704
704
  stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
705
705
  /**
@@ -709,7 +709,7 @@ export declare class BdsClient {
709
709
  * @param TestBdsMetastoreConfigurationRequest
710
710
  * @return TestBdsMetastoreConfigurationResponse
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.55.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
713
713
  */
714
714
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
715
715
  /**
@@ -718,7 +718,7 @@ export declare class BdsClient {
718
718
  * @param TestBdsObjectStorageConnectionRequest
719
719
  * @return TestBdsObjectStorageConnectionResponse
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.55.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
722
722
  */
723
723
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
724
724
  /**
@@ -728,7 +728,7 @@ export declare class BdsClient {
728
728
  * @param UpdateAutoScalingConfigurationRequest
729
729
  * @return UpdateAutoScalingConfigurationResponse
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.55.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
732
732
  */
733
733
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
734
734
  /**
@@ -737,7 +737,7 @@ export declare class BdsClient {
737
737
  * @param UpdateBdsInstanceRequest
738
738
  * @return UpdateBdsInstanceResponse
739
739
  * @throws OciError when an error occurs
740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
741
741
  */
742
742
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
743
743
  /**
@@ -746,7 +746,7 @@ export declare class BdsClient {
746
746
  * @param UpdateBdsMetastoreConfigurationRequest
747
747
  * @return UpdateBdsMetastoreConfigurationResponse
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.55.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
750
750
  */
751
751
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
752
752
  }
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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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 ExecuteBootstrapScriptRequest
968
968
  * @return ExecuteBootstrapScriptResponse
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.55.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
971
971
  */
972
972
  executeBootstrapScript(executeBootstrapScriptRequest) {
973
973
  return __awaiter(this, void 0, void 0, function* () {
@@ -1030,7 +1030,7 @@ class BdsClient {
1030
1030
  * @param GetAutoScalingConfigurationRequest
1031
1031
  * @return GetAutoScalingConfigurationResponse
1032
1032
  * @throws OciError when an error occurs
1033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1034
1034
  */
1035
1035
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
1036
1036
  return __awaiter(this, void 0, void 0, function* () {
@@ -1094,7 +1094,7 @@ class BdsClient {
1094
1094
  * @param GetBdsApiKeyRequest
1095
1095
  * @return GetBdsApiKeyResponse
1096
1096
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1098
1098
  */
1099
1099
  getBdsApiKey(getBdsApiKeyRequest) {
1100
1100
  return __awaiter(this, void 0, void 0, function* () {
@@ -1158,7 +1158,7 @@ class BdsClient {
1158
1158
  * @param GetBdsInstanceRequest
1159
1159
  * @return GetBdsInstanceResponse
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.55.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1162
1162
  */
1163
1163
  getBdsInstance(getBdsInstanceRequest) {
1164
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class BdsClient {
1221
1221
  * @param GetBdsMetastoreConfigurationRequest
1222
1222
  * @return GetBdsMetastoreConfigurationResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1225
1225
  */
1226
1226
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1285,7 +1285,7 @@ class BdsClient {
1285
1285
  * @param GetWorkRequestRequest
1286
1286
  * @return GetWorkRequestResponse
1287
1287
  * @throws OciError when an error occurs
1288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1289
1289
  */
1290
1290
  getWorkRequest(getWorkRequestRequest) {
1291
1291
  return __awaiter(this, void 0, void 0, function* () {
@@ -1349,7 +1349,7 @@ class BdsClient {
1349
1349
  * @param InstallPatchRequest
1350
1350
  * @return InstallPatchResponse
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.55.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1353
1353
  */
1354
1354
  installPatch(installPatchRequest) {
1355
1355
  return __awaiter(this, void 0, void 0, function* () {
@@ -1412,7 +1412,7 @@ class BdsClient {
1412
1412
  * @param ListAutoScalingConfigurationsRequest
1413
1413
  * @return ListAutoScalingConfigurationsResponse
1414
1414
  * @throws OciError when an error occurs
1415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1416
1416
  */
1417
1417
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1418
1418
  return __awaiter(this, void 0, void 0, function* () {
@@ -1524,7 +1524,7 @@ class BdsClient {
1524
1524
  * @param ListBdsApiKeysRequest
1525
1525
  * @return ListBdsApiKeysResponse
1526
1526
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1528
1528
  */
1529
1529
  listBdsApiKeys(listBdsApiKeysRequest) {
1530
1530
  return __awaiter(this, void 0, void 0, function* () {
@@ -1636,7 +1636,7 @@ class BdsClient {
1636
1636
  * @param ListBdsInstancesRequest
1637
1637
  * @return ListBdsInstancesResponse
1638
1638
  * @throws OciError when an error occurs
1639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1640
1640
  */
1641
1641
  listBdsInstances(listBdsInstancesRequest) {
1642
1642
  return __awaiter(this, void 0, void 0, function* () {
@@ -1746,7 +1746,7 @@ class BdsClient {
1746
1746
  * @param ListBdsMetastoreConfigurationsRequest
1747
1747
  * @return ListBdsMetastoreConfigurationsResponse
1748
1748
  * @throws OciError when an error occurs
1749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1750
1750
  */
1751
1751
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1752
1752
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1860,7 @@ class BdsClient {
1860
1860
  * @param ListPatchHistoriesRequest
1861
1861
  * @return ListPatchHistoriesResponse
1862
1862
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1864
1864
  */
1865
1865
  listPatchHistories(listPatchHistoriesRequest) {
1866
1866
  return __awaiter(this, void 0, void 0, function* () {
@@ -1971,7 +1971,7 @@ class BdsClient {
1971
1971
  * @param ListPatchesRequest
1972
1972
  * @return ListPatchesResponse
1973
1973
  * @throws OciError when an error occurs
1974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1975
1975
  */
1976
1976
  listPatches(listPatchesRequest) {
1977
1977
  return __awaiter(this, void 0, void 0, function* () {
@@ -2078,7 +2078,7 @@ class BdsClient {
2078
2078
  * @param ListWorkRequestErrorsRequest
2079
2079
  * @return ListWorkRequestErrorsResponse
2080
2080
  * @throws OciError when an error occurs
2081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2082
2082
  */
2083
2083
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2084
2084
  return __awaiter(this, void 0, void 0, function* () {
@@ -2187,7 +2187,7 @@ class BdsClient {
2187
2187
  * @param ListWorkRequestLogsRequest
2188
2188
  * @return ListWorkRequestLogsResponse
2189
2189
  * @throws OciError when an error occurs
2190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2191
2191
  */
2192
2192
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2193
2193
  return __awaiter(this, void 0, void 0, function* () {
@@ -2296,7 +2296,7 @@ class BdsClient {
2296
2296
  * @param ListWorkRequestsRequest
2297
2297
  * @return ListWorkRequestsResponse
2298
2298
  * @throws OciError when an error occurs
2299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2300
2300
  */
2301
2301
  listWorkRequests(listWorkRequestsRequest) {
2302
2302
  return __awaiter(this, void 0, void 0, function* () {
@@ -2405,7 +2405,7 @@ class BdsClient {
2405
2405
  * @param RemoveAutoScalingConfigurationRequest
2406
2406
  * @return RemoveAutoScalingConfigurationResponse
2407
2407
  * @throws OciError when an error occurs
2408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2409
2409
  */
2410
2410
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2411
2411
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class BdsClient {
2469
2469
  * @param RemoveCloudSqlRequest
2470
2470
  * @return RemoveCloudSqlResponse
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.55.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2473
2473
  */
2474
2474
  removeCloudSql(removeCloudSqlRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2532,7 +2532,7 @@ class BdsClient {
2532
2532
  * @param RemoveNodeRequest
2533
2533
  * @return RemoveNodeResponse
2534
2534
  * @throws OciError when an error occurs
2535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2536
2536
  */
2537
2537
  removeNode(removeNodeRequest) {
2538
2538
  return __awaiter(this, void 0, void 0, function* () {
@@ -2594,7 +2594,7 @@ class BdsClient {
2594
2594
  * @param RestartNodeRequest
2595
2595
  * @return RestartNodeResponse
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.55.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2598
2598
  */
2599
2599
  restartNode(restartNodeRequest) {
2600
2600
  return __awaiter(this, void 0, void 0, function* () {
@@ -2657,7 +2657,7 @@ class BdsClient {
2657
2657
  * @param StartBdsInstanceRequest
2658
2658
  * @return StartBdsInstanceResponse
2659
2659
  * @throws OciError when an error occurs
2660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2661
2661
  */
2662
2662
  startBdsInstance(startBdsInstanceRequest) {
2663
2663
  return __awaiter(this, void 0, void 0, function* () {
@@ -2719,7 +2719,7 @@ class BdsClient {
2719
2719
  * @param StopBdsInstanceRequest
2720
2720
  * @return StopBdsInstanceResponse
2721
2721
  * @throws OciError when an error occurs
2722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2723
2723
  */
2724
2724
  stopBdsInstance(stopBdsInstanceRequest) {
2725
2725
  return __awaiter(this, void 0, void 0, function* () {
@@ -2781,7 +2781,7 @@ class BdsClient {
2781
2781
  * @param TestBdsMetastoreConfigurationRequest
2782
2782
  * @return TestBdsMetastoreConfigurationResponse
2783
2783
  * @throws OciError when an error occurs
2784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2785
2785
  */
2786
2786
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2787
2787
  return __awaiter(this, void 0, void 0, function* () {
@@ -2843,7 +2843,7 @@ class BdsClient {
2843
2843
  * @param TestBdsObjectStorageConnectionRequest
2844
2844
  * @return TestBdsObjectStorageConnectionResponse
2845
2845
  * @throws OciError when an error occurs
2846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2847
2847
  */
2848
2848
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2849
2849
  return __awaiter(this, void 0, void 0, function* () {
@@ -2905,7 +2905,7 @@ class BdsClient {
2905
2905
  * @param UpdateAutoScalingConfigurationRequest
2906
2906
  * @return UpdateAutoScalingConfigurationResponse
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.55.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2909
2909
  */
2910
2910
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2911
2911
  return __awaiter(this, void 0, void 0, function* () {
@@ -2968,7 +2968,7 @@ class BdsClient {
2968
2968
  * @param UpdateBdsInstanceRequest
2969
2969
  * @return UpdateBdsInstanceResponse
2970
2970
  * @throws OciError when an error occurs
2971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2972
2972
  */
2973
2973
  updateBdsInstance(updateBdsInstanceRequest) {
2974
2974
  return __awaiter(this, void 0, void 0, function* () {
@@ -3029,7 +3029,7 @@ class BdsClient {
3029
3029
  * @param UpdateBdsMetastoreConfigurationRequest
3030
3030
  * @return UpdateBdsMetastoreConfigurationResponse
3031
3031
  * @throws OciError when an error occurs
3032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3033
3033
  */
3034
3034
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
3035
3035
  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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1/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.56.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.55.1",
3
+ "version": "2.56.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.55.1",
19
- "oci-workrequests": "2.55.1"
18
+ "oci-common": "2.56.0",
19
+ "oci-workrequests": "2.56.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"