oci-bds 2.82.1 → 2.82.2

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