oci-bds 2.43.0 → 2.44.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 (78) hide show
  1. package/lib/client.d.ts +57 -37
  2. package/lib/client.js +161 -37
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bds-instance.d.ts +1 -0
  5. package/lib/model/bds-instance.js +1 -0
  6. package/lib/model/bds-instance.js.map +1 -1
  7. package/lib/model/change-shape-nodes.d.ts +2 -1
  8. package/lib/model/change-shape-nodes.js +6 -0
  9. package/lib/model/change-shape-nodes.js.map +1 -1
  10. package/lib/model/index.d.ts +4 -0
  11. package/lib/model/index.js +5 -1
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/node.d.ts +11 -0
  14. package/lib/model/node.js +3 -0
  15. package/lib/model/node.js.map +1 -1
  16. package/lib/model/operation-types.d.ts +2 -0
  17. package/lib/model/operation-types.js +2 -0
  18. package/lib/model/operation-types.js.map +1 -1
  19. package/lib/model/shape-config-details.d.ts +5 -1
  20. package/lib/model/shape-config-details.js.map +1 -1
  21. package/lib/model/start-bds-instance-details.d.ts +26 -0
  22. package/lib/model/start-bds-instance-details.js +30 -0
  23. package/lib/model/start-bds-instance-details.js.map +1 -0
  24. package/lib/model/stop-bds-instance-details.d.ts +30 -0
  25. package/lib/model/stop-bds-instance-details.js +30 -0
  26. package/lib/model/stop-bds-instance-details.js.map +1 -0
  27. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  28. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  29. package/lib/request/add-block-storage-request.d.ts +1 -1
  30. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  31. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  32. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  33. package/lib/request/change-shape-request.d.ts +1 -1
  34. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  35. package/lib/request/create-bds-instance-request.d.ts +1 -1
  36. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  37. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  38. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  39. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  40. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  41. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  42. package/lib/request/get-bds-instance-request.d.ts +1 -1
  43. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  44. package/lib/request/get-work-request-request.d.ts +1 -1
  45. package/lib/request/index.d.ts +4 -0
  46. package/lib/request/install-patch-request.d.ts +1 -1
  47. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  48. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  49. package/lib/request/list-bds-instances-request.d.ts +1 -1
  50. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  51. package/lib/request/list-patch-histories-request.d.ts +1 -1
  52. package/lib/request/list-patches-request.d.ts +1 -1
  53. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  54. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  55. package/lib/request/list-work-requests-request.d.ts +1 -1
  56. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  57. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  58. package/lib/request/remove-node-request.d.ts +1 -1
  59. package/lib/request/restart-node-request.d.ts +1 -1
  60. package/lib/request/start-bds-instance-request.d.ts +40 -0
  61. package/lib/request/start-bds-instance-request.js +15 -0
  62. package/lib/request/start-bds-instance-request.js.map +1 -0
  63. package/lib/request/stop-bds-instance-request.d.ts +40 -0
  64. package/lib/request/stop-bds-instance-request.js +15 -0
  65. package/lib/request/stop-bds-instance-request.js.map +1 -0
  66. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  67. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  68. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  69. package/lib/request/update-bds-instance-request.d.ts +1 -1
  70. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  71. package/lib/response/index.d.ts +4 -0
  72. package/lib/response/start-bds-instance-response.d.ts +25 -0
  73. package/lib/response/start-bds-instance-response.js +15 -0
  74. package/lib/response/start-bds-instance-response.js.map +1 -0
  75. package/lib/response/stop-bds-instance-response.d.ts +25 -0
  76. package/lib/response/stop-bds-instance-response.js +15 -0
  77. package/lib/response/stop-bds-instance-response.js.map +1 -0
  78. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class BdsClient {
78
78
  * @param ActivateBdsMetastoreConfigurationRequest
79
79
  * @return ActivateBdsMetastoreConfigurationResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
82
82
  */
83
83
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class BdsClient {
88
88
  * @param AddAutoScalingConfigurationRequest
89
89
  * @return AddAutoScalingConfigurationResponse
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.43.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
92
92
  */
93
93
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class BdsClient {
98
98
  * @param AddBlockStorageRequest
99
99
  * @return AddBlockStorageResponse
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.43.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
102
102
  */
103
103
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class BdsClient {
108
108
  * @param AddCloudSqlRequest
109
109
  * @return AddCloudSqlResponse
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.43.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
112
112
  */
113
113
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
114
114
  /**
@@ -118,7 +118,7 @@ export declare class BdsClient {
118
118
  * @param AddWorkerNodesRequest
119
119
  * @return AddWorkerNodesResponse
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.43.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
122
122
  */
123
123
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
124
124
  /**
@@ -128,7 +128,7 @@ export declare class BdsClient {
128
128
  * @param ChangeBdsInstanceCompartmentRequest
129
129
  * @return ChangeBdsInstanceCompartmentResponse
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.43.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
132
132
  */
133
133
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class BdsClient {
138
138
  * @param ChangeShapeRequest
139
139
  * @return ChangeShapeResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
142
142
  */
143
143
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class BdsClient {
148
148
  * @param CreateBdsApiKeyRequest
149
149
  * @return CreateBdsApiKeyResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
152
152
  */
153
153
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class BdsClient {
158
158
  * @param CreateBdsInstanceRequest
159
159
  * @return CreateBdsInstanceResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
162
162
  */
163
163
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
164
164
  /**
@@ -168,7 +168,7 @@ export declare class BdsClient {
168
168
  * @param CreateBdsMetastoreConfigurationRequest
169
169
  * @return CreateBdsMetastoreConfigurationResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
172
172
  */
173
173
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class BdsClient {
177
177
  * @param DeleteBdsApiKeyRequest
178
178
  * @return DeleteBdsApiKeyResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
181
181
  */
182
182
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class BdsClient {
186
186
  * @param DeleteBdsInstanceRequest
187
187
  * @return DeleteBdsInstanceResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
190
190
  */
191
191
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class BdsClient {
195
195
  * @param DeleteBdsMetastoreConfigurationRequest
196
196
  * @return DeleteBdsMetastoreConfigurationResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
199
199
  */
200
200
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class BdsClient {
205
205
  * @param GetAutoScalingConfigurationRequest
206
206
  * @return GetAutoScalingConfigurationResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
209
209
  */
210
210
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
211
211
  /**
@@ -214,7 +214,7 @@ export declare class BdsClient {
214
214
  * @param GetBdsApiKeyRequest
215
215
  * @return GetBdsApiKeyResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
218
218
  */
219
219
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
220
220
  /**
@@ -223,7 +223,7 @@ export declare class BdsClient {
223
223
  * @param GetBdsInstanceRequest
224
224
  * @return GetBdsInstanceResponse
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.43.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
227
227
  */
228
228
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
229
229
  /**
@@ -232,7 +232,7 @@ export declare class BdsClient {
232
232
  * @param GetBdsMetastoreConfigurationRequest
233
233
  * @return GetBdsMetastoreConfigurationResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
236
236
  */
237
237
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
238
238
  /**
@@ -241,7 +241,7 @@ export declare class BdsClient {
241
241
  * @param GetWorkRequestRequest
242
242
  * @return GetWorkRequestResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
245
245
  */
246
246
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
247
247
  /**
@@ -251,7 +251,7 @@ export declare class BdsClient {
251
251
  * @param InstallPatchRequest
252
252
  * @return InstallPatchResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API.
255
255
  */
256
256
  installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
257
257
  /**
@@ -261,7 +261,7 @@ export declare class BdsClient {
261
261
  * @param ListAutoScalingConfigurationsRequest
262
262
  * @return ListAutoScalingConfigurationsResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
265
265
  */
266
266
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
267
267
  /**
@@ -303,7 +303,7 @@ export declare class BdsClient {
303
303
  * @param ListBdsApiKeysRequest
304
304
  * @return ListBdsApiKeysResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
307
307
  */
308
308
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
309
309
  /**
@@ -345,7 +345,7 @@ export declare class BdsClient {
345
345
  * @param ListBdsInstancesRequest
346
346
  * @return ListBdsInstancesResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
349
349
  */
350
350
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
351
351
  /**
@@ -387,7 +387,7 @@ export declare class BdsClient {
387
387
  * @param ListBdsMetastoreConfigurationsRequest
388
388
  * @return ListBdsMetastoreConfigurationsResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
391
391
  */
392
392
  listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
393
393
  /**
@@ -429,7 +429,7 @@ export declare class BdsClient {
429
429
  * @param ListPatchHistoriesRequest
430
430
  * @return ListPatchHistoriesResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API.
433
433
  */
434
434
  listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
435
435
  /**
@@ -471,7 +471,7 @@ export declare class BdsClient {
471
471
  * @param ListPatchesRequest
472
472
  * @return ListPatchesResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API.
475
475
  */
476
476
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
477
477
  /**
@@ -513,7 +513,7 @@ export declare class BdsClient {
513
513
  * @param ListWorkRequestErrorsRequest
514
514
  * @return ListWorkRequestErrorsResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
517
517
  */
518
518
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
519
519
  /**
@@ -555,7 +555,7 @@ export declare class BdsClient {
555
555
  * @param ListWorkRequestLogsRequest
556
556
  * @return ListWorkRequestLogsResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
559
559
  */
560
560
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
561
561
  /**
@@ -597,7 +597,7 @@ export declare class BdsClient {
597
597
  * @param ListWorkRequestsRequest
598
598
  * @return ListWorkRequestsResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
601
601
  */
602
602
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
603
603
  /**
@@ -639,7 +639,7 @@ export declare class BdsClient {
639
639
  * @param RemoveAutoScalingConfigurationRequest
640
640
  * @return RemoveAutoScalingConfigurationResponse
641
641
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
643
643
  */
644
644
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
645
645
  /**
@@ -649,7 +649,7 @@ export declare class BdsClient {
649
649
  * @param RemoveCloudSqlRequest
650
650
  * @return RemoveCloudSqlResponse
651
651
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
653
653
  */
654
654
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
655
655
  /**
@@ -659,7 +659,7 @@ export declare class BdsClient {
659
659
  * @param RemoveNodeRequest
660
660
  * @return RemoveNodeResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API.
663
663
  */
664
664
  removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
665
665
  /**
@@ -669,9 +669,29 @@ export declare class BdsClient {
669
669
  * @param RestartNodeRequest
670
670
  * @return RestartNodeResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
673
673
  */
674
674
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
675
+ /**
676
+ * Starts the BDS cluster that was stopped earlier.
677
+ *
678
+ * This operation does not retry by default if the user has not defined a retry configuration.
679
+ * @param StartBdsInstanceRequest
680
+ * @return StartBdsInstanceResponse
681
+ * @throws OciError when an error occurs
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API.
683
+ */
684
+ startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
685
+ /**
686
+ * Stops the BDS cluster that can be started at later point of time.
687
+ *
688
+ * This operation does not retry by default if the user has not defined a retry configuration.
689
+ * @param StopBdsInstanceRequest
690
+ * @return StopBdsInstanceResponse
691
+ * @throws OciError when an error occurs
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API.
693
+ */
694
+ stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
675
695
  /**
676
696
  * Test specified metastore configuration.
677
697
  *
@@ -679,7 +699,7 @@ export declare class BdsClient {
679
699
  * @param TestBdsMetastoreConfigurationRequest
680
700
  * @return TestBdsMetastoreConfigurationResponse
681
701
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
683
703
  */
684
704
  testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
685
705
  /**
@@ -688,7 +708,7 @@ export declare class BdsClient {
688
708
  * @param TestBdsObjectStorageConnectionRequest
689
709
  * @return TestBdsObjectStorageConnectionResponse
690
710
  * @throws OciError when an error occurs
691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
692
712
  */
693
713
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
694
714
  /**
@@ -698,7 +718,7 @@ export declare class BdsClient {
698
718
  * @param UpdateAutoScalingConfigurationRequest
699
719
  * @return UpdateAutoScalingConfigurationResponse
700
720
  * @throws OciError when an error occurs
701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
702
722
  */
703
723
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
704
724
  /**
@@ -707,7 +727,7 @@ export declare class BdsClient {
707
727
  * @param UpdateBdsInstanceRequest
708
728
  * @return UpdateBdsInstanceResponse
709
729
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
711
731
  */
712
732
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
713
733
  /**
@@ -716,7 +736,7 @@ export declare class BdsClient {
716
736
  * @param UpdateBdsMetastoreConfigurationRequest
717
737
  * @return UpdateBdsMetastoreConfigurationResponse
718
738
  * @throws OciError when an error occurs
719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
720
740
  */
721
741
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
722
742
  }