oci-bds 2.65.0 → 2.66.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 (50) hide show
  1. package/lib/client.d.ts +47 -47
  2. package/lib/client.js +47 -47
  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/change-bds-instance-compartment-request.d.ts +1 -1
  12. package/lib/request/change-shape-request.d.ts +1 -1
  13. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  14. package/lib/request/create-bds-instance-request.d.ts +1 -1
  15. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  16. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  17. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  18. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  19. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  20. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  21. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  22. package/lib/request/get-bds-instance-request.d.ts +1 -1
  23. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  24. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/install-os-patch-request.d.ts +1 -1
  27. package/lib/request/install-patch-request.d.ts +1 -1
  28. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  29. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  30. package/lib/request/list-bds-instances-request.d.ts +1 -1
  31. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  32. package/lib/request/list-os-patches-request.d.ts +1 -1
  33. package/lib/request/list-patch-histories-request.d.ts +1 -1
  34. package/lib/request/list-patches-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  39. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  40. package/lib/request/remove-kafka-request.d.ts +1 -1
  41. package/lib/request/remove-node-request.d.ts +1 -1
  42. package/lib/request/restart-node-request.d.ts +1 -1
  43. package/lib/request/start-bds-instance-request.d.ts +1 -1
  44. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  45. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  46. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  47. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  48. package/lib/request/update-bds-instance-request.d.ts +1 -1
  49. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  50. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -182,7 +182,7 @@ class BdsClient {
182
182
  * @param ActivateBdsMetastoreConfigurationRequest
183
183
  * @return ActivateBdsMetastoreConfigurationResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
186
186
  */
187
187
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
188
188
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class BdsClient {
246
246
  * @param AddAutoScalingConfigurationRequest
247
247
  * @return AddAutoScalingConfigurationResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
250
250
  */
251
251
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class BdsClient {
309
309
  * @param AddBlockStorageRequest
310
310
  * @return AddBlockStorageResponse
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.65.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
313
313
  */
314
314
  addBlockStorage(addBlockStorageRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class BdsClient {
372
372
  * @param AddCloudSqlRequest
373
373
  * @return AddCloudSqlResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
376
376
  */
377
377
  addCloudSql(addCloudSqlRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class BdsClient {
435
435
  * @param AddKafkaRequest
436
436
  * @return AddKafkaResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
439
439
  */
440
440
  addKafka(addKafkaRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class BdsClient {
498
498
  * @param AddMasterNodesRequest
499
499
  * @return AddMasterNodesResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
502
502
  */
503
503
  addMasterNodes(addMasterNodesRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class BdsClient {
561
561
  * @param AddUtilityNodesRequest
562
562
  * @return AddUtilityNodesResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
565
565
  */
566
566
  addUtilityNodes(addUtilityNodesRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class BdsClient {
624
624
  * @param AddWorkerNodesRequest
625
625
  * @return AddWorkerNodesResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
628
628
  */
629
629
  addWorkerNodes(addWorkerNodesRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class BdsClient {
687
687
  * @param ChangeBdsInstanceCompartmentRequest
688
688
  * @return ChangeBdsInstanceCompartmentResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
691
691
  */
692
692
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -750,7 +750,7 @@ class BdsClient {
750
750
  * @param ChangeShapeRequest
751
751
  * @return ChangeShapeResponse
752
752
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
754
754
  */
755
755
  changeShape(changeShapeRequest) {
756
756
  return __awaiter(this, void 0, void 0, function* () {
@@ -813,7 +813,7 @@ class BdsClient {
813
813
  * @param CreateBdsApiKeyRequest
814
814
  * @return CreateBdsApiKeyResponse
815
815
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
817
817
  */
818
818
  createBdsApiKey(createBdsApiKeyRequest) {
819
819
  return __awaiter(this, void 0, void 0, function* () {
@@ -875,7 +875,7 @@ class BdsClient {
875
875
  * @param CreateBdsInstanceRequest
876
876
  * @return CreateBdsInstanceResponse
877
877
  * @throws OciError when an error occurs
878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
879
879
  */
880
880
  createBdsInstance(createBdsInstanceRequest) {
881
881
  return __awaiter(this, void 0, void 0, function* () {
@@ -935,7 +935,7 @@ class BdsClient {
935
935
  * @param CreateBdsMetastoreConfigurationRequest
936
936
  * @return CreateBdsMetastoreConfigurationResponse
937
937
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
939
939
  */
940
940
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
941
941
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +996,7 @@ class BdsClient {
996
996
  * @param DeleteBdsApiKeyRequest
997
997
  * @return DeleteBdsApiKeyResponse
998
998
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
1000
1000
  */
1001
1001
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
1002
1002
  return __awaiter(this, void 0, void 0, function* () {
@@ -1057,7 +1057,7 @@ class BdsClient {
1057
1057
  * @param DeleteBdsInstanceRequest
1058
1058
  * @return DeleteBdsInstanceResponse
1059
1059
  * @throws OciError when an error occurs
1060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
1061
1061
  */
1062
1062
  deleteBdsInstance(deleteBdsInstanceRequest) {
1063
1063
  return __awaiter(this, void 0, void 0, function* () {
@@ -1117,7 +1117,7 @@ class BdsClient {
1117
1117
  * @param DeleteBdsMetastoreConfigurationRequest
1118
1118
  * @return DeleteBdsMetastoreConfigurationResponse
1119
1119
  * @throws OciError when an error occurs
1120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
1121
1121
  */
1122
1122
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
1123
1123
  return __awaiter(this, void 0, void 0, function* () {
@@ -1179,7 +1179,7 @@ class BdsClient {
1179
1179
  * @param ExecuteBootstrapScriptRequest
1180
1180
  * @return ExecuteBootstrapScriptResponse
1181
1181
  * @throws OciError when an error occurs
1182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1183
1183
  */
1184
1184
  executeBootstrapScript(executeBootstrapScriptRequest) {
1185
1185
  return __awaiter(this, void 0, void 0, function* () {
@@ -1242,7 +1242,7 @@ class BdsClient {
1242
1242
  * @param GetAutoScalingConfigurationRequest
1243
1243
  * @return GetAutoScalingConfigurationResponse
1244
1244
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1246
1246
  */
1247
1247
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
1248
1248
  return __awaiter(this, void 0, void 0, function* () {
@@ -1306,7 +1306,7 @@ class BdsClient {
1306
1306
  * @param GetBdsApiKeyRequest
1307
1307
  * @return GetBdsApiKeyResponse
1308
1308
  * @throws OciError when an error occurs
1309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1310
1310
  */
1311
1311
  getBdsApiKey(getBdsApiKeyRequest) {
1312
1312
  return __awaiter(this, void 0, void 0, function* () {
@@ -1370,7 +1370,7 @@ class BdsClient {
1370
1370
  * @param GetBdsInstanceRequest
1371
1371
  * @return GetBdsInstanceResponse
1372
1372
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1374
1374
  */
1375
1375
  getBdsInstance(getBdsInstanceRequest) {
1376
1376
  return __awaiter(this, void 0, void 0, function* () {
@@ -1433,7 +1433,7 @@ class BdsClient {
1433
1433
  * @param GetBdsMetastoreConfigurationRequest
1434
1434
  * @return GetBdsMetastoreConfigurationResponse
1435
1435
  * @throws OciError when an error occurs
1436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1437
1437
  */
1438
1438
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1439
1439
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class BdsClient {
1497
1497
  * @param GetOsPatchDetailsRequest
1498
1498
  * @return GetOsPatchDetailsResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
1501
1501
  */
1502
1502
  getOsPatchDetails(getOsPatchDetailsRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1564,7 +1564,7 @@ class BdsClient {
1564
1564
  * @param GetWorkRequestRequest
1565
1565
  * @return GetWorkRequestResponse
1566
1566
  * @throws OciError when an error occurs
1567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1568
1568
  */
1569
1569
  getWorkRequest(getWorkRequestRequest) {
1570
1570
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1628,7 @@ class BdsClient {
1628
1628
  * @param InstallOsPatchRequest
1629
1629
  * @return InstallOsPatchResponse
1630
1630
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
1632
1632
  */
1633
1633
  installOsPatch(installOsPatchRequest) {
1634
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1691,7 +1691,7 @@ class BdsClient {
1691
1691
  * @param InstallPatchRequest
1692
1692
  * @return InstallPatchResponse
1693
1693
  * @throws OciError when an error occurs
1694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1695
1695
  */
1696
1696
  installPatch(installPatchRequest) {
1697
1697
  return __awaiter(this, void 0, void 0, function* () {
@@ -1754,7 +1754,7 @@ class BdsClient {
1754
1754
  * @param ListAutoScalingConfigurationsRequest
1755
1755
  * @return ListAutoScalingConfigurationsResponse
1756
1756
  * @throws OciError when an error occurs
1757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1758
1758
  */
1759
1759
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1760
1760
  return __awaiter(this, void 0, void 0, function* () {
@@ -1866,7 +1866,7 @@ class BdsClient {
1866
1866
  * @param ListBdsApiKeysRequest
1867
1867
  * @return ListBdsApiKeysResponse
1868
1868
  * @throws OciError when an error occurs
1869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1870
1870
  */
1871
1871
  listBdsApiKeys(listBdsApiKeysRequest) {
1872
1872
  return __awaiter(this, void 0, void 0, function* () {
@@ -1978,7 +1978,7 @@ class BdsClient {
1978
1978
  * @param ListBdsInstancesRequest
1979
1979
  * @return ListBdsInstancesResponse
1980
1980
  * @throws OciError when an error occurs
1981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1982
1982
  */
1983
1983
  listBdsInstances(listBdsInstancesRequest) {
1984
1984
  return __awaiter(this, void 0, void 0, function* () {
@@ -2088,7 +2088,7 @@ class BdsClient {
2088
2088
  * @param ListBdsMetastoreConfigurationsRequest
2089
2089
  * @return ListBdsMetastoreConfigurationsResponse
2090
2090
  * @throws OciError when an error occurs
2091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
2091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
2092
2092
  */
2093
2093
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
2094
2094
  return __awaiter(this, void 0, void 0, function* () {
@@ -2201,7 +2201,7 @@ class BdsClient {
2201
2201
  * @param ListOsPatchesRequest
2202
2202
  * @return ListOsPatchesResponse
2203
2203
  * @throws OciError when an error occurs
2204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
2204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
2205
2205
  */
2206
2206
  listOsPatches(listOsPatchesRequest) {
2207
2207
  return __awaiter(this, void 0, void 0, function* () {
@@ -2317,7 +2317,7 @@ class BdsClient {
2317
2317
  * @param ListPatchHistoriesRequest
2318
2318
  * @return ListPatchHistoriesResponse
2319
2319
  * @throws OciError when an error occurs
2320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
2320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
2321
2321
  */
2322
2322
  listPatchHistories(listPatchHistoriesRequest) {
2323
2323
  return __awaiter(this, void 0, void 0, function* () {
@@ -2429,7 +2429,7 @@ class BdsClient {
2429
2429
  * @param ListPatchesRequest
2430
2430
  * @return ListPatchesResponse
2431
2431
  * @throws OciError when an error occurs
2432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2433
2433
  */
2434
2434
  listPatches(listPatchesRequest) {
2435
2435
  return __awaiter(this, void 0, void 0, function* () {
@@ -2536,7 +2536,7 @@ class BdsClient {
2536
2536
  * @param ListWorkRequestErrorsRequest
2537
2537
  * @return ListWorkRequestErrorsResponse
2538
2538
  * @throws OciError when an error occurs
2539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2540
2540
  */
2541
2541
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2542
2542
  return __awaiter(this, void 0, void 0, function* () {
@@ -2645,7 +2645,7 @@ class BdsClient {
2645
2645
  * @param ListWorkRequestLogsRequest
2646
2646
  * @return ListWorkRequestLogsResponse
2647
2647
  * @throws OciError when an error occurs
2648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2649
2649
  */
2650
2650
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2651
2651
  return __awaiter(this, void 0, void 0, function* () {
@@ -2754,7 +2754,7 @@ class BdsClient {
2754
2754
  * @param ListWorkRequestsRequest
2755
2755
  * @return ListWorkRequestsResponse
2756
2756
  * @throws OciError when an error occurs
2757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2758
2758
  */
2759
2759
  listWorkRequests(listWorkRequestsRequest) {
2760
2760
  return __awaiter(this, void 0, void 0, function* () {
@@ -2863,7 +2863,7 @@ class BdsClient {
2863
2863
  * @param RemoveAutoScalingConfigurationRequest
2864
2864
  * @return RemoveAutoScalingConfigurationResponse
2865
2865
  * @throws OciError when an error occurs
2866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2867
2867
  */
2868
2868
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2869
2869
  return __awaiter(this, void 0, void 0, function* () {
@@ -2927,7 +2927,7 @@ class BdsClient {
2927
2927
  * @param RemoveCloudSqlRequest
2928
2928
  * @return RemoveCloudSqlResponse
2929
2929
  * @throws OciError when an error occurs
2930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2931
2931
  */
2932
2932
  removeCloudSql(removeCloudSqlRequest) {
2933
2933
  return __awaiter(this, void 0, void 0, function* () {
@@ -2990,7 +2990,7 @@ class BdsClient {
2990
2990
  * @param RemoveKafkaRequest
2991
2991
  * @return RemoveKafkaResponse
2992
2992
  * @throws OciError when an error occurs
2993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
2993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
2994
2994
  */
2995
2995
  removeKafka(removeKafkaRequest) {
2996
2996
  return __awaiter(this, void 0, void 0, function* () {
@@ -3053,7 +3053,7 @@ class BdsClient {
3053
3053
  * @param RemoveNodeRequest
3054
3054
  * @return RemoveNodeResponse
3055
3055
  * @throws OciError when an error occurs
3056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
3056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
3057
3057
  */
3058
3058
  removeNode(removeNodeRequest) {
3059
3059
  return __awaiter(this, void 0, void 0, function* () {
@@ -3115,7 +3115,7 @@ class BdsClient {
3115
3115
  * @param RestartNodeRequest
3116
3116
  * @return RestartNodeResponse
3117
3117
  * @throws OciError when an error occurs
3118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
3118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
3119
3119
  */
3120
3120
  restartNode(restartNodeRequest) {
3121
3121
  return __awaiter(this, void 0, void 0, function* () {
@@ -3178,7 +3178,7 @@ class BdsClient {
3178
3178
  * @param StartBdsInstanceRequest
3179
3179
  * @return StartBdsInstanceResponse
3180
3180
  * @throws OciError when an error occurs
3181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
3181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
3182
3182
  */
3183
3183
  startBdsInstance(startBdsInstanceRequest) {
3184
3184
  return __awaiter(this, void 0, void 0, function* () {
@@ -3240,7 +3240,7 @@ class BdsClient {
3240
3240
  * @param StopBdsInstanceRequest
3241
3241
  * @return StopBdsInstanceResponse
3242
3242
  * @throws OciError when an error occurs
3243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
3243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
3244
3244
  */
3245
3245
  stopBdsInstance(stopBdsInstanceRequest) {
3246
3246
  return __awaiter(this, void 0, void 0, function* () {
@@ -3302,7 +3302,7 @@ class BdsClient {
3302
3302
  * @param TestBdsMetastoreConfigurationRequest
3303
3303
  * @return TestBdsMetastoreConfigurationResponse
3304
3304
  * @throws OciError when an error occurs
3305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
3305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
3306
3306
  */
3307
3307
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
3308
3308
  return __awaiter(this, void 0, void 0, function* () {
@@ -3364,7 +3364,7 @@ class BdsClient {
3364
3364
  * @param TestBdsObjectStorageConnectionRequest
3365
3365
  * @return TestBdsObjectStorageConnectionResponse
3366
3366
  * @throws OciError when an error occurs
3367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
3367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
3368
3368
  */
3369
3369
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
3370
3370
  return __awaiter(this, void 0, void 0, function* () {
@@ -3426,7 +3426,7 @@ class BdsClient {
3426
3426
  * @param UpdateAutoScalingConfigurationRequest
3427
3427
  * @return UpdateAutoScalingConfigurationResponse
3428
3428
  * @throws OciError when an error occurs
3429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3430
3430
  */
3431
3431
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
3432
3432
  return __awaiter(this, void 0, void 0, function* () {
@@ -3489,7 +3489,7 @@ class BdsClient {
3489
3489
  * @param UpdateBdsInstanceRequest
3490
3490
  * @return UpdateBdsInstanceResponse
3491
3491
  * @throws OciError when an error occurs
3492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3493
3493
  */
3494
3494
  updateBdsInstance(updateBdsInstanceRequest) {
3495
3495
  return __awaiter(this, void 0, void 0, function* () {
@@ -3550,7 +3550,7 @@ class BdsClient {
3550
3550
  * @param UpdateBdsMetastoreConfigurationRequest
3551
3551
  * @return UpdateBdsMetastoreConfigurationResponse
3552
3552
  * @throws OciError when an error occurs
3553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3554
3554
  */
3555
3555
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
3556
3556
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
17
17
  */
18
18
  export interface AddKafkaRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
17
17
  */
18
18
  export interface AddMasterNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
17
17
  */
18
18
  export interface AddUtilityNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
17
17
  */
18
18
  export interface CreateBdsApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
17
17
  */
18
18
  export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**