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