oci-bds 2.78.0 → 2.79.1

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 (65) hide show
  1. package/lib/client.d.ts +51 -52
  2. package/lib/client.js +104 -262
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-auto-scale-policy-details.js +2 -4
  5. package/lib/model/add-auto-scale-policy-details.js.map +1 -1
  6. package/lib/model/auto-scale-policy-details.js +2 -4
  7. package/lib/model/auto-scale-policy-details.js.map +1 -1
  8. package/lib/model/horizontal-scaling-schedule-details.js +2 -4
  9. package/lib/model/horizontal-scaling-schedule-details.js.map +1 -1
  10. package/lib/model/update-auto-scale-policy-details.js +2 -4
  11. package/lib/model/update-auto-scale-policy-details.js.map +1 -1
  12. package/lib/model/vertical-scaling-schedule-details.js +2 -4
  13. package/lib/model/vertical-scaling-schedule-details.js.map +1 -1
  14. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  15. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  16. package/lib/request/add-block-storage-request.d.ts +1 -1
  17. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  18. package/lib/request/add-kafka-request.d.ts +1 -1
  19. package/lib/request/add-master-nodes-request.d.ts +1 -1
  20. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  21. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  22. package/lib/request/certificate-service-info-request.d.ts +1 -1
  23. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  24. package/lib/request/change-shape-request.d.ts +1 -1
  25. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  26. package/lib/request/create-bds-instance-request.d.ts +1 -1
  27. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  28. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  29. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  30. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  31. package/lib/request/disable-certificate-request.d.ts +1 -1
  32. package/lib/request/enable-certificate-request.d.ts +1 -1
  33. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  34. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  35. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  36. package/lib/request/get-bds-instance-request.d.ts +1 -1
  37. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  38. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  39. package/lib/request/get-work-request-request.d.ts +1 -1
  40. package/lib/request/install-os-patch-request.d.ts +1 -1
  41. package/lib/request/install-patch-request.d.ts +1 -1
  42. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  43. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  44. package/lib/request/list-bds-instances-request.d.ts +1 -1
  45. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  46. package/lib/request/list-os-patches-request.d.ts +1 -1
  47. package/lib/request/list-patch-histories-request.d.ts +1 -1
  48. package/lib/request/list-patches-request.d.ts +1 -1
  49. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  50. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  53. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  54. package/lib/request/remove-kafka-request.d.ts +1 -1
  55. package/lib/request/remove-node-request.d.ts +1 -1
  56. package/lib/request/renew-certificate-request.d.ts +1 -1
  57. package/lib/request/restart-node-request.d.ts +1 -1
  58. package/lib/request/start-bds-instance-request.d.ts +1 -1
  59. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  60. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  61. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  62. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  63. package/lib/request/update-bds-instance-request.d.ts +1 -1
  64. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  65. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -48,7 +48,6 @@ export declare class BdsClient {
48
48
  * @param endpoint The endpoint of the service.
49
49
  */
50
50
  set endpoint(endpoint: string);
51
- get logger(): import("oci-common/lib/log").Logger;
52
51
  /**
53
52
  * Determines whether realm specific endpoint should be used or not.
54
53
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -94,7 +93,7 @@ export declare class BdsClient {
94
93
  * @param ActivateBdsMetastoreConfigurationRequest
95
94
  * @return ActivateBdsMetastoreConfigurationResponse
96
95
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
98
97
  */
99
98
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
100
99
  /**
@@ -104,7 +103,7 @@ export declare class BdsClient {
104
103
  * @param AddAutoScalingConfigurationRequest
105
104
  * @return AddAutoScalingConfigurationResponse
106
105
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
108
107
  */
109
108
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
110
109
  /**
@@ -114,7 +113,7 @@ export declare class BdsClient {
114
113
  * @param AddBlockStorageRequest
115
114
  * @return AddBlockStorageResponse
116
115
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
118
117
  */
119
118
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
120
119
  /**
@@ -124,7 +123,7 @@ export declare class BdsClient {
124
123
  * @param AddCloudSqlRequest
125
124
  * @return AddCloudSqlResponse
126
125
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
128
127
  */
129
128
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
130
129
  /**
@@ -134,7 +133,7 @@ export declare class BdsClient {
134
133
  * @param AddKafkaRequest
135
134
  * @return AddKafkaResponse
136
135
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
138
137
  */
139
138
  addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
140
139
  /**
@@ -144,7 +143,7 @@ export declare class BdsClient {
144
143
  * @param AddMasterNodesRequest
145
144
  * @return AddMasterNodesResponse
146
145
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
148
147
  */
149
148
  addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
150
149
  /**
@@ -154,7 +153,7 @@ export declare class BdsClient {
154
153
  * @param AddUtilityNodesRequest
155
154
  * @return AddUtilityNodesResponse
156
155
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
158
157
  */
159
158
  addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
160
159
  /**
@@ -164,7 +163,7 @@ export declare class BdsClient {
164
163
  * @param AddWorkerNodesRequest
165
164
  * @return AddWorkerNodesResponse
166
165
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
168
167
  */
169
168
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
170
169
  /**
@@ -174,7 +173,7 @@ export declare class BdsClient {
174
173
  * @param CertificateServiceInfoRequest
175
174
  * @return CertificateServiceInfoResponse
176
175
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
178
177
  */
179
178
  certificateServiceInfo(certificateServiceInfoRequest: requests.CertificateServiceInfoRequest): Promise<responses.CertificateServiceInfoResponse>;
180
179
  /**
@@ -184,7 +183,7 @@ export declare class BdsClient {
184
183
  * @param ChangeBdsInstanceCompartmentRequest
185
184
  * @return ChangeBdsInstanceCompartmentResponse
186
185
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
188
187
  */
189
188
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
190
189
  /**
@@ -194,7 +193,7 @@ export declare class BdsClient {
194
193
  * @param ChangeShapeRequest
195
194
  * @return ChangeShapeResponse
196
195
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
198
197
  */
199
198
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
200
199
  /**
@@ -204,7 +203,7 @@ export declare class BdsClient {
204
203
  * @param CreateBdsApiKeyRequest
205
204
  * @return CreateBdsApiKeyResponse
206
205
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
208
207
  */
209
208
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
210
209
  /**
@@ -214,7 +213,7 @@ export declare class BdsClient {
214
213
  * @param CreateBdsInstanceRequest
215
214
  * @return CreateBdsInstanceResponse
216
215
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
218
217
  */
219
218
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
220
219
  /**
@@ -224,7 +223,7 @@ export declare class BdsClient {
224
223
  * @param CreateBdsMetastoreConfigurationRequest
225
224
  * @return CreateBdsMetastoreConfigurationResponse
226
225
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
228
227
  */
229
228
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
230
229
  /**
@@ -233,7 +232,7 @@ export declare class BdsClient {
233
232
  * @param DeleteBdsApiKeyRequest
234
233
  * @return DeleteBdsApiKeyResponse
235
234
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
237
236
  */
238
237
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
239
238
  /**
@@ -242,7 +241,7 @@ export declare class BdsClient {
242
241
  * @param DeleteBdsInstanceRequest
243
242
  * @return DeleteBdsInstanceResponse
244
243
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
246
245
  */
247
246
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
248
247
  /**
@@ -251,7 +250,7 @@ export declare class BdsClient {
251
250
  * @param DeleteBdsMetastoreConfigurationRequest
252
251
  * @return DeleteBdsMetastoreConfigurationResponse
253
252
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
255
254
  */
256
255
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
257
256
  /**
@@ -261,7 +260,7 @@ export declare class BdsClient {
261
260
  * @param DisableCertificateRequest
262
261
  * @return DisableCertificateResponse
263
262
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
265
264
  */
266
265
  disableCertificate(disableCertificateRequest: requests.DisableCertificateRequest): Promise<responses.DisableCertificateResponse>;
267
266
  /**
@@ -271,7 +270,7 @@ export declare class BdsClient {
271
270
  * @param EnableCertificateRequest
272
271
  * @return EnableCertificateResponse
273
272
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
275
274
  */
276
275
  enableCertificate(enableCertificateRequest: requests.EnableCertificateRequest): Promise<responses.EnableCertificateResponse>;
277
276
  /**
@@ -281,7 +280,7 @@ export declare class BdsClient {
281
280
  * @param ExecuteBootstrapScriptRequest
282
281
  * @return ExecuteBootstrapScriptResponse
283
282
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
285
284
  */
286
285
  executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
287
286
  /**
@@ -291,7 +290,7 @@ export declare class BdsClient {
291
290
  * @param GetAutoScalingConfigurationRequest
292
291
  * @return GetAutoScalingConfigurationResponse
293
292
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
295
294
  */
296
295
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
297
296
  /**
@@ -300,7 +299,7 @@ export declare class BdsClient {
300
299
  * @param GetBdsApiKeyRequest
301
300
  * @return GetBdsApiKeyResponse
302
301
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
304
303
  */
305
304
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
306
305
  /**
@@ -309,7 +308,7 @@ export declare class BdsClient {
309
308
  * @param GetBdsInstanceRequest
310
309
  * @return GetBdsInstanceResponse
311
310
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
313
312
  */
314
313
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
315
314
  /**
@@ -318,7 +317,7 @@ export declare class BdsClient {
318
317
  * @param GetBdsMetastoreConfigurationRequest
319
318
  * @return GetBdsMetastoreConfigurationResponse
320
319
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
322
321
  */
323
322
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
324
323
  /**
@@ -327,7 +326,7 @@ export declare class BdsClient {
327
326
  * @param GetOsPatchDetailsRequest
328
327
  * @return GetOsPatchDetailsResponse
329
328
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
331
330
  */
332
331
  getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
333
332
  /**
@@ -336,7 +335,7 @@ export declare class BdsClient {
336
335
  * @param GetWorkRequestRequest
337
336
  * @return GetWorkRequestResponse
338
337
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
340
339
  */
341
340
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
342
341
  /**
@@ -346,7 +345,7 @@ export declare class BdsClient {
346
345
  * @param InstallOsPatchRequest
347
346
  * @return InstallOsPatchResponse
348
347
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
350
349
  */
351
350
  installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
352
351
  /**
@@ -356,7 +355,7 @@ export declare class BdsClient {
356
355
  * @param InstallPatchRequest
357
356
  * @return InstallPatchResponse
358
357
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
360
359
  */
361
360
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
362
361
  /**
@@ -366,7 +365,7 @@ export declare class BdsClient {
366
365
  * @param ListAutoScalingConfigurationsRequest
367
366
  * @return ListAutoScalingConfigurationsResponse
368
367
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
370
369
  */
371
370
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
372
371
  /**
@@ -408,7 +407,7 @@ export declare class BdsClient {
408
407
  * @param ListBdsApiKeysRequest
409
408
  * @return ListBdsApiKeysResponse
410
409
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
412
411
  */
413
412
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
414
413
  /**
@@ -450,7 +449,7 @@ export declare class BdsClient {
450
449
  * @param ListBdsInstancesRequest
451
450
  * @return ListBdsInstancesResponse
452
451
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
454
453
  */
455
454
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
456
455
  /**
@@ -492,7 +491,7 @@ export declare class BdsClient {
492
491
  * @param ListBdsMetastoreConfigurationsRequest
493
492
  * @return ListBdsMetastoreConfigurationsResponse
494
493
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
496
495
  */
497
496
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
498
497
  /**
@@ -533,7 +532,7 @@ export declare class BdsClient {
533
532
  * @param ListOsPatchesRequest
534
533
  * @return ListOsPatchesResponse
535
534
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
537
536
  */
538
537
  listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
539
538
  /**
@@ -575,7 +574,7 @@ export declare class BdsClient {
575
574
  * @param ListPatchHistoriesRequest
576
575
  * @return ListPatchHistoriesResponse
577
576
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
579
578
  */
580
579
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
581
580
  /**
@@ -617,7 +616,7 @@ export declare class BdsClient {
617
616
  * @param ListPatchesRequest
618
617
  * @return ListPatchesResponse
619
618
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
621
620
  */
622
621
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
623
622
  /**
@@ -659,7 +658,7 @@ export declare class BdsClient {
659
658
  * @param ListWorkRequestErrorsRequest
660
659
  * @return ListWorkRequestErrorsResponse
661
660
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
663
662
  */
664
663
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
665
664
  /**
@@ -701,7 +700,7 @@ export declare class BdsClient {
701
700
  * @param ListWorkRequestLogsRequest
702
701
  * @return ListWorkRequestLogsResponse
703
702
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
705
704
  */
706
705
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
707
706
  /**
@@ -743,7 +742,7 @@ export declare class BdsClient {
743
742
  * @param ListWorkRequestsRequest
744
743
  * @return ListWorkRequestsResponse
745
744
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
747
746
  */
748
747
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
749
748
  /**
@@ -785,7 +784,7 @@ export declare class BdsClient {
785
784
  * @param RemoveAutoScalingConfigurationRequest
786
785
  * @return RemoveAutoScalingConfigurationResponse
787
786
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
789
788
  */
790
789
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
791
790
  /**
@@ -795,7 +794,7 @@ export declare class BdsClient {
795
794
  * @param RemoveCloudSqlRequest
796
795
  * @return RemoveCloudSqlResponse
797
796
  * @throws OciError when an error occurs
798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
799
798
  */
800
799
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
801
800
  /**
@@ -805,7 +804,7 @@ export declare class BdsClient {
805
804
  * @param RemoveKafkaRequest
806
805
  * @return RemoveKafkaResponse
807
806
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
809
808
  */
810
809
  removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
811
810
  /**
@@ -815,7 +814,7 @@ export declare class BdsClient {
815
814
  * @param RemoveNodeRequest
816
815
  * @return RemoveNodeResponse
817
816
  * @throws OciError when an error occurs
818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
819
818
  */
820
819
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
821
820
  /**
@@ -825,7 +824,7 @@ export declare class BdsClient {
825
824
  * @param RenewCertificateRequest
826
825
  * @return RenewCertificateResponse
827
826
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
829
828
  */
830
829
  renewCertificate(renewCertificateRequest: requests.RenewCertificateRequest): Promise<responses.RenewCertificateResponse>;
831
830
  /**
@@ -835,7 +834,7 @@ export declare class BdsClient {
835
834
  * @param RestartNodeRequest
836
835
  * @return RestartNodeResponse
837
836
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
839
838
  */
840
839
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
841
840
  /**
@@ -845,7 +844,7 @@ export declare class BdsClient {
845
844
  * @param StartBdsInstanceRequest
846
845
  * @return StartBdsInstanceResponse
847
846
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
849
848
  */
850
849
  startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
851
850
  /**
@@ -855,7 +854,7 @@ export declare class BdsClient {
855
854
  * @param StopBdsInstanceRequest
856
855
  * @return StopBdsInstanceResponse
857
856
  * @throws OciError when an error occurs
858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
859
858
  */
860
859
  stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
861
860
  /**
@@ -865,7 +864,7 @@ export declare class BdsClient {
865
864
  * @param TestBdsMetastoreConfigurationRequest
866
865
  * @return TestBdsMetastoreConfigurationResponse
867
866
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
869
868
  */
870
869
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
871
870
  /**
@@ -874,7 +873,7 @@ export declare class BdsClient {
874
873
  * @param TestBdsObjectStorageConnectionRequest
875
874
  * @return TestBdsObjectStorageConnectionResponse
876
875
  * @throws OciError when an error occurs
877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
878
877
  */
879
878
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
880
879
  /**
@@ -884,7 +883,7 @@ export declare class BdsClient {
884
883
  * @param UpdateAutoScalingConfigurationRequest
885
884
  * @return UpdateAutoScalingConfigurationResponse
886
885
  * @throws OciError when an error occurs
887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
888
887
  */
889
888
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
890
889
  /**
@@ -893,7 +892,7 @@ export declare class BdsClient {
893
892
  * @param UpdateBdsInstanceRequest
894
893
  * @return UpdateBdsInstanceResponse
895
894
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
897
896
  */
898
897
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
899
898
  /**
@@ -902,7 +901,7 @@ export declare class BdsClient {
902
901
  * @param UpdateBdsMetastoreConfigurationRequest
903
902
  * @return UpdateBdsMetastoreConfigurationResponse
904
903
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
906
905
  */
907
906
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
908
907
  }