oci-bds 2.46.0 → 2.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/lib/client.d.ts +39 -39
  2. package/lib/client.js +39 -39
  3. package/lib/model/add-worker-nodes-details.d.ts +2 -1
  4. package/lib/model/add-worker-nodes-details.js +1 -0
  5. package/lib/model/add-worker-nodes-details.js.map +1 -1
  6. package/lib/model/change-shape-nodes.d.ts +5 -0
  7. package/lib/model/change-shape-nodes.js +6 -0
  8. package/lib/model/change-shape-nodes.js.map +1 -1
  9. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  10. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  11. package/lib/request/add-block-storage-request.d.ts +1 -1
  12. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  13. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  14. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  15. package/lib/request/change-shape-request.d.ts +1 -1
  16. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  17. package/lib/request/create-bds-instance-request.d.ts +1 -1
  18. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  19. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  20. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  21. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  22. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  23. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  24. package/lib/request/get-bds-instance-request.d.ts +1 -1
  25. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/install-patch-request.d.ts +1 -1
  28. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  29. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  30. package/lib/request/list-bds-instances-request.d.ts +1 -1
  31. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  32. package/lib/request/list-patch-histories-request.d.ts +1 -1
  33. package/lib/request/list-patches-request.d.ts +1 -1
  34. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  35. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  36. package/lib/request/list-work-requests-request.d.ts +1 -1
  37. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  38. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  39. package/lib/request/remove-node-request.d.ts +1 -1
  40. package/lib/request/restart-node-request.d.ts +1 -1
  41. package/lib/request/start-bds-instance-request.d.ts +1 -1
  42. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  43. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  44. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  45. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  46. package/lib/request/update-bds-instance-request.d.ts +1 -1
  47. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  48. 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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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.46.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.48.0/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* () {
@@ -967,7 +967,7 @@ class BdsClient {
967
967
  * @param GetAutoScalingConfigurationRequest
968
968
  * @return GetAutoScalingConfigurationResponse
969
969
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
971
971
  */
972
972
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
973
973
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class BdsClient {
1031
1031
  * @param GetBdsApiKeyRequest
1032
1032
  * @return GetBdsApiKeyResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
1035
1035
  */
1036
1036
  getBdsApiKey(getBdsApiKeyRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1095,7 @@ class BdsClient {
1095
1095
  * @param GetBdsInstanceRequest
1096
1096
  * @return GetBdsInstanceResponse
1097
1097
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
1099
1099
  */
1100
1100
  getBdsInstance(getBdsInstanceRequest) {
1101
1101
  return __awaiter(this, void 0, void 0, function* () {
@@ -1158,7 +1158,7 @@ class BdsClient {
1158
1158
  * @param GetBdsMetastoreConfigurationRequest
1159
1159
  * @return GetBdsMetastoreConfigurationResponse
1160
1160
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
1162
1162
  */
1163
1163
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest) {
1164
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1222,7 +1222,7 @@ class BdsClient {
1222
1222
  * @param GetWorkRequestRequest
1223
1223
  * @return GetWorkRequestResponse
1224
1224
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1226
1226
  */
1227
1227
  getWorkRequest(getWorkRequestRequest) {
1228
1228
  return __awaiter(this, void 0, void 0, function* () {
@@ -1286,7 +1286,7 @@ class BdsClient {
1286
1286
  * @param InstallPatchRequest
1287
1287
  * @return InstallPatchResponse
1288
1288
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
1290
1290
  */
1291
1291
  installPatch(installPatchRequest) {
1292
1292
  return __awaiter(this, void 0, void 0, function* () {
@@ -1349,7 +1349,7 @@ class BdsClient {
1349
1349
  * @param ListAutoScalingConfigurationsRequest
1350
1350
  * @return ListAutoScalingConfigurationsResponse
1351
1351
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
1353
1353
  */
1354
1354
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
1355
1355
  return __awaiter(this, void 0, void 0, function* () {
@@ -1461,7 +1461,7 @@ class BdsClient {
1461
1461
  * @param ListBdsApiKeysRequest
1462
1462
  * @return ListBdsApiKeysResponse
1463
1463
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
1465
1465
  */
1466
1466
  listBdsApiKeys(listBdsApiKeysRequest) {
1467
1467
  return __awaiter(this, void 0, void 0, function* () {
@@ -1573,7 +1573,7 @@ class BdsClient {
1573
1573
  * @param ListBdsInstancesRequest
1574
1574
  * @return ListBdsInstancesResponse
1575
1575
  * @throws OciError when an error occurs
1576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
1577
1577
  */
1578
1578
  listBdsInstances(listBdsInstancesRequest) {
1579
1579
  return __awaiter(this, void 0, void 0, function* () {
@@ -1683,7 +1683,7 @@ class BdsClient {
1683
1683
  * @param ListBdsMetastoreConfigurationsRequest
1684
1684
  * @return ListBdsMetastoreConfigurationsResponse
1685
1685
  * @throws OciError when an error occurs
1686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
1687
1687
  */
1688
1688
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest) {
1689
1689
  return __awaiter(this, void 0, void 0, function* () {
@@ -1797,7 +1797,7 @@ class BdsClient {
1797
1797
  * @param ListPatchHistoriesRequest
1798
1798
  * @return ListPatchHistoriesResponse
1799
1799
  * @throws OciError when an error occurs
1800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
1801
1801
  */
1802
1802
  listPatchHistories(listPatchHistoriesRequest) {
1803
1803
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class BdsClient {
1908
1908
  * @param ListPatchesRequest
1909
1909
  * @return ListPatchesResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
1912
1912
  */
1913
1913
  listPatches(listPatchesRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -2015,7 +2015,7 @@ class BdsClient {
2015
2015
  * @param ListWorkRequestErrorsRequest
2016
2016
  * @return ListWorkRequestErrorsResponse
2017
2017
  * @throws OciError when an error occurs
2018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2019
2019
  */
2020
2020
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2021
2021
  return __awaiter(this, void 0, void 0, function* () {
@@ -2124,7 +2124,7 @@ class BdsClient {
2124
2124
  * @param ListWorkRequestLogsRequest
2125
2125
  * @return ListWorkRequestLogsResponse
2126
2126
  * @throws OciError when an error occurs
2127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2128
2128
  */
2129
2129
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2130
2130
  return __awaiter(this, void 0, void 0, function* () {
@@ -2233,7 +2233,7 @@ class BdsClient {
2233
2233
  * @param ListWorkRequestsRequest
2234
2234
  * @return ListWorkRequestsResponse
2235
2235
  * @throws OciError when an error occurs
2236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2237
2237
  */
2238
2238
  listWorkRequests(listWorkRequestsRequest) {
2239
2239
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2342,7 @@ class BdsClient {
2342
2342
  * @param RemoveAutoScalingConfigurationRequest
2343
2343
  * @return RemoveAutoScalingConfigurationResponse
2344
2344
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
2346
2346
  */
2347
2347
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest) {
2348
2348
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2406,7 @@ class BdsClient {
2406
2406
  * @param RemoveCloudSqlRequest
2407
2407
  * @return RemoveCloudSqlResponse
2408
2408
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
2410
2410
  */
2411
2411
  removeCloudSql(removeCloudSqlRequest) {
2412
2412
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class BdsClient {
2469
2469
  * @param RemoveNodeRequest
2470
2470
  * @return RemoveNodeResponse
2471
2471
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
2473
2473
  */
2474
2474
  removeNode(removeNodeRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2531,7 +2531,7 @@ class BdsClient {
2531
2531
  * @param RestartNodeRequest
2532
2532
  * @return RestartNodeResponse
2533
2533
  * @throws OciError when an error occurs
2534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
2535
2535
  */
2536
2536
  restartNode(restartNodeRequest) {
2537
2537
  return __awaiter(this, void 0, void 0, function* () {
@@ -2594,7 +2594,7 @@ class BdsClient {
2594
2594
  * @param StartBdsInstanceRequest
2595
2595
  * @return StartBdsInstanceResponse
2596
2596
  * @throws OciError when an error occurs
2597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
2598
2598
  */
2599
2599
  startBdsInstance(startBdsInstanceRequest) {
2600
2600
  return __awaiter(this, void 0, void 0, function* () {
@@ -2656,7 +2656,7 @@ class BdsClient {
2656
2656
  * @param StopBdsInstanceRequest
2657
2657
  * @return StopBdsInstanceResponse
2658
2658
  * @throws OciError when an error occurs
2659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
2660
2660
  */
2661
2661
  stopBdsInstance(stopBdsInstanceRequest) {
2662
2662
  return __awaiter(this, void 0, void 0, function* () {
@@ -2718,7 +2718,7 @@ class BdsClient {
2718
2718
  * @param TestBdsMetastoreConfigurationRequest
2719
2719
  * @return TestBdsMetastoreConfigurationResponse
2720
2720
  * @throws OciError when an error occurs
2721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
2722
2722
  */
2723
2723
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest) {
2724
2724
  return __awaiter(this, void 0, void 0, function* () {
@@ -2780,7 +2780,7 @@ class BdsClient {
2780
2780
  * @param TestBdsObjectStorageConnectionRequest
2781
2781
  * @return TestBdsObjectStorageConnectionResponse
2782
2782
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
2784
2784
  */
2785
2785
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest) {
2786
2786
  return __awaiter(this, void 0, void 0, function* () {
@@ -2842,7 +2842,7 @@ class BdsClient {
2842
2842
  * @param UpdateAutoScalingConfigurationRequest
2843
2843
  * @return UpdateAutoScalingConfigurationResponse
2844
2844
  * @throws OciError when an error occurs
2845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
2846
2846
  */
2847
2847
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
2848
2848
  return __awaiter(this, void 0, void 0, function* () {
@@ -2905,7 +2905,7 @@ class BdsClient {
2905
2905
  * @param UpdateBdsInstanceRequest
2906
2906
  * @return UpdateBdsInstanceResponse
2907
2907
  * @throws OciError when an error occurs
2908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
2909
2909
  */
2910
2910
  updateBdsInstance(updateBdsInstanceRequest) {
2911
2911
  return __awaiter(this, void 0, void 0, function* () {
@@ -2966,7 +2966,7 @@ class BdsClient {
2966
2966
  * @param UpdateBdsMetastoreConfigurationRequest
2967
2967
  * @return UpdateBdsMetastoreConfigurationResponse
2968
2968
  * @throws OciError when an error occurs
2969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
2970
2970
  */
2971
2971
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest) {
2972
2972
  return __awaiter(this, void 0, void 0, function* () {
@@ -42,7 +42,8 @@ export interface AddWorkerNodesDetails {
42
42
  export declare namespace AddWorkerNodesDetails {
43
43
  enum NodeType {
44
44
  Worker = "WORKER",
45
- ComputeOnlyWorker = "COMPUTE_ONLY_WORKER"
45
+ ComputeOnlyWorker = "COMPUTE_ONLY_WORKER",
46
+ Edge = "EDGE"
46
47
  }
47
48
  function getJsonObj(obj: AddWorkerNodesDetails): object;
48
49
  function getDeserializedJsonObj(obj: AddWorkerNodesDetails): object;
@@ -40,6 +40,7 @@ var AddWorkerNodesDetails;
40
40
  (function (NodeType) {
41
41
  NodeType["Worker"] = "WORKER";
42
42
  NodeType["ComputeOnlyWorker"] = "COMPUTE_ONLY_WORKER";
43
+ NodeType["Edge"] = "EDGE";
43
44
  })(NodeType = AddWorkerNodesDetails.NodeType || (AddWorkerNodesDetails.NodeType = {}));
44
45
  function getJsonObj(obj) {
45
46
  const jsonObj = Object.assign(Object.assign({}, obj), {
@@ -1 +1 @@
1
- {"version":3,"file":"add-worker-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-worker-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,qBAAqB,CA8BrC;AA9BD,WAAiB,qBAAqB;IACpC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;IAC3C,CAAC,EAHW,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAGnB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EA9BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA8BrC"}
1
+ {"version":3,"file":"add-worker-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-worker-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,qBAAqB,CA+BrC;AA/BD,WAAiB,qBAAqB;IACpC,IAAY,QAIX;IAJD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,yBAAa,CAAA;IACf,CAAC,EAJW,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAInB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EA/BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA+BrC"}
@@ -41,6 +41,11 @@ export interface ChangeShapeNodes {
41
41
  */
42
42
  "cloudsql"?: string;
43
43
  "cloudsqlShapeConfig"?: model.ShapeConfigDetails;
44
+ /**
45
+ * Change shape of edge nodes to the desired target shape. Both VM_STANDARD and E4 Flex shapes are allowed here.
46
+ */
47
+ "edge"?: string;
48
+ "edgeShapeConfig"?: model.ShapeConfigDetails;
44
49
  }
45
50
  export declare namespace ChangeShapeNodes {
46
51
  function getJsonObj(obj: ChangeShapeNodes): object;
@@ -52,6 +52,9 @@ var ChangeShapeNodes;
52
52
  : undefined,
53
53
  "cloudsqlShapeConfig": obj.cloudsqlShapeConfig
54
54
  ? model.ShapeConfigDetails.getJsonObj(obj.cloudsqlShapeConfig)
55
+ : undefined,
56
+ "edgeShapeConfig": obj.edgeShapeConfig
57
+ ? model.ShapeConfigDetails.getJsonObj(obj.edgeShapeConfig)
55
58
  : undefined
56
59
  });
57
60
  return jsonObj;
@@ -73,6 +76,9 @@ var ChangeShapeNodes;
73
76
  : undefined,
74
77
  "cloudsqlShapeConfig": obj.cloudsqlShapeConfig
75
78
  ? model.ShapeConfigDetails.getDeserializedJsonObj(obj.cloudsqlShapeConfig)
79
+ : undefined,
80
+ "edgeShapeConfig": obj.edgeShapeConfig
81
+ ? model.ShapeConfigDetails.getDeserializedJsonObj(obj.edgeShapeConfig)
76
82
  : undefined
77
83
  });
78
84
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"change-shape-nodes.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/change-shape-nodes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,gBAAgB,CAyDhC;AAzDD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,2BAAU,aA2BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACnF,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,uCAAsB,yBA2BrC,CAAA;AACH,CAAC,EAzDgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyDhC"}
1
+ {"version":3,"file":"change-shape-nodes.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/change-shape-nodes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,gBAAgB,CAiEhC;AAjED,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC9D,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,2BAAU,aA+BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACnF,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC1E,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,uCAAsB,yBA+BrC,CAAA;AACH,CAAC,EAjEgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAiEhC"}
@@ -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.46.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
17
17
  */
18
18
  export interface CreateBdsApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest 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.46.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/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.46.0/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.48.0/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.46.0/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.48.0/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.46.0/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.48.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**