oci-bds 2.86.1 → 2.86.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/lib/client.d.ts +51 -51
  2. package/lib/client.js +51 -51
  3. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  4. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  5. package/lib/request/add-block-storage-request.d.ts +1 -1
  6. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  7. package/lib/request/add-kafka-request.d.ts +1 -1
  8. package/lib/request/add-master-nodes-request.d.ts +1 -1
  9. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  10. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  11. package/lib/request/certificate-service-info-request.d.ts +1 -1
  12. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  13. package/lib/request/change-shape-request.d.ts +1 -1
  14. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  15. package/lib/request/create-bds-instance-request.d.ts +1 -1
  16. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  17. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  18. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  19. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  20. package/lib/request/disable-certificate-request.d.ts +1 -1
  21. package/lib/request/enable-certificate-request.d.ts +1 -1
  22. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  23. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  24. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  25. package/lib/request/get-bds-instance-request.d.ts +1 -1
  26. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  27. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/install-os-patch-request.d.ts +1 -1
  30. package/lib/request/install-patch-request.d.ts +1 -1
  31. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  32. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  33. package/lib/request/list-bds-instances-request.d.ts +1 -1
  34. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  35. package/lib/request/list-os-patches-request.d.ts +1 -1
  36. package/lib/request/list-patch-histories-request.d.ts +1 -1
  37. package/lib/request/list-patches-request.d.ts +1 -1
  38. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  39. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  40. package/lib/request/list-work-requests-request.d.ts +1 -1
  41. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  42. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  43. package/lib/request/remove-kafka-request.d.ts +1 -1
  44. package/lib/request/remove-node-request.d.ts +1 -1
  45. package/lib/request/renew-certificate-request.d.ts +1 -1
  46. package/lib/request/restart-node-request.d.ts +1 -1
  47. package/lib/request/start-bds-instance-request.d.ts +1 -1
  48. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  49. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  50. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  51. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  52. package/lib/request/update-bds-instance-request.d.ts +1 -1
  53. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -205,7 +205,7 @@ class BdsClient {
205
205
  * @param ActivateBdsMetastoreConfigurationRequest
206
206
  * @return ActivateBdsMetastoreConfigurationResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
209
209
  */
210
210
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
211
211
  return __awaiter(this, void 0, void 0, function* () {
@@ -269,7 +269,7 @@ class BdsClient {
269
269
  * @param AddAutoScalingConfigurationRequest
270
270
  * @return AddAutoScalingConfigurationResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
273
273
  */
274
274
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
275
275
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class BdsClient {
332
332
  * @param AddBlockStorageRequest
333
333
  * @return AddBlockStorageResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
336
336
  */
337
337
  addBlockStorage(addBlockStorageRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -395,7 +395,7 @@ class BdsClient {
395
395
  * @param AddCloudSqlRequest
396
396
  * @return AddCloudSqlResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
399
399
  */
400
400
  addCloudSql(addCloudSqlRequest) {
401
401
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class BdsClient {
458
458
  * @param AddKafkaRequest
459
459
  * @return AddKafkaResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
462
462
  */
463
463
  addKafka(addKafkaRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -521,7 +521,7 @@ class BdsClient {
521
521
  * @param AddMasterNodesRequest
522
522
  * @return AddMasterNodesResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
525
525
  */
526
526
  addMasterNodes(addMasterNodesRequest) {
527
527
  return __awaiter(this, void 0, void 0, function* () {
@@ -584,7 +584,7 @@ class BdsClient {
584
584
  * @param AddUtilityNodesRequest
585
585
  * @return AddUtilityNodesResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
588
588
  */
589
589
  addUtilityNodes(addUtilityNodesRequest) {
590
590
  return __awaiter(this, void 0, void 0, function* () {
@@ -647,7 +647,7 @@ class BdsClient {
647
647
  * @param AddWorkerNodesRequest
648
648
  * @return AddWorkerNodesResponse
649
649
  * @throws OciError when an error occurs
650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
651
651
  */
652
652
  addWorkerNodes(addWorkerNodesRequest) {
653
653
  return __awaiter(this, void 0, void 0, function* () {
@@ -710,7 +710,7 @@ class BdsClient {
710
710
  * @param CertificateServiceInfoRequest
711
711
  * @return CertificateServiceInfoResponse
712
712
  * @throws OciError when an error occurs
713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API.
714
714
  */
715
715
  certificateServiceInfo(certificateServiceInfoRequest) {
716
716
  return __awaiter(this, void 0, void 0, function* () {
@@ -777,7 +777,7 @@ class BdsClient {
777
777
  * @param ChangeBdsInstanceCompartmentRequest
778
778
  * @return ChangeBdsInstanceCompartmentResponse
779
779
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
781
781
  */
782
782
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
783
783
  return __awaiter(this, void 0, void 0, function* () {
@@ -840,7 +840,7 @@ class BdsClient {
840
840
  * @param ChangeShapeRequest
841
841
  * @return ChangeShapeResponse
842
842
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
844
844
  */
845
845
  changeShape(changeShapeRequest) {
846
846
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class BdsClient {
903
903
  * @param CreateBdsApiKeyRequest
904
904
  * @return CreateBdsApiKeyResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
907
907
  */
908
908
  createBdsApiKey(createBdsApiKeyRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -965,7 +965,7 @@ class BdsClient {
965
965
  * @param CreateBdsInstanceRequest
966
966
  * @return CreateBdsInstanceResponse
967
967
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
969
969
  */
970
970
  createBdsInstance(createBdsInstanceRequest) {
971
971
  return __awaiter(this, void 0, void 0, function* () {
@@ -1025,7 +1025,7 @@ class BdsClient {
1025
1025
  * @param CreateBdsMetastoreConfigurationRequest
1026
1026
  * @return CreateBdsMetastoreConfigurationResponse
1027
1027
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
1029
1029
  */
1030
1030
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
1031
1031
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class BdsClient {
1086
1086
  * @param DeleteBdsApiKeyRequest
1087
1087
  * @return DeleteBdsApiKeyResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
1090
1090
  */
1091
1091
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1147,7 +1147,7 @@ class BdsClient {
1147
1147
  * @param DeleteBdsInstanceRequest
1148
1148
  * @return DeleteBdsInstanceResponse
1149
1149
  * @throws OciError when an error occurs
1150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
1150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
1151
1151
  */
1152
1152
  deleteBdsInstance(deleteBdsInstanceRequest) {
1153
1153
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1207,7 @@ class BdsClient {
1207
1207
  * @param DeleteBdsMetastoreConfigurationRequest
1208
1208
  * @return DeleteBdsMetastoreConfigurationResponse
1209
1209
  * @throws OciError when an error occurs
1210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
1211
1211
  */
1212
1212
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
1213
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1269,7 +1269,7 @@ class BdsClient {
1269
1269
  * @param DisableCertificateRequest
1270
1270
  * @return DisableCertificateResponse
1271
1271
  * @throws OciError when an error occurs
1272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
1272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API.
1273
1273
  */
1274
1274
  disableCertificate(disableCertificateRequest) {
1275
1275
  return __awaiter(this, void 0, void 0, function* () {
@@ -1332,7 +1332,7 @@ class BdsClient {
1332
1332
  * @param EnableCertificateRequest
1333
1333
  * @return EnableCertificateResponse
1334
1334
  * @throws OciError when an error occurs
1335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
1335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API.
1336
1336
  */
1337
1337
  enableCertificate(enableCertificateRequest) {
1338
1338
  return __awaiter(this, void 0, void 0, function* () {
@@ -1395,7 +1395,7 @@ class BdsClient {
1395
1395
  * @param ExecuteBootstrapScriptRequest
1396
1396
  * @return ExecuteBootstrapScriptResponse
1397
1397
  * @throws OciError when an error occurs
1398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
1399
1399
  */
1400
1400
  executeBootstrapScript(executeBootstrapScriptRequest) {
1401
1401
  return __awaiter(this, void 0, void 0, function* () {
@@ -1458,7 +1458,7 @@ class BdsClient {
1458
1458
  * @param GetAutoScalingConfigurationRequest
1459
1459
  * @return GetAutoScalingConfigurationResponse
1460
1460
  * @throws OciError when an error occurs
1461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1462
1462
  */
1463
1463
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
1464
1464
  return __awaiter(this, void 0, void 0, function* () {
@@ -1522,7 +1522,7 @@ class BdsClient {
1522
1522
  * @param GetBdsApiKeyRequest
1523
1523
  * @return GetBdsApiKeyResponse
1524
1524
  * @throws OciError when an error occurs
1525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1526
1526
  */
1527
1527
  getBdsApiKey(getBdsApiKeyRequest) {
1528
1528
  return __awaiter(this, void 0, void 0, function* () {
@@ -1586,7 +1586,7 @@ class BdsClient {
1586
1586
  * @param GetBdsInstanceRequest
1587
1587
  * @return GetBdsInstanceResponse
1588
1588
  * @throws OciError when an error occurs
1589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1590
1590
  */
1591
1591
  getBdsInstance(getBdsInstanceRequest) {
1592
1592
  return __awaiter(this, void 0, void 0, function* () {
@@ -1649,7 +1649,7 @@ class BdsClient {
1649
1649
  * @param GetBdsMetastoreConfigurationRequest
1650
1650
  * @return GetBdsMetastoreConfigurationResponse
1651
1651
  * @throws OciError when an error occurs
1652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1653
1653
  */
1654
1654
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1655
1655
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class BdsClient {
1713
1713
  * @param GetOsPatchDetailsRequest
1714
1714
  * @return GetOsPatchDetailsResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
1717
1717
  */
1718
1718
  getOsPatchDetails(getOsPatchDetailsRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1780,7 +1780,7 @@ class BdsClient {
1780
1780
  * @param GetWorkRequestRequest
1781
1781
  * @return GetWorkRequestResponse
1782
1782
  * @throws OciError when an error occurs
1783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1784
1784
  */
1785
1785
  getWorkRequest(getWorkRequestRequest) {
1786
1786
  return __awaiter(this, void 0, void 0, function* () {
@@ -1844,7 +1844,7 @@ class BdsClient {
1844
1844
  * @param InstallOsPatchRequest
1845
1845
  * @return InstallOsPatchResponse
1846
1846
  * @throws OciError when an error occurs
1847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
1847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
1848
1848
  */
1849
1849
  installOsPatch(installOsPatchRequest) {
1850
1850
  return __awaiter(this, void 0, void 0, function* () {
@@ -1907,7 +1907,7 @@ class BdsClient {
1907
1907
  * @param InstallPatchRequest
1908
1908
  * @return InstallPatchResponse
1909
1909
  * @throws OciError when an error occurs
1910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1911
1911
  */
1912
1912
  installPatch(installPatchRequest) {
1913
1913
  return __awaiter(this, void 0, void 0, function* () {
@@ -1970,7 +1970,7 @@ class BdsClient {
1970
1970
  * @param ListAutoScalingConfigurationsRequest
1971
1971
  * @return ListAutoScalingConfigurationsResponse
1972
1972
  * @throws OciError when an error occurs
1973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1974
1974
  */
1975
1975
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1976
1976
  return __awaiter(this, void 0, void 0, function* () {
@@ -2082,7 +2082,7 @@ class BdsClient {
2082
2082
  * @param ListBdsApiKeysRequest
2083
2083
  * @return ListBdsApiKeysResponse
2084
2084
  * @throws OciError when an error occurs
2085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
2085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
2086
2086
  */
2087
2087
  listBdsApiKeys(listBdsApiKeysRequest) {
2088
2088
  return __awaiter(this, void 0, void 0, function* () {
@@ -2194,7 +2194,7 @@ class BdsClient {
2194
2194
  * @param ListBdsInstancesRequest
2195
2195
  * @return ListBdsInstancesResponse
2196
2196
  * @throws OciError when an error occurs
2197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
2197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
2198
2198
  */
2199
2199
  listBdsInstances(listBdsInstancesRequest) {
2200
2200
  return __awaiter(this, void 0, void 0, function* () {
@@ -2304,7 +2304,7 @@ class BdsClient {
2304
2304
  * @param ListBdsMetastoreConfigurationsRequest
2305
2305
  * @return ListBdsMetastoreConfigurationsResponse
2306
2306
  * @throws OciError when an error occurs
2307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
2307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
2308
2308
  */
2309
2309
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
2310
2310
  return __awaiter(this, void 0, void 0, function* () {
@@ -2417,7 +2417,7 @@ class BdsClient {
2417
2417
  * @param ListOsPatchesRequest
2418
2418
  * @return ListOsPatchesResponse
2419
2419
  * @throws OciError when an error occurs
2420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
2420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
2421
2421
  */
2422
2422
  listOsPatches(listOsPatchesRequest) {
2423
2423
  return __awaiter(this, void 0, void 0, function* () {
@@ -2533,7 +2533,7 @@ class BdsClient {
2533
2533
  * @param ListPatchHistoriesRequest
2534
2534
  * @return ListPatchHistoriesResponse
2535
2535
  * @throws OciError when an error occurs
2536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
2536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
2537
2537
  */
2538
2538
  listPatchHistories(listPatchHistoriesRequest) {
2539
2539
  return __awaiter(this, void 0, void 0, function* () {
@@ -2645,7 +2645,7 @@ class BdsClient {
2645
2645
  * @param ListPatchesRequest
2646
2646
  * @return ListPatchesResponse
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.86.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
2649
2649
  */
2650
2650
  listPatches(listPatchesRequest) {
2651
2651
  return __awaiter(this, void 0, void 0, function* () {
@@ -2752,7 +2752,7 @@ class BdsClient {
2752
2752
  * @param ListWorkRequestErrorsRequest
2753
2753
  * @return ListWorkRequestErrorsResponse
2754
2754
  * @throws OciError when an error occurs
2755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2756
2756
  */
2757
2757
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2758
2758
  return __awaiter(this, void 0, void 0, function* () {
@@ -2861,7 +2861,7 @@ class BdsClient {
2861
2861
  * @param ListWorkRequestLogsRequest
2862
2862
  * @return ListWorkRequestLogsResponse
2863
2863
  * @throws OciError when an error occurs
2864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2865
2865
  */
2866
2866
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2867
2867
  return __awaiter(this, void 0, void 0, function* () {
@@ -2970,7 +2970,7 @@ class BdsClient {
2970
2970
  * @param ListWorkRequestsRequest
2971
2971
  * @return ListWorkRequestsResponse
2972
2972
  * @throws OciError when an error occurs
2973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2974
2974
  */
2975
2975
  listWorkRequests(listWorkRequestsRequest) {
2976
2976
  return __awaiter(this, void 0, void 0, function* () {
@@ -3079,7 +3079,7 @@ class BdsClient {
3079
3079
  * @param RemoveAutoScalingConfigurationRequest
3080
3080
  * @return RemoveAutoScalingConfigurationResponse
3081
3081
  * @throws OciError when an error occurs
3082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
3082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
3083
3083
  */
3084
3084
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
3085
3085
  return __awaiter(this, void 0, void 0, function* () {
@@ -3143,7 +3143,7 @@ class BdsClient {
3143
3143
  * @param RemoveCloudSqlRequest
3144
3144
  * @return RemoveCloudSqlResponse
3145
3145
  * @throws OciError when an error occurs
3146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
3146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
3147
3147
  */
3148
3148
  removeCloudSql(removeCloudSqlRequest) {
3149
3149
  return __awaiter(this, void 0, void 0, function* () {
@@ -3206,7 +3206,7 @@ class BdsClient {
3206
3206
  * @param RemoveKafkaRequest
3207
3207
  * @return RemoveKafkaResponse
3208
3208
  * @throws OciError when an error occurs
3209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
3209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
3210
3210
  */
3211
3211
  removeKafka(removeKafkaRequest) {
3212
3212
  return __awaiter(this, void 0, void 0, function* () {
@@ -3269,7 +3269,7 @@ class BdsClient {
3269
3269
  * @param RemoveNodeRequest
3270
3270
  * @return RemoveNodeResponse
3271
3271
  * @throws OciError when an error occurs
3272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
3272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
3273
3273
  */
3274
3274
  removeNode(removeNodeRequest) {
3275
3275
  return __awaiter(this, void 0, void 0, function* () {
@@ -3331,7 +3331,7 @@ class BdsClient {
3331
3331
  * @param RenewCertificateRequest
3332
3332
  * @return RenewCertificateResponse
3333
3333
  * @throws OciError when an error occurs
3334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
3334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API.
3335
3335
  */
3336
3336
  renewCertificate(renewCertificateRequest) {
3337
3337
  return __awaiter(this, void 0, void 0, function* () {
@@ -3394,7 +3394,7 @@ class BdsClient {
3394
3394
  * @param RestartNodeRequest
3395
3395
  * @return RestartNodeResponse
3396
3396
  * @throws OciError when an error occurs
3397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
3397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
3398
3398
  */
3399
3399
  restartNode(restartNodeRequest) {
3400
3400
  return __awaiter(this, void 0, void 0, function* () {
@@ -3457,7 +3457,7 @@ class BdsClient {
3457
3457
  * @param StartBdsInstanceRequest
3458
3458
  * @return StartBdsInstanceResponse
3459
3459
  * @throws OciError when an error occurs
3460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
3460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
3461
3461
  */
3462
3462
  startBdsInstance(startBdsInstanceRequest) {
3463
3463
  return __awaiter(this, void 0, void 0, function* () {
@@ -3519,7 +3519,7 @@ class BdsClient {
3519
3519
  * @param StopBdsInstanceRequest
3520
3520
  * @return StopBdsInstanceResponse
3521
3521
  * @throws OciError when an error occurs
3522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
3522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
3523
3523
  */
3524
3524
  stopBdsInstance(stopBdsInstanceRequest) {
3525
3525
  return __awaiter(this, void 0, void 0, function* () {
@@ -3581,7 +3581,7 @@ class BdsClient {
3581
3581
  * @param TestBdsMetastoreConfigurationRequest
3582
3582
  * @return TestBdsMetastoreConfigurationResponse
3583
3583
  * @throws OciError when an error occurs
3584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
3584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
3585
3585
  */
3586
3586
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
3587
3587
  return __awaiter(this, void 0, void 0, function* () {
@@ -3643,7 +3643,7 @@ class BdsClient {
3643
3643
  * @param TestBdsObjectStorageConnectionRequest
3644
3644
  * @return TestBdsObjectStorageConnectionResponse
3645
3645
  * @throws OciError when an error occurs
3646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
3646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
3647
3647
  */
3648
3648
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
3649
3649
  return __awaiter(this, void 0, void 0, function* () {
@@ -3705,7 +3705,7 @@ class BdsClient {
3705
3705
  * @param UpdateAutoScalingConfigurationRequest
3706
3706
  * @return UpdateAutoScalingConfigurationResponse
3707
3707
  * @throws OciError when an error occurs
3708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
3709
3709
  */
3710
3710
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
3711
3711
  return __awaiter(this, void 0, void 0, function* () {
@@ -3768,7 +3768,7 @@ class BdsClient {
3768
3768
  * @param UpdateBdsInstanceRequest
3769
3769
  * @return UpdateBdsInstanceResponse
3770
3770
  * @throws OciError when an error occurs
3771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
3772
3772
  */
3773
3773
  updateBdsInstance(updateBdsInstanceRequest) {
3774
3774
  return __awaiter(this, void 0, void 0, function* () {
@@ -3829,7 +3829,7 @@ class BdsClient {
3829
3829
  * @param UpdateBdsMetastoreConfigurationRequest
3830
3830
  * @return UpdateBdsMetastoreConfigurationResponse
3831
3831
  * @throws OciError when an error occurs
3832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3833
3833
  */
3834
3834
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
3835
3835
  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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
17
17
  */
18
18
  export interface CertificateServiceInfoRequest 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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.2/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**