oci-bds 2.21.0 → 2.25.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 (204) hide show
  1. package/lib/client.d.ts +140 -35
  2. package/lib/client.js +376 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-auto-scale-policy-details.d.ts +36 -0
  5. package/lib/model/add-auto-scale-policy-details.js +78 -0
  6. package/lib/model/add-auto-scale-policy-details.js.map +1 -0
  7. package/lib/model/add-auto-scaling-configuration-details.d.ts +3 -2
  8. package/lib/model/add-auto-scaling-configuration-details.js +8 -2
  9. package/lib/model/add-auto-scaling-configuration-details.js.map +1 -1
  10. package/lib/model/add-block-storage-details.d.ts +8 -0
  11. package/lib/model/add-block-storage-details.js +5 -0
  12. package/lib/model/add-block-storage-details.js.map +1 -1
  13. package/lib/model/add-metric-based-horizontal-scaling-policy-details.d.ts +30 -0
  14. package/lib/model/add-metric-based-horizontal-scaling-policy-details.js +69 -0
  15. package/lib/model/add-metric-based-horizontal-scaling-policy-details.js.map +1 -0
  16. package/lib/model/add-metric-based-vertical-scaling-policy-details.d.ts +30 -0
  17. package/lib/model/add-metric-based-vertical-scaling-policy-details.js +69 -0
  18. package/lib/model/add-metric-based-vertical-scaling-policy-details.js.map +1 -0
  19. package/lib/model/add-schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
  20. package/lib/model/add-schedule-based-horizontal-scaling-policy-details.js +67 -0
  21. package/lib/model/add-schedule-based-horizontal-scaling-policy-details.js.map +1 -0
  22. package/lib/model/add-schedule-based-vertical-scaling-policy-details.d.ts +33 -0
  23. package/lib/model/add-schedule-based-vertical-scaling-policy-details.js +67 -0
  24. package/lib/model/add-schedule-based-vertical-scaling-policy-details.js.map +1 -0
  25. package/lib/model/add-worker-nodes-details.d.ts +19 -0
  26. package/lib/model/add-worker-nodes-details.js +35 -2
  27. package/lib/model/add-worker-nodes-details.js.map +1 -1
  28. package/lib/model/auto-scale-policy-details.d.ts +57 -0
  29. package/lib/model/auto-scale-policy-details.js +98 -0
  30. package/lib/model/auto-scale-policy-details.js.map +1 -0
  31. package/lib/model/auto-scale-policy.d.ts +3 -1
  32. package/lib/model/auto-scale-policy.js +1 -0
  33. package/lib/model/auto-scale-policy.js.map +1 -1
  34. package/lib/model/auto-scaling-configuration-summary.d.ts +2 -1
  35. package/lib/model/auto-scaling-configuration-summary.js +8 -2
  36. package/lib/model/auto-scaling-configuration-summary.js.map +1 -1
  37. package/lib/model/auto-scaling-configuration.d.ts +3 -1
  38. package/lib/model/auto-scaling-configuration.js +9 -2
  39. package/lib/model/auto-scaling-configuration.js.map +1 -1
  40. package/lib/model/bds-instance.d.ts +5 -0
  41. package/lib/model/bds-instance.js +1 -0
  42. package/lib/model/bds-instance.js.map +1 -1
  43. package/lib/model/change-shape-nodes.d.ts +12 -3
  44. package/lib/model/change-shape-nodes.js +48 -2
  45. package/lib/model/change-shape-nodes.js.map +1 -1
  46. package/lib/model/cluster-details.d.ts +8 -0
  47. package/lib/model/cluster-details.js.map +1 -1
  48. package/lib/model/create-bds-instance-details.d.ts +8 -0
  49. package/lib/model/create-bds-instance-details.js.map +1 -1
  50. package/lib/model/create-node-details.d.ts +2 -0
  51. package/lib/model/create-node-details.js +30 -2
  52. package/lib/model/create-node-details.js.map +1 -1
  53. package/lib/model/day-based-horizontal-scaling-schedule-details.d.ts +26 -0
  54. package/lib/model/day-based-horizontal-scaling-schedule-details.js +67 -0
  55. package/lib/model/day-based-horizontal-scaling-schedule-details.js.map +1 -0
  56. package/lib/model/day-based-vertical-scaling-schedule-details.d.ts +26 -0
  57. package/lib/model/day-based-vertical-scaling-schedule-details.js +67 -0
  58. package/lib/model/day-based-vertical-scaling-schedule-details.js.map +1 -0
  59. package/lib/model/horizontal-scaling-schedule-details.d.ts +23 -0
  60. package/lib/model/horizontal-scaling-schedule-details.js +66 -0
  61. package/lib/model/horizontal-scaling-schedule-details.js.map +1 -0
  62. package/lib/model/index.d.ts +62 -0
  63. package/lib/model/index.js +64 -1
  64. package/lib/model/index.js.map +1 -1
  65. package/lib/model/install-patch-details.d.ts +30 -0
  66. package/lib/model/install-patch-details.js +30 -0
  67. package/lib/model/install-patch-details.js.map +1 -0
  68. package/lib/model/metric-based-horizontal-scale-in-config.d.ts +32 -0
  69. package/lib/model/metric-based-horizontal-scale-in-config.js +56 -0
  70. package/lib/model/metric-based-horizontal-scale-in-config.js.map +1 -0
  71. package/lib/model/metric-based-horizontal-scale-out-config.d.ts +32 -0
  72. package/lib/model/metric-based-horizontal-scale-out-config.js +56 -0
  73. package/lib/model/metric-based-horizontal-scale-out-config.js.map +1 -0
  74. package/lib/model/metric-based-horizontal-scaling-policy-details.d.ts +30 -0
  75. package/lib/model/metric-based-horizontal-scaling-policy-details.js +69 -0
  76. package/lib/model/metric-based-horizontal-scaling-policy-details.js.map +1 -0
  77. package/lib/model/metric-based-vertical-scale-down-config.d.ts +40 -0
  78. package/lib/model/metric-based-vertical-scale-down-config.js +56 -0
  79. package/lib/model/metric-based-vertical-scale-down-config.js.map +1 -0
  80. package/lib/model/metric-based-vertical-scale-up-config.d.ts +41 -0
  81. package/lib/model/metric-based-vertical-scale-up-config.js +56 -0
  82. package/lib/model/metric-based-vertical-scale-up-config.js.map +1 -0
  83. package/lib/model/metric-based-vertical-scaling-policy-details.d.ts +30 -0
  84. package/lib/model/metric-based-vertical-scaling-policy-details.js +69 -0
  85. package/lib/model/metric-based-vertical-scaling-policy-details.js.map +1 -0
  86. package/lib/model/metric-threshold-rule.d.ts +2 -2
  87. package/lib/model/node.d.ts +9 -0
  88. package/lib/model/node.js +1 -0
  89. package/lib/model/node.js.map +1 -1
  90. package/lib/model/operation-types.d.ts +6 -0
  91. package/lib/model/operation-types.js +6 -0
  92. package/lib/model/operation-types.js.map +1 -1
  93. package/lib/model/patch-history-summary.d.ts +44 -0
  94. package/lib/model/patch-history-summary.js +41 -0
  95. package/lib/model/patch-history-summary.js.map +1 -0
  96. package/lib/model/patch-summary.d.ts +30 -0
  97. package/lib/model/patch-summary.js +30 -0
  98. package/lib/model/patch-summary.js.map +1 -0
  99. package/lib/model/remove-node-details.d.ts +36 -0
  100. package/lib/model/remove-node-details.js +30 -0
  101. package/lib/model/remove-node-details.js.map +1 -0
  102. package/lib/model/schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
  103. package/lib/model/schedule-based-horizontal-scaling-policy-details.js +67 -0
  104. package/lib/model/schedule-based-horizontal-scaling-policy-details.js.map +1 -0
  105. package/lib/model/schedule-based-vertical-scaling-policy-details.d.ts +33 -0
  106. package/lib/model/schedule-based-vertical-scaling-policy-details.js +67 -0
  107. package/lib/model/schedule-based-vertical-scaling-policy-details.js.map +1 -0
  108. package/lib/model/schedule-type.d.ts +28 -0
  109. package/lib/model/schedule-type.js +39 -0
  110. package/lib/model/schedule-type.js.map +1 -0
  111. package/lib/model/shape-config-details.d.ts +30 -0
  112. package/lib/model/shape-config-details.js +30 -0
  113. package/lib/model/shape-config-details.js.map +1 -0
  114. package/lib/model/time-and-horizontal-scaling-config.d.ts +31 -0
  115. package/lib/model/time-and-horizontal-scaling-config.js +30 -0
  116. package/lib/model/time-and-horizontal-scaling-config.js.map +1 -0
  117. package/lib/model/time-and-vertical-scaling-config.d.ts +42 -0
  118. package/lib/model/time-and-vertical-scaling-config.js +30 -0
  119. package/lib/model/time-and-vertical-scaling-config.js.map +1 -0
  120. package/lib/model/update-auto-scale-policy-details.d.ts +23 -0
  121. package/lib/model/update-auto-scale-policy-details.js +78 -0
  122. package/lib/model/update-auto-scale-policy-details.js.map +1 -0
  123. package/lib/model/update-auto-scaling-configuration-details.d.ts +1 -0
  124. package/lib/model/update-auto-scaling-configuration-details.js +8 -2
  125. package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
  126. package/lib/model/update-bds-instance-details.d.ts +4 -0
  127. package/lib/model/update-bds-instance-details.js.map +1 -1
  128. package/lib/model/update-metric-based-horizontal-scaling-policy-details.d.ts +30 -0
  129. package/lib/model/update-metric-based-horizontal-scaling-policy-details.js +69 -0
  130. package/lib/model/update-metric-based-horizontal-scaling-policy-details.js.map +1 -0
  131. package/lib/model/update-metric-based-vertical-scaling-policy-details.d.ts +30 -0
  132. package/lib/model/update-metric-based-vertical-scaling-policy-details.js +69 -0
  133. package/lib/model/update-metric-based-vertical-scaling-policy-details.js.map +1 -0
  134. package/lib/model/update-schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
  135. package/lib/model/update-schedule-based-horizontal-scaling-policy-details.js +67 -0
  136. package/lib/model/update-schedule-based-horizontal-scaling-policy-details.js.map +1 -0
  137. package/lib/model/update-schedule-based-vertical-scaling-policy-details.d.ts +33 -0
  138. package/lib/model/update-schedule-based-vertical-scaling-policy-details.js +67 -0
  139. package/lib/model/update-schedule-based-vertical-scaling-policy-details.js.map +1 -0
  140. package/lib/model/vertical-scaling-schedule-details.d.ts +23 -0
  141. package/lib/model/vertical-scaling-schedule-details.js +66 -0
  142. package/lib/model/vertical-scaling-schedule-details.js.map +1 -0
  143. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  144. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  145. package/lib/request/add-block-storage-request.d.ts +1 -1
  146. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  147. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  148. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  149. package/lib/request/change-shape-request.d.ts +1 -1
  150. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  151. package/lib/request/create-bds-instance-request.d.ts +1 -1
  152. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  153. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  154. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  155. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  156. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  157. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  158. package/lib/request/get-bds-instance-request.d.ts +1 -1
  159. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  160. package/lib/request/get-work-request-request.d.ts +1 -1
  161. package/lib/request/index.d.ts +8 -0
  162. package/lib/request/index.js +3 -1
  163. package/lib/request/index.js.map +1 -1
  164. package/lib/request/install-patch-request.d.ts +49 -0
  165. package/lib/request/install-patch-request.js +15 -0
  166. package/lib/request/install-patch-request.js.map +1 -0
  167. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  168. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  169. package/lib/request/list-bds-instances-request.d.ts +1 -1
  170. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  171. package/lib/request/list-patch-histories-request.d.ts +58 -0
  172. package/lib/request/list-patch-histories-request.js +24 -0
  173. package/lib/request/list-patch-histories-request.js.map +1 -0
  174. package/lib/request/list-patches-request.d.ts +34 -0
  175. package/lib/request/list-patches-request.js +15 -0
  176. package/lib/request/list-patches-request.js.map +1 -0
  177. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  178. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  179. package/lib/request/list-work-requests-request.d.ts +1 -1
  180. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  181. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  182. package/lib/request/remove-node-request.d.ts +40 -0
  183. package/lib/request/remove-node-request.js +15 -0
  184. package/lib/request/remove-node-request.js.map +1 -0
  185. package/lib/request/restart-node-request.d.ts +1 -1
  186. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  187. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  188. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  189. package/lib/request/update-bds-instance-request.d.ts +1 -1
  190. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  191. package/lib/response/index.d.ts +8 -0
  192. package/lib/response/install-patch-response.d.ts +25 -0
  193. package/lib/response/install-patch-response.js +15 -0
  194. package/lib/response/install-patch-response.js.map +1 -0
  195. package/lib/response/list-patch-histories-response.d.ts +32 -0
  196. package/lib/response/list-patch-histories-response.js +15 -0
  197. package/lib/response/list-patch-histories-response.js.map +1 -0
  198. package/lib/response/list-patches-response.d.ts +32 -0
  199. package/lib/response/list-patches-response.js +15 -0
  200. package/lib/response/list-patches-response.js.map +1 -0
  201. package/lib/response/remove-node-response.d.ts +25 -0
  202. package/lib/response/remove-node-response.js +15 -0
  203. package/lib/response/remove-node-response.js.map +1 -0
  204. package/package.json +3 -3
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
17
+ */
18
+ export interface RemoveNodeRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for the node to be removed.
25
+ */
26
+ "removeNodeDetails": model.RemoveNodeDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-node-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-node-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/remove-node-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.21.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest 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.21.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface TestBdsMetastoreConfigurationRequest 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.21.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest 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.21.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest 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.21.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest 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.21.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -47,6 +47,8 @@ import * as GetBdsMetastoreConfigurationResponse from "./get-bds-metastore-confi
47
47
  export import GetBdsMetastoreConfigurationResponse = GetBdsMetastoreConfigurationResponse.GetBdsMetastoreConfigurationResponse;
48
48
  import * as GetWorkRequestResponse from "./get-work-request-response";
49
49
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
50
+ import * as InstallPatchResponse from "./install-patch-response";
51
+ export import InstallPatchResponse = InstallPatchResponse.InstallPatchResponse;
50
52
  import * as ListAutoScalingConfigurationsResponse from "./list-auto-scaling-configurations-response";
51
53
  export import ListAutoScalingConfigurationsResponse = ListAutoScalingConfigurationsResponse.ListAutoScalingConfigurationsResponse;
52
54
  import * as ListBdsApiKeysResponse from "./list-bds-api-keys-response";
@@ -55,6 +57,10 @@ import * as ListBdsInstancesResponse from "./list-bds-instances-response";
55
57
  export import ListBdsInstancesResponse = ListBdsInstancesResponse.ListBdsInstancesResponse;
56
58
  import * as ListBdsMetastoreConfigurationsResponse from "./list-bds-metastore-configurations-response";
57
59
  export import ListBdsMetastoreConfigurationsResponse = ListBdsMetastoreConfigurationsResponse.ListBdsMetastoreConfigurationsResponse;
60
+ import * as ListPatchHistoriesResponse from "./list-patch-histories-response";
61
+ export import ListPatchHistoriesResponse = ListPatchHistoriesResponse.ListPatchHistoriesResponse;
62
+ import * as ListPatchesResponse from "./list-patches-response";
63
+ export import ListPatchesResponse = ListPatchesResponse.ListPatchesResponse;
58
64
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
59
65
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
60
66
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -65,6 +71,8 @@ import * as RemoveAutoScalingConfigurationResponse from "./remove-auto-scaling-c
65
71
  export import RemoveAutoScalingConfigurationResponse = RemoveAutoScalingConfigurationResponse.RemoveAutoScalingConfigurationResponse;
66
72
  import * as RemoveCloudSqlResponse from "./remove-cloud-sql-response";
67
73
  export import RemoveCloudSqlResponse = RemoveCloudSqlResponse.RemoveCloudSqlResponse;
74
+ import * as RemoveNodeResponse from "./remove-node-response";
75
+ export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse;
68
76
  import * as RestartNodeResponse from "./restart-node-response";
69
77
  export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse;
70
78
  import * as TestBdsMetastoreConfigurationResponse from "./test-bds-metastore-configuration-response";
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface InstallPatchResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=install-patch-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-patch-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/install-patch-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListPatchHistoriesResponse {
15
+ /**
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
18
+ * subsequent GET request to get the next batch of items.
19
+ *
20
+ */
21
+ "opcNextPage": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a request, provide this request ID.
25
+ *
26
+ */
27
+ "opcRequestId": string;
28
+ /**
29
+ * A list of PatchHistorySummary instances.
30
+ */
31
+ "items": model.PatchHistorySummary[];
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-patch-histories-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-patch-histories-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-patch-histories-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListPatchesResponse {
15
+ /**
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
18
+ * subsequent GET request to get the next batch of items.
19
+ *
20
+ */
21
+ "opcNextPage": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a request, provide this request ID.
25
+ *
26
+ */
27
+ "opcRequestId": string;
28
+ /**
29
+ * A list of PatchSummary instances.
30
+ */
31
+ "items": model.PatchSummary[];
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-patches-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-patches-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-patches-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface RemoveNodeResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-node-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-node-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/remove-node-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.21.0",
3
+ "version": "2.25.0",
4
4
  "description": "OCI NodeJS client for BDS Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.21.0",
19
- "oci-workrequests": "2.21.0"
18
+ "oci-common": "2.25.0",
19
+ "oci-workrequests": "2.25.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"