oci-bds 2.63.0 → 2.65.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 (115) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +122 -42
  3. package/lib/client.js +415 -43
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/add-master-nodes-details.d.ts +41 -0
  6. package/lib/model/add-master-nodes-details.js +58 -0
  7. package/lib/model/add-master-nodes-details.js.map +1 -0
  8. package/lib/model/add-utility-nodes-details.d.ts +41 -0
  9. package/lib/model/add-utility-nodes-details.js +58 -0
  10. package/lib/model/add-utility-nodes-details.js.map +1 -0
  11. package/lib/model/bds-instance-summary.d.ts +4 -0
  12. package/lib/model/bds-instance-summary.js.map +1 -1
  13. package/lib/model/bds-instance.d.ts +4 -0
  14. package/lib/model/bds-instance.js.map +1 -1
  15. package/lib/model/index.d.ts +12 -0
  16. package/lib/model/index.js +14 -2
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/install-os-patch-details.d.ts +30 -0
  19. package/lib/model/install-os-patch-details.js +30 -0
  20. package/lib/model/install-os-patch-details.js.map +1 -0
  21. package/lib/model/node.d.ts +4 -0
  22. package/lib/model/node.js.map +1 -1
  23. package/lib/model/operation-types.d.ts +4 -0
  24. package/lib/model/operation-types.js +4 -0
  25. package/lib/model/operation-types.js.map +1 -1
  26. package/lib/model/os-patch-details.d.ts +64 -0
  27. package/lib/model/os-patch-details.js +73 -0
  28. package/lib/model/os-patch-details.js.map +1 -0
  29. package/lib/model/os-patch-package-summary.d.ts +48 -0
  30. package/lib/model/os-patch-package-summary.js +41 -0
  31. package/lib/model/os-patch-package-summary.js.map +1 -0
  32. package/lib/model/os-patch-summary.d.ts +30 -0
  33. package/lib/model/os-patch-summary.js +30 -0
  34. package/lib/model/os-patch-summary.js.map +1 -0
  35. package/lib/model/patch-history-summary.d.ts +17 -0
  36. package/lib/model/patch-history-summary.js +10 -0
  37. package/lib/model/patch-history-summary.js.map +1 -1
  38. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  39. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  40. package/lib/request/add-block-storage-request.d.ts +1 -1
  41. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  42. package/lib/request/add-kafka-request.d.ts +1 -1
  43. package/lib/request/add-master-nodes-request.d.ts +49 -0
  44. package/lib/request/add-master-nodes-request.js +15 -0
  45. package/lib/request/add-master-nodes-request.js.map +1 -0
  46. package/lib/request/add-utility-nodes-request.d.ts +49 -0
  47. package/lib/request/add-utility-nodes-request.js +15 -0
  48. package/lib/request/add-utility-nodes-request.js.map +1 -0
  49. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  50. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  51. package/lib/request/change-shape-request.d.ts +1 -1
  52. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  53. package/lib/request/create-bds-instance-request.d.ts +1 -1
  54. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  55. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  56. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  57. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  58. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  59. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  60. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  61. package/lib/request/get-bds-instance-request.d.ts +1 -1
  62. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  63. package/lib/request/get-os-patch-details-request.d.ts +48 -0
  64. package/lib/request/get-os-patch-details-request.js +15 -0
  65. package/lib/request/get-os-patch-details-request.js.map +1 -0
  66. package/lib/request/get-work-request-request.d.ts +1 -1
  67. package/lib/request/index.d.ts +10 -0
  68. package/lib/request/index.js +3 -1
  69. package/lib/request/index.js.map +1 -1
  70. package/lib/request/install-os-patch-request.d.ts +49 -0
  71. package/lib/request/install-os-patch-request.js +15 -0
  72. package/lib/request/install-os-patch-request.js.map +1 -0
  73. package/lib/request/install-patch-request.d.ts +1 -1
  74. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  75. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  76. package/lib/request/list-bds-instances-request.d.ts +1 -1
  77. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  78. package/lib/request/list-os-patches-request.d.ts +68 -0
  79. package/lib/request/list-os-patches-request.js +24 -0
  80. package/lib/request/list-os-patches-request.js.map +1 -0
  81. package/lib/request/list-patch-histories-request.d.ts +5 -1
  82. package/lib/request/list-patch-histories-request.js.map +1 -1
  83. package/lib/request/list-patches-request.d.ts +1 -1
  84. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  85. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  86. package/lib/request/list-work-requests-request.d.ts +1 -1
  87. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  88. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  89. package/lib/request/remove-kafka-request.d.ts +1 -1
  90. package/lib/request/remove-node-request.d.ts +1 -1
  91. package/lib/request/restart-node-request.d.ts +1 -1
  92. package/lib/request/start-bds-instance-request.d.ts +1 -1
  93. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  94. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  95. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  96. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  97. package/lib/request/update-bds-instance-request.d.ts +1 -1
  98. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  99. package/lib/response/add-master-nodes-response.d.ts +25 -0
  100. package/lib/response/add-master-nodes-response.js +15 -0
  101. package/lib/response/add-master-nodes-response.js.map +1 -0
  102. package/lib/response/add-utility-nodes-response.d.ts +25 -0
  103. package/lib/response/add-utility-nodes-response.js +15 -0
  104. package/lib/response/add-utility-nodes-response.js.map +1 -0
  105. package/lib/response/get-os-patch-details-response.d.ts +30 -0
  106. package/lib/response/get-os-patch-details-response.js +15 -0
  107. package/lib/response/get-os-patch-details-response.js.map +1 -0
  108. package/lib/response/index.d.ts +10 -0
  109. package/lib/response/install-os-patch-response.d.ts +25 -0
  110. package/lib/response/install-os-patch-response.js +15 -0
  111. package/lib/response/install-os-patch-response.js.map +1 -0
  112. package/lib/response/list-os-patches-response.d.ts +37 -0
  113. package/lib/response/list-os-patches-response.js +15 -0
  114. package/lib/response/list-os-patches-response.js.map +1 -0
  115. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/lib/client.d.ts CHANGED
@@ -88,7 +88,7 @@ export declare class BdsClient {
88
88
  * @param ActivateBdsMetastoreConfigurationRequest
89
89
  * @return ActivateBdsMetastoreConfigurationResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
92
92
  */
93
93
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class BdsClient {
98
98
  * @param AddAutoScalingConfigurationRequest
99
99
  * @return AddAutoScalingConfigurationResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
102
102
  */
103
103
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class BdsClient {
108
108
  * @param AddBlockStorageRequest
109
109
  * @return AddBlockStorageResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
112
112
  */
113
113
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
114
114
  /**
@@ -118,7 +118,7 @@ export declare class BdsClient {
118
118
  * @param AddCloudSqlRequest
119
119
  * @return AddCloudSqlResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
122
122
  */
123
123
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
124
124
  /**
@@ -128,9 +128,29 @@ export declare class BdsClient {
128
128
  * @param AddKafkaRequest
129
129
  * @return AddKafkaResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API.
132
132
  */
133
133
  addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
134
+ /**
135
+ * Increases the size (scales out) of a cluster by adding master nodes. The added master nodes will have the same shape and will have the same amount of attached block storage as other master nodes in the cluster.
136
+ *
137
+ * This operation does not retry by default if the user has not defined a retry configuration.
138
+ * @param AddMasterNodesRequest
139
+ * @return AddMasterNodesResponse
140
+ * @throws OciError when an error occurs
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API.
142
+ */
143
+ addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>;
144
+ /**
145
+ * Increases the size (scales out) of a cluster by adding utility nodes. The added utility nodes will have the same shape and will have the same amount of attached block storage as other utility nodes in the cluster.
146
+ *
147
+ * This operation does not retry by default if the user has not defined a retry configuration.
148
+ * @param AddUtilityNodesRequest
149
+ * @return AddUtilityNodesResponse
150
+ * @throws OciError when an error occurs
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API.
152
+ */
153
+ addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>;
134
154
  /**
135
155
  * Increases the size (scales out) a cluster by adding worker nodes(data/compute). The added worker nodes will have the same shape and will have the same amount of attached block storage as other worker nodes in the cluster.
136
156
  *
@@ -138,7 +158,7 @@ export declare class BdsClient {
138
158
  * @param AddWorkerNodesRequest
139
159
  * @return AddWorkerNodesResponse
140
160
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
142
162
  */
143
163
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
144
164
  /**
@@ -148,7 +168,7 @@ export declare class BdsClient {
148
168
  * @param ChangeBdsInstanceCompartmentRequest
149
169
  * @return ChangeBdsInstanceCompartmentResponse
150
170
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
152
172
  */
153
173
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
154
174
  /**
@@ -158,7 +178,7 @@ export declare class BdsClient {
158
178
  * @param ChangeShapeRequest
159
179
  * @return ChangeShapeResponse
160
180
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
162
182
  */
163
183
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
164
184
  /**
@@ -168,7 +188,7 @@ export declare class BdsClient {
168
188
  * @param CreateBdsApiKeyRequest
169
189
  * @return CreateBdsApiKeyResponse
170
190
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
172
192
  */
173
193
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
174
194
  /**
@@ -178,7 +198,7 @@ export declare class BdsClient {
178
198
  * @param CreateBdsInstanceRequest
179
199
  * @return CreateBdsInstanceResponse
180
200
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
182
202
  */
183
203
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
184
204
  /**
@@ -188,7 +208,7 @@ export declare class BdsClient {
188
208
  * @param CreateBdsMetastoreConfigurationRequest
189
209
  * @return CreateBdsMetastoreConfigurationResponse
190
210
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
192
212
  */
193
213
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
194
214
  /**
@@ -197,7 +217,7 @@ export declare class BdsClient {
197
217
  * @param DeleteBdsApiKeyRequest
198
218
  * @return DeleteBdsApiKeyResponse
199
219
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
201
221
  */
202
222
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
203
223
  /**
@@ -206,7 +226,7 @@ export declare class BdsClient {
206
226
  * @param DeleteBdsInstanceRequest
207
227
  * @return DeleteBdsInstanceResponse
208
228
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
210
230
  */
211
231
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
212
232
  /**
@@ -215,7 +235,7 @@ export declare class BdsClient {
215
235
  * @param DeleteBdsMetastoreConfigurationRequest
216
236
  * @return DeleteBdsMetastoreConfigurationResponse
217
237
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
219
239
  */
220
240
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
221
241
  /**
@@ -225,7 +245,7 @@ export declare class BdsClient {
225
245
  * @param ExecuteBootstrapScriptRequest
226
246
  * @return ExecuteBootstrapScriptResponse
227
247
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API.
229
249
  */
230
250
  executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
231
251
  /**
@@ -235,7 +255,7 @@ export declare class BdsClient {
235
255
  * @param GetAutoScalingConfigurationRequest
236
256
  * @return GetAutoScalingConfigurationResponse
237
257
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
239
259
  */
240
260
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
241
261
  /**
@@ -244,7 +264,7 @@ export declare class BdsClient {
244
264
  * @param GetBdsApiKeyRequest
245
265
  * @return GetBdsApiKeyResponse
246
266
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
248
268
  */
249
269
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
250
270
  /**
@@ -253,7 +273,7 @@ export declare class BdsClient {
253
273
  * @param GetBdsInstanceRequest
254
274
  * @return GetBdsInstanceResponse
255
275
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
257
277
  */
258
278
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
259
279
  /**
@@ -262,18 +282,37 @@ export declare class BdsClient {
262
282
  * @param GetBdsMetastoreConfigurationRequest
263
283
  * @return GetBdsMetastoreConfigurationResponse
264
284
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
266
286
  */
267
287
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
288
+ /**
289
+ * Get the details of an os patch
290
+ * This operation does not retry by default if the user has not defined a retry configuration.
291
+ * @param GetOsPatchDetailsRequest
292
+ * @return GetOsPatchDetailsResponse
293
+ * @throws OciError when an error occurs
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API.
295
+ */
296
+ getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>;
268
297
  /**
269
298
  * Returns the status of the work request identified by the given ID.
270
299
  * This operation does not retry by default if the user has not defined a retry configuration.
271
300
  * @param GetWorkRequestRequest
272
301
  * @return GetWorkRequestResponse
273
302
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
275
304
  */
276
305
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
306
+ /**
307
+ * Install an os patch on a cluster
308
+ *
309
+ * This operation does not retry by default if the user has not defined a retry configuration.
310
+ * @param InstallOsPatchRequest
311
+ * @return InstallOsPatchResponse
312
+ * @throws OciError when an error occurs
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API.
314
+ */
315
+ installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>;
277
316
  /**
278
317
  * Install the specified patch to this cluster.
279
318
  *
@@ -281,7 +320,7 @@ export declare class BdsClient {
281
320
  * @param InstallPatchRequest
282
321
  * @return InstallPatchResponse
283
322
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
285
324
  */
286
325
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
287
326
  /**
@@ -291,7 +330,7 @@ export declare class BdsClient {
291
330
  * @param ListAutoScalingConfigurationsRequest
292
331
  * @return ListAutoScalingConfigurationsResponse
293
332
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
295
334
  */
296
335
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
297
336
  /**
@@ -333,7 +372,7 @@ export declare class BdsClient {
333
372
  * @param ListBdsApiKeysRequest
334
373
  * @return ListBdsApiKeysResponse
335
374
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
337
376
  */
338
377
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
339
378
  /**
@@ -375,7 +414,7 @@ export declare class BdsClient {
375
414
  * @param ListBdsInstancesRequest
376
415
  * @return ListBdsInstancesResponse
377
416
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
379
418
  */
380
419
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
381
420
  /**
@@ -417,7 +456,7 @@ export declare class BdsClient {
417
456
  * @param ListBdsMetastoreConfigurationsRequest
418
457
  * @return ListBdsMetastoreConfigurationsResponse
419
458
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
421
460
  */
422
461
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
423
462
  /**
@@ -452,6 +491,47 @@ export declare class BdsClient {
452
491
  * @param request a request which can be sent to the service operation
453
492
  */
454
493
  listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
494
+ /**
495
+ * List all available os patches for a given cluster
496
+ * This operation does not retry by default if the user has not defined a retry configuration.
497
+ * @param ListOsPatchesRequest
498
+ * @return ListOsPatchesResponse
499
+ * @throws OciError when an error occurs
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API.
501
+ */
502
+ listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>;
503
+ /**
504
+ * NOTE: This function is deprecated in favor of listOsPatchesRecordIterator function.
505
+ * Creates a new async iterator which will iterate over the models.OsPatchSummary objects
506
+ * contained in responses from the listOsPatches operation. This iterator will fetch more data from the
507
+ * server as needed.
508
+ *
509
+ * @param request a request which can be sent to the service operation
510
+ */
511
+ listAllOsPatches(request: requests.ListOsPatchesRequest): AsyncIterableIterator<model.OsPatchSummary>;
512
+ /**
513
+ * NOTE: This function is deprecated in favor of listOsPatchesResponseIterator function.
514
+ * Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator
515
+ * will fetch more data from the server as needed.
516
+ *
517
+ * @param request a request which can be sent to the service operation
518
+ */
519
+ listAllOsPatchesResponses(request: requests.ListOsPatchesRequest): AsyncIterableIterator<responses.ListOsPatchesResponse>;
520
+ /**
521
+ * Creates a new async iterator which will iterate over the models.OsPatchSummary objects
522
+ * contained in responses from the listOsPatches operation. This iterator will fetch more data from the
523
+ * server as needed.
524
+ *
525
+ * @param request a request which can be sent to the service operation
526
+ */
527
+ listOsPatchesRecordIterator(request: requests.ListOsPatchesRequest): AsyncIterableIterator<model.OsPatchSummary>;
528
+ /**
529
+ * Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator
530
+ * will fetch more data from the server as needed.
531
+ *
532
+ * @param request a request which can be sent to the service operation
533
+ */
534
+ listOsPatchesResponseIterator(request: requests.ListOsPatchesRequest): AsyncIterableIterator<responses.ListOsPatchesResponse>;
455
535
  /**
456
536
  * List the patch history of this cluster.
457
537
  *
@@ -459,7 +539,7 @@ export declare class BdsClient {
459
539
  * @param ListPatchHistoriesRequest
460
540
  * @return ListPatchHistoriesResponse
461
541
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
463
543
  */
464
544
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
465
545
  /**
@@ -501,7 +581,7 @@ export declare class BdsClient {
501
581
  * @param ListPatchesRequest
502
582
  * @return ListPatchesResponse
503
583
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
505
585
  */
506
586
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
507
587
  /**
@@ -543,7 +623,7 @@ export declare class BdsClient {
543
623
  * @param ListWorkRequestErrorsRequest
544
624
  * @return ListWorkRequestErrorsResponse
545
625
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
547
627
  */
548
628
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
549
629
  /**
@@ -585,7 +665,7 @@ export declare class BdsClient {
585
665
  * @param ListWorkRequestLogsRequest
586
666
  * @return ListWorkRequestLogsResponse
587
667
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
589
669
  */
590
670
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
591
671
  /**
@@ -627,7 +707,7 @@ export declare class BdsClient {
627
707
  * @param ListWorkRequestsRequest
628
708
  * @return ListWorkRequestsResponse
629
709
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
631
711
  */
632
712
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
633
713
  /**
@@ -669,7 +749,7 @@ export declare class BdsClient {
669
749
  * @param RemoveAutoScalingConfigurationRequest
670
750
  * @return RemoveAutoScalingConfigurationResponse
671
751
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
673
753
  */
674
754
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
675
755
  /**
@@ -679,7 +759,7 @@ export declare class BdsClient {
679
759
  * @param RemoveCloudSqlRequest
680
760
  * @return RemoveCloudSqlResponse
681
761
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
683
763
  */
684
764
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
685
765
  /**
@@ -689,7 +769,7 @@ export declare class BdsClient {
689
769
  * @param RemoveKafkaRequest
690
770
  * @return RemoveKafkaResponse
691
771
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API.
693
773
  */
694
774
  removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
695
775
  /**
@@ -699,7 +779,7 @@ export declare class BdsClient {
699
779
  * @param RemoveNodeRequest
700
780
  * @return RemoveNodeResponse
701
781
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
703
783
  */
704
784
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
705
785
  /**
@@ -709,7 +789,7 @@ export declare class BdsClient {
709
789
  * @param RestartNodeRequest
710
790
  * @return RestartNodeResponse
711
791
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
713
793
  */
714
794
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
715
795
  /**
@@ -719,7 +799,7 @@ export declare class BdsClient {
719
799
  * @param StartBdsInstanceRequest
720
800
  * @return StartBdsInstanceResponse
721
801
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
723
803
  */
724
804
  startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
725
805
  /**
@@ -729,7 +809,7 @@ export declare class BdsClient {
729
809
  * @param StopBdsInstanceRequest
730
810
  * @return StopBdsInstanceResponse
731
811
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
733
813
  */
734
814
  stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
735
815
  /**
@@ -739,7 +819,7 @@ export declare class BdsClient {
739
819
  * @param TestBdsMetastoreConfigurationRequest
740
820
  * @return TestBdsMetastoreConfigurationResponse
741
821
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
743
823
  */
744
824
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
745
825
  /**
@@ -748,7 +828,7 @@ export declare class BdsClient {
748
828
  * @param TestBdsObjectStorageConnectionRequest
749
829
  * @return TestBdsObjectStorageConnectionResponse
750
830
  * @throws OciError when an error occurs
751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
752
832
  */
753
833
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
754
834
  /**
@@ -758,7 +838,7 @@ export declare class BdsClient {
758
838
  * @param UpdateAutoScalingConfigurationRequest
759
839
  * @return UpdateAutoScalingConfigurationResponse
760
840
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
762
842
  */
763
843
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
764
844
  /**
@@ -767,7 +847,7 @@ export declare class BdsClient {
767
847
  * @param UpdateBdsInstanceRequest
768
848
  * @return UpdateBdsInstanceResponse
769
849
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
771
851
  */
772
852
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
773
853
  /**
@@ -776,7 +856,7 @@ export declare class BdsClient {
776
856
  * @param UpdateBdsMetastoreConfigurationRequest
777
857
  * @return UpdateBdsMetastoreConfigurationResponse
778
858
  * @throws OciError when an error occurs
779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
780
860
  */
781
861
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
782
862
  }