oci-bds 2.52.0 → 2.53.1

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 (58) hide show
  1. package/lib/client.d.ts +49 -39
  2. package/lib/client.js +102 -39
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/execute-bootstrap-script-details.d.ts +30 -0
  5. package/lib/model/execute-bootstrap-script-details.js +30 -0
  6. package/lib/model/execute-bootstrap-script-details.js.map +1 -0
  7. package/lib/model/index.d.ts +2 -0
  8. package/lib/model/index.js +4 -2
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  11. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  12. package/lib/request/add-block-storage-request.d.ts +1 -1
  13. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  14. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  15. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  16. package/lib/request/change-shape-request.d.ts +1 -1
  17. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  18. package/lib/request/create-bds-instance-request.d.ts +1 -1
  19. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  20. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  21. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  22. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  23. package/lib/request/execute-bootstrap-script-request.d.ts +49 -0
  24. package/lib/request/execute-bootstrap-script-request.js +15 -0
  25. package/lib/request/execute-bootstrap-script-request.js.map +1 -0
  26. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  27. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  28. package/lib/request/get-bds-instance-request.d.ts +1 -1
  29. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  30. package/lib/request/get-work-request-request.d.ts +1 -1
  31. package/lib/request/index.d.ts +2 -0
  32. package/lib/request/index.js.map +1 -1
  33. package/lib/request/install-patch-request.d.ts +1 -1
  34. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  35. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  36. package/lib/request/list-bds-instances-request.d.ts +1 -1
  37. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  38. package/lib/request/list-patch-histories-request.d.ts +1 -1
  39. package/lib/request/list-patches-request.d.ts +1 -1
  40. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  41. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  42. package/lib/request/list-work-requests-request.d.ts +1 -1
  43. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  44. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  45. package/lib/request/remove-node-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/lib/response/execute-bootstrap-script-response.d.ts +25 -0
  55. package/lib/response/execute-bootstrap-script-response.js +15 -0
  56. package/lib/response/execute-bootstrap-script-response.js.map +1 -0
  57. package/lib/response/index.d.ts +2 -0
  58. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class BdsClient {
159
159
  * @param ActivateBdsMetastoreConfigurationRequest
160
160
  * @return ActivateBdsMetastoreConfigurationResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
163
163
  */
164
164
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class BdsClient {
223
223
  * @param AddAutoScalingConfigurationRequest
224
224
  * @return AddAutoScalingConfigurationResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
227
227
  */
228
228
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,7 +286,7 @@ class BdsClient {
286
286
  * @param AddBlockStorageRequest
287
287
  * @return AddBlockStorageResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
290
290
  */
291
291
  addBlockStorage(addBlockStorageRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -349,7 +349,7 @@ class BdsClient {
349
349
  * @param AddCloudSqlRequest
350
350
  * @return AddCloudSqlResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
353
353
  */
354
354
  addCloudSql(addCloudSqlRequest) {
355
355
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class BdsClient {
412
412
  * @param AddWorkerNodesRequest
413
413
  * @return AddWorkerNodesResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
416
416
  */
417
417
  addWorkerNodes(addWorkerNodesRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -475,7 +475,7 @@ class BdsClient {
475
475
  * @param ChangeBdsInstanceCompartmentRequest
476
476
  * @return ChangeBdsInstanceCompartmentResponse
477
477
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
479
479
  */
480
480
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest) {
481
481
  return __awaiter(this, void 0, void 0, function* () {
@@ -538,7 +538,7 @@ class BdsClient {
538
538
  * @param ChangeShapeRequest
539
539
  * @return ChangeShapeResponse
540
540
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
542
542
  */
543
543
  changeShape(changeShapeRequest) {
544
544
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class BdsClient {
601
601
  * @param CreateBdsApiKeyRequest
602
602
  * @return CreateBdsApiKeyResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
605
605
  */
606
606
  createBdsApiKey(createBdsApiKeyRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class BdsClient {
663
663
  * @param CreateBdsInstanceRequest
664
664
  * @return CreateBdsInstanceResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
667
667
  */
668
668
  createBdsInstance(createBdsInstanceRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class BdsClient {
723
723
  * @param CreateBdsMetastoreConfigurationRequest
724
724
  * @return CreateBdsMetastoreConfigurationResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
727
727
  */
728
728
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -784,7 +784,7 @@ class BdsClient {
784
784
  * @param DeleteBdsApiKeyRequest
785
785
  * @return DeleteBdsApiKeyResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
788
788
  */
789
789
  deleteBdsApiKey(deleteBdsApiKeyRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -845,7 +845,7 @@ class BdsClient {
845
845
  * @param DeleteBdsInstanceRequest
846
846
  * @return DeleteBdsInstanceResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
849
849
  */
850
850
  deleteBdsInstance(deleteBdsInstanceRequest) {
851
851
  return __awaiter(this, void 0, void 0, function* () {
@@ -905,7 +905,7 @@ class BdsClient {
905
905
  * @param DeleteBdsMetastoreConfigurationRequest
906
906
  * @return DeleteBdsMetastoreConfigurationResponse
907
907
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
909
909
  */
910
910
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest) {
911
911
  return __awaiter(this, void 0, void 0, function* () {
@@ -960,6 +960,69 @@ class BdsClient {
960
960
  }
961
961
  });
962
962
  }
963
+ /**
964
+ * Execute bootstrap script.
965
+ *
966
+ * This operation does not retry by default if the user has not defined a retry configuration.
967
+ * @param ExecuteBootstrapScriptRequest
968
+ * @return ExecuteBootstrapScriptResponse
969
+ * @throws OciError when an error occurs
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
971
+ */
972
+ executeBootstrapScript(executeBootstrapScriptRequest) {
973
+ return __awaiter(this, void 0, void 0, function* () {
974
+ if (this.logger)
975
+ this.logger.debug("Calling operation BdsClient#executeBootstrapScript.");
976
+ const operationName = "executeBootstrapScript";
977
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/bigdata/20190531/BdsInstance/ExecuteBootstrapScript";
978
+ const pathParams = {
979
+ "{bdsInstanceId}": executeBootstrapScriptRequest.bdsInstanceId
980
+ };
981
+ const queryParams = {};
982
+ let headerParams = {
983
+ "Content-Type": common.Constants.APPLICATION_JSON,
984
+ "opc-request-id": executeBootstrapScriptRequest.opcRequestId,
985
+ "if-match": executeBootstrapScriptRequest.ifMatch,
986
+ "opc-retry-token": executeBootstrapScriptRequest.opcRetryToken
987
+ };
988
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
989
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, executeBootstrapScriptRequest.retryConfiguration, specRetryConfiguration);
990
+ if (this.logger)
991
+ retrier.logger = this.logger;
992
+ const request = yield oci_common_2.composeRequest({
993
+ baseEndpoint: this._endpoint,
994
+ defaultHeaders: this._defaultHeaders,
995
+ path: "/bdsInstances/{bdsInstanceId}/actions/executeBootstrapScript",
996
+ method: "POST",
997
+ bodyContent: common.ObjectSerializer.serialize(executeBootstrapScriptRequest.executeBootstrapScriptDetails, "ExecuteBootstrapScriptDetails", model.ExecuteBootstrapScriptDetails.getJsonObj),
998
+ pathParams: pathParams,
999
+ headerParams: headerParams,
1000
+ queryParams: queryParams
1001
+ });
1002
+ try {
1003
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1004
+ const sdkResponse = oci_common_2.composeResponse({
1005
+ responseObject: {},
1006
+ responseHeaders: [
1007
+ {
1008
+ value: response.headers.get("opc-request-id"),
1009
+ key: "opcRequestId",
1010
+ dataType: "string"
1011
+ },
1012
+ {
1013
+ value: response.headers.get("opc-work-request-id"),
1014
+ key: "opcWorkRequestId",
1015
+ dataType: "string"
1016
+ }
1017
+ ]
1018
+ });
1019
+ return sdkResponse;
1020
+ }
1021
+ catch (err) {
1022
+ throw err;
1023
+ }
1024
+ });
1025
+ }
963
1026
  /**
964
1027
  * Returns details of the autoscale configuration identified by the given ID.
965
1028
  *
@@ -967,7 +1030,7 @@ class BdsClient {
967
1030
  * @param GetAutoScalingConfigurationRequest
968
1031
  * @return GetAutoScalingConfigurationResponse
969
1032
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
1033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
971
1034
  */
972
1035
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
973
1036
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1094,7 @@ class BdsClient {
1031
1094
  * @param GetBdsApiKeyRequest
1032
1095
  * @return GetBdsApiKeyResponse
1033
1096
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1035
1098
  */
1036
1099
  getBdsApiKey(getBdsApiKeyRequest) {
1037
1100
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1158,7 @@ class BdsClient {
1095
1158
  * @param GetBdsInstanceRequest
1096
1159
  * @return GetBdsInstanceResponse
1097
1160
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1099
1162
  */
1100
1163
  getBdsInstance(getBdsInstanceRequest) {
1101
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1158,7 +1221,7 @@ class BdsClient {
1158
1221
  * @param GetBdsMetastoreConfigurationRequest
1159
1222
  * @return GetBdsMetastoreConfigurationResponse
1160
1223
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1162
1225
  */
1163
1226
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1164
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1222,7 +1285,7 @@ class BdsClient {
1222
1285
  * @param GetWorkRequestRequest
1223
1286
  * @return GetWorkRequestResponse
1224
1287
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1226
1289
  */
1227
1290
  getWorkRequest(getWorkRequestRequest) {
1228
1291
  return __awaiter(this, void 0, void 0, function* () {
@@ -1286,7 +1349,7 @@ class BdsClient {
1286
1349
  * @param InstallPatchRequest
1287
1350
  * @return InstallPatchResponse
1288
1351
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1290
1353
  */
1291
1354
  installPatch(installPatchRequest) {
1292
1355
  return __awaiter(this, void 0, void 0, function* () {
@@ -1349,7 +1412,7 @@ class BdsClient {
1349
1412
  * @param ListAutoScalingConfigurationsRequest
1350
1413
  * @return ListAutoScalingConfigurationsResponse
1351
1414
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1353
1416
  */
1354
1417
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1355
1418
  return __awaiter(this, void 0, void 0, function* () {
@@ -1461,7 +1524,7 @@ class BdsClient {
1461
1524
  * @param ListBdsApiKeysRequest
1462
1525
  * @return ListBdsApiKeysResponse
1463
1526
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1465
1528
  */
1466
1529
  listBdsApiKeys(listBdsApiKeysRequest) {
1467
1530
  return __awaiter(this, void 0, void 0, function* () {
@@ -1573,7 +1636,7 @@ class BdsClient {
1573
1636
  * @param ListBdsInstancesRequest
1574
1637
  * @return ListBdsInstancesResponse
1575
1638
  * @throws OciError when an error occurs
1576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1577
1640
  */
1578
1641
  listBdsInstances(listBdsInstancesRequest) {
1579
1642
  return __awaiter(this, void 0, void 0, function* () {
@@ -1683,7 +1746,7 @@ class BdsClient {
1683
1746
  * @param ListBdsMetastoreConfigurationsRequest
1684
1747
  * @return ListBdsMetastoreConfigurationsResponse
1685
1748
  * @throws OciError when an error occurs
1686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1687
1750
  */
1688
1751
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1689
1752
  return __awaiter(this, void 0, void 0, function* () {
@@ -1797,7 +1860,7 @@ class BdsClient {
1797
1860
  * @param ListPatchHistoriesRequest
1798
1861
  * @return ListPatchHistoriesResponse
1799
1862
  * @throws OciError when an error occurs
1800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1801
1864
  */
1802
1865
  listPatchHistories(listPatchHistoriesRequest) {
1803
1866
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1971,7 @@ class BdsClient {
1908
1971
  * @param ListPatchesRequest
1909
1972
  * @return ListPatchesResponse
1910
1973
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1912
1975
  */
1913
1976
  listPatches(listPatchesRequest) {
1914
1977
  return __awaiter(this, void 0, void 0, function* () {
@@ -2015,7 +2078,7 @@ class BdsClient {
2015
2078
  * @param ListWorkRequestErrorsRequest
2016
2079
  * @return ListWorkRequestErrorsResponse
2017
2080
  * @throws OciError when an error occurs
2018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2019
2082
  */
2020
2083
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2021
2084
  return __awaiter(this, void 0, void 0, function* () {
@@ -2124,7 +2187,7 @@ class BdsClient {
2124
2187
  * @param ListWorkRequestLogsRequest
2125
2188
  * @return ListWorkRequestLogsResponse
2126
2189
  * @throws OciError when an error occurs
2127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2128
2191
  */
2129
2192
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2130
2193
  return __awaiter(this, void 0, void 0, function* () {
@@ -2233,7 +2296,7 @@ class BdsClient {
2233
2296
  * @param ListWorkRequestsRequest
2234
2297
  * @return ListWorkRequestsResponse
2235
2298
  * @throws OciError when an error occurs
2236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2237
2300
  */
2238
2301
  listWorkRequests(listWorkRequestsRequest) {
2239
2302
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2405,7 @@ class BdsClient {
2342
2405
  * @param RemoveAutoScalingConfigurationRequest
2343
2406
  * @return RemoveAutoScalingConfigurationResponse
2344
2407
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2346
2409
  */
2347
2410
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2348
2411
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2469,7 @@ class BdsClient {
2406
2469
  * @param RemoveCloudSqlRequest
2407
2470
  * @return RemoveCloudSqlResponse
2408
2471
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2410
2473
  */
2411
2474
  removeCloudSql(removeCloudSqlRequest) {
2412
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2532,7 @@ class BdsClient {
2469
2532
  * @param RemoveNodeRequest
2470
2533
  * @return RemoveNodeResponse
2471
2534
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2473
2536
  */
2474
2537
  removeNode(removeNodeRequest) {
2475
2538
  return __awaiter(this, void 0, void 0, function* () {
@@ -2531,7 +2594,7 @@ class BdsClient {
2531
2594
  * @param RestartNodeRequest
2532
2595
  * @return RestartNodeResponse
2533
2596
  * @throws OciError when an error occurs
2534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2535
2598
  */
2536
2599
  restartNode(restartNodeRequest) {
2537
2600
  return __awaiter(this, void 0, void 0, function* () {
@@ -2594,7 +2657,7 @@ class BdsClient {
2594
2657
  * @param StartBdsInstanceRequest
2595
2658
  * @return StartBdsInstanceResponse
2596
2659
  * @throws OciError when an error occurs
2597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2598
2661
  */
2599
2662
  startBdsInstance(startBdsInstanceRequest) {
2600
2663
  return __awaiter(this, void 0, void 0, function* () {
@@ -2656,7 +2719,7 @@ class BdsClient {
2656
2719
  * @param StopBdsInstanceRequest
2657
2720
  * @return StopBdsInstanceResponse
2658
2721
  * @throws OciError when an error occurs
2659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2660
2723
  */
2661
2724
  stopBdsInstance(stopBdsInstanceRequest) {
2662
2725
  return __awaiter(this, void 0, void 0, function* () {
@@ -2718,7 +2781,7 @@ class BdsClient {
2718
2781
  * @param TestBdsMetastoreConfigurationRequest
2719
2782
  * @return TestBdsMetastoreConfigurationResponse
2720
2783
  * @throws OciError when an error occurs
2721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2722
2785
  */
2723
2786
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2724
2787
  return __awaiter(this, void 0, void 0, function* () {
@@ -2780,7 +2843,7 @@ class BdsClient {
2780
2843
  * @param TestBdsObjectStorageConnectionRequest
2781
2844
  * @return TestBdsObjectStorageConnectionResponse
2782
2845
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2784
2847
  */
2785
2848
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2786
2849
  return __awaiter(this, void 0, void 0, function* () {
@@ -2842,7 +2905,7 @@ class BdsClient {
2842
2905
  * @param UpdateAutoScalingConfigurationRequest
2843
2906
  * @return UpdateAutoScalingConfigurationResponse
2844
2907
  * @throws OciError when an error occurs
2845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2846
2909
  */
2847
2910
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2848
2911
  return __awaiter(this, void 0, void 0, function* () {
@@ -2905,7 +2968,7 @@ class BdsClient {
2905
2968
  * @param UpdateBdsInstanceRequest
2906
2969
  * @return UpdateBdsInstanceResponse
2907
2970
  * @throws OciError when an error occurs
2908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2909
2972
  */
2910
2973
  updateBdsInstance(updateBdsInstanceRequest) {
2911
2974
  return __awaiter(this, void 0, void 0, function* () {
@@ -2966,7 +3029,7 @@ class BdsClient {
2966
3029
  * @param UpdateBdsMetastoreConfigurationRequest
2967
3030
  * @return UpdateBdsMetastoreConfigurationResponse
2968
3031
  * @throws OciError when an error occurs
2969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
3032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2970
3033
  */
2971
3034
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
2972
3035
  return __awaiter(this, void 0, void 0, function* () {