oci-bds 2.62.2 → 2.62.3

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 (45) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +42 -42
  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-worker-nodes-request.d.ts +1 -1
  9. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  10. package/lib/request/change-shape-request.d.ts +1 -1
  11. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  12. package/lib/request/create-bds-instance-request.d.ts +1 -1
  13. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  14. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  15. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  16. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  17. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  18. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  19. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  20. package/lib/request/get-bds-instance-request.d.ts +1 -1
  21. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  22. package/lib/request/get-work-request-request.d.ts +1 -1
  23. package/lib/request/install-patch-request.d.ts +1 -1
  24. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  25. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  26. package/lib/request/list-bds-instances-request.d.ts +1 -1
  27. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  28. package/lib/request/list-patch-histories-request.d.ts +1 -1
  29. package/lib/request/list-patches-request.d.ts +1 -1
  30. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  31. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  32. package/lib/request/list-work-requests-request.d.ts +1 -1
  33. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  34. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  35. package/lib/request/remove-kafka-request.d.ts +1 -1
  36. package/lib/request/remove-node-request.d.ts +1 -1
  37. package/lib/request/restart-node-request.d.ts +1 -1
  38. package/lib/request/start-bds-instance-request.d.ts +1 -1
  39. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  40. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  41. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  42. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  43. package/lib/request/update-bds-instance-request.d.ts +1 -1
  44. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  45. 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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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 AddWorkerNodesRequest
499
499
  * @return AddWorkerNodesResponse
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.62.2/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
502
502
  */
503
503
  addWorkerNodes(addWorkerNodesRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class BdsClient {
561
561
  * @param ChangeBdsInstanceCompartmentRequest
562
562
  * @return ChangeBdsInstanceCompartmentResponse
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.62.2/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
565
565
  */
566
566
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class BdsClient {
624
624
  * @param ChangeShapeRequest
625
625
  * @return ChangeShapeResponse
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.62.2/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
628
628
  */
629
629
  changeShape(changeShapeRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class BdsClient {
687
687
  * @param CreateBdsApiKeyRequest
688
688
  * @return CreateBdsApiKeyResponse
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.62.2/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
691
691
  */
692
692
  createBdsApiKey(createBdsApiKeyRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -749,7 +749,7 @@ class BdsClient {
749
749
  * @param CreateBdsInstanceRequest
750
750
  * @return CreateBdsInstanceResponse
751
751
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
753
753
  */
754
754
  createBdsInstance(createBdsInstanceRequest) {
755
755
  return __awaiter(this, void 0, void 0, function* () {
@@ -809,7 +809,7 @@ class BdsClient {
809
809
  * @param CreateBdsMetastoreConfigurationRequest
810
810
  * @return CreateBdsMetastoreConfigurationResponse
811
811
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
813
813
  */
814
814
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
815
815
  return __awaiter(this, void 0, void 0, function* () {
@@ -870,7 +870,7 @@ class BdsClient {
870
870
  * @param DeleteBdsApiKeyRequest
871
871
  * @return DeleteBdsApiKeyResponse
872
872
  * @throws OciError when an error occurs
873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
874
874
  */
875
875
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
876
876
  return __awaiter(this, void 0, void 0, function* () {
@@ -931,7 +931,7 @@ class BdsClient {
931
931
  * @param DeleteBdsInstanceRequest
932
932
  * @return DeleteBdsInstanceResponse
933
933
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
935
935
  */
936
936
  deleteBdsInstance(deleteBdsInstanceRequest) {
937
937
  return __awaiter(this, void 0, void 0, function* () {
@@ -991,7 +991,7 @@ class BdsClient {
991
991
  * @param DeleteBdsMetastoreConfigurationRequest
992
992
  * @return DeleteBdsMetastoreConfigurationResponse
993
993
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
995
995
  */
996
996
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
997
997
  return __awaiter(this, void 0, void 0, function* () {
@@ -1053,7 +1053,7 @@ class BdsClient {
1053
1053
  * @param ExecuteBootstrapScriptRequest
1054
1054
  * @return ExecuteBootstrapScriptResponse
1055
1055
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1057
1057
  */
1058
1058
  executeBootstrapScript(executeBootstrapScriptRequest) {
1059
1059
  return __awaiter(this, void 0, void 0, function* () {
@@ -1116,7 +1116,7 @@ class BdsClient {
1116
1116
  * @param GetAutoScalingConfigurationRequest
1117
1117
  * @return GetAutoScalingConfigurationResponse
1118
1118
  * @throws OciError when an error occurs
1119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1120
1120
  */
1121
1121
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
1122
1122
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class BdsClient {
1180
1180
  * @param GetBdsApiKeyRequest
1181
1181
  * @return GetBdsApiKeyResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1184
1184
  */
1185
1185
  getBdsApiKey(getBdsApiKeyRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1244,7 +1244,7 @@ class BdsClient {
1244
1244
  * @param GetBdsInstanceRequest
1245
1245
  * @return GetBdsInstanceResponse
1246
1246
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1248
1248
  */
1249
1249
  getBdsInstance(getBdsInstanceRequest) {
1250
1250
  return __awaiter(this, void 0, void 0, function* () {
@@ -1307,7 +1307,7 @@ class BdsClient {
1307
1307
  * @param GetBdsMetastoreConfigurationRequest
1308
1308
  * @return GetBdsMetastoreConfigurationResponse
1309
1309
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1311
1311
  */
1312
1312
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1313
1313
  return __awaiter(this, void 0, void 0, function* () {
@@ -1371,7 +1371,7 @@ class BdsClient {
1371
1371
  * @param GetWorkRequestRequest
1372
1372
  * @return GetWorkRequestResponse
1373
1373
  * @throws OciError when an error occurs
1374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1375
1375
  */
1376
1376
  getWorkRequest(getWorkRequestRequest) {
1377
1377
  return __awaiter(this, void 0, void 0, function* () {
@@ -1435,7 +1435,7 @@ class BdsClient {
1435
1435
  * @param InstallPatchRequest
1436
1436
  * @return InstallPatchResponse
1437
1437
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1439
1439
  */
1440
1440
  installPatch(installPatchRequest) {
1441
1441
  return __awaiter(this, void 0, void 0, function* () {
@@ -1498,7 +1498,7 @@ class BdsClient {
1498
1498
  * @param ListAutoScalingConfigurationsRequest
1499
1499
  * @return ListAutoScalingConfigurationsResponse
1500
1500
  * @throws OciError when an error occurs
1501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1502
1502
  */
1503
1503
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1504
1504
  return __awaiter(this, void 0, void 0, function* () {
@@ -1610,7 +1610,7 @@ class BdsClient {
1610
1610
  * @param ListBdsApiKeysRequest
1611
1611
  * @return ListBdsApiKeysResponse
1612
1612
  * @throws OciError when an error occurs
1613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1614
1614
  */
1615
1615
  listBdsApiKeys(listBdsApiKeysRequest) {
1616
1616
  return __awaiter(this, void 0, void 0, function* () {
@@ -1722,7 +1722,7 @@ class BdsClient {
1722
1722
  * @param ListBdsInstancesRequest
1723
1723
  * @return ListBdsInstancesResponse
1724
1724
  * @throws OciError when an error occurs
1725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1726
1726
  */
1727
1727
  listBdsInstances(listBdsInstancesRequest) {
1728
1728
  return __awaiter(this, void 0, void 0, function* () {
@@ -1832,7 +1832,7 @@ class BdsClient {
1832
1832
  * @param ListBdsMetastoreConfigurationsRequest
1833
1833
  * @return ListBdsMetastoreConfigurationsResponse
1834
1834
  * @throws OciError when an error occurs
1835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1835
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1836
1836
  */
1837
1837
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1838
1838
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,7 +1946,7 @@ class BdsClient {
1946
1946
  * @param ListPatchHistoriesRequest
1947
1947
  * @return ListPatchHistoriesResponse
1948
1948
  * @throws OciError when an error occurs
1949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1950
1950
  */
1951
1951
  listPatchHistories(listPatchHistoriesRequest) {
1952
1952
  return __awaiter(this, void 0, void 0, function* () {
@@ -2057,7 +2057,7 @@ class BdsClient {
2057
2057
  * @param ListPatchesRequest
2058
2058
  * @return ListPatchesResponse
2059
2059
  * @throws OciError when an error occurs
2060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2061
2061
  */
2062
2062
  listPatches(listPatchesRequest) {
2063
2063
  return __awaiter(this, void 0, void 0, function* () {
@@ -2164,7 +2164,7 @@ class BdsClient {
2164
2164
  * @param ListWorkRequestErrorsRequest
2165
2165
  * @return ListWorkRequestErrorsResponse
2166
2166
  * @throws OciError when an error occurs
2167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2168
2168
  */
2169
2169
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2170
2170
  return __awaiter(this, void 0, void 0, function* () {
@@ -2273,7 +2273,7 @@ class BdsClient {
2273
2273
  * @param ListWorkRequestLogsRequest
2274
2274
  * @return ListWorkRequestLogsResponse
2275
2275
  * @throws OciError when an error occurs
2276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2277
2277
  */
2278
2278
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2279
2279
  return __awaiter(this, void 0, void 0, function* () {
@@ -2382,7 +2382,7 @@ class BdsClient {
2382
2382
  * @param ListWorkRequestsRequest
2383
2383
  * @return ListWorkRequestsResponse
2384
2384
  * @throws OciError when an error occurs
2385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2386
2386
  */
2387
2387
  listWorkRequests(listWorkRequestsRequest) {
2388
2388
  return __awaiter(this, void 0, void 0, function* () {
@@ -2491,7 +2491,7 @@ class BdsClient {
2491
2491
  * @param RemoveAutoScalingConfigurationRequest
2492
2492
  * @return RemoveAutoScalingConfigurationResponse
2493
2493
  * @throws OciError when an error occurs
2494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2495
2495
  */
2496
2496
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2497
2497
  return __awaiter(this, void 0, void 0, function* () {
@@ -2555,7 +2555,7 @@ class BdsClient {
2555
2555
  * @param RemoveCloudSqlRequest
2556
2556
  * @return RemoveCloudSqlResponse
2557
2557
  * @throws OciError when an error occurs
2558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2559
2559
  */
2560
2560
  removeCloudSql(removeCloudSqlRequest) {
2561
2561
  return __awaiter(this, void 0, void 0, function* () {
@@ -2618,7 +2618,7 @@ class BdsClient {
2618
2618
  * @param RemoveKafkaRequest
2619
2619
  * @return RemoveKafkaResponse
2620
2620
  * @throws OciError when an error occurs
2621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
2621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
2622
2622
  */
2623
2623
  removeKafka(removeKafkaRequest) {
2624
2624
  return __awaiter(this, void 0, void 0, function* () {
@@ -2681,7 +2681,7 @@ class BdsClient {
2681
2681
  * @param RemoveNodeRequest
2682
2682
  * @return RemoveNodeResponse
2683
2683
  * @throws OciError when an error occurs
2684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2685
2685
  */
2686
2686
  removeNode(removeNodeRequest) {
2687
2687
  return __awaiter(this, void 0, void 0, function* () {
@@ -2743,7 +2743,7 @@ class BdsClient {
2743
2743
  * @param RestartNodeRequest
2744
2744
  * @return RestartNodeResponse
2745
2745
  * @throws OciError when an error occurs
2746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2747
2747
  */
2748
2748
  restartNode(restartNodeRequest) {
2749
2749
  return __awaiter(this, void 0, void 0, function* () {
@@ -2806,7 +2806,7 @@ class BdsClient {
2806
2806
  * @param StartBdsInstanceRequest
2807
2807
  * @return StartBdsInstanceResponse
2808
2808
  * @throws OciError when an error occurs
2809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2810
2810
  */
2811
2811
  startBdsInstance(startBdsInstanceRequest) {
2812
2812
  return __awaiter(this, void 0, void 0, function* () {
@@ -2868,7 +2868,7 @@ class BdsClient {
2868
2868
  * @param StopBdsInstanceRequest
2869
2869
  * @return StopBdsInstanceResponse
2870
2870
  * @throws OciError when an error occurs
2871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2872
2872
  */
2873
2873
  stopBdsInstance(stopBdsInstanceRequest) {
2874
2874
  return __awaiter(this, void 0, void 0, function* () {
@@ -2930,7 +2930,7 @@ class BdsClient {
2930
2930
  * @param TestBdsMetastoreConfigurationRequest
2931
2931
  * @return TestBdsMetastoreConfigurationResponse
2932
2932
  * @throws OciError when an error occurs
2933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2934
2934
  */
2935
2935
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2936
2936
  return __awaiter(this, void 0, void 0, function* () {
@@ -2992,7 +2992,7 @@ class BdsClient {
2992
2992
  * @param TestBdsObjectStorageConnectionRequest
2993
2993
  * @return TestBdsObjectStorageConnectionResponse
2994
2994
  * @throws OciError when an error occurs
2995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2996
2996
  */
2997
2997
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2998
2998
  return __awaiter(this, void 0, void 0, function* () {
@@ -3054,7 +3054,7 @@ class BdsClient {
3054
3054
  * @param UpdateAutoScalingConfigurationRequest
3055
3055
  * @return UpdateAutoScalingConfigurationResponse
3056
3056
  * @throws OciError when an error occurs
3057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3058
3058
  */
3059
3059
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
3060
3060
  return __awaiter(this, void 0, void 0, function* () {
@@ -3117,7 +3117,7 @@ class BdsClient {
3117
3117
  * @param UpdateBdsInstanceRequest
3118
3118
  * @return UpdateBdsInstanceResponse
3119
3119
  * @throws OciError when an error occurs
3120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3121
3121
  */
3122
3122
  updateBdsInstance(updateBdsInstanceRequest) {
3123
3123
  return __awaiter(this, void 0, void 0, function* () {
@@ -3178,7 +3178,7 @@ class BdsClient {
3178
3178
  * @param UpdateBdsMetastoreConfigurationRequest
3179
3179
  * @return UpdateBdsMetastoreConfigurationResponse
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.62.2/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3182
3182
  */
3183
3183
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
3184
3184
  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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
17
17
  */
18
18
  export interface InstallPatchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest extends common.BaseRequest {
19
19
  /**