oci-bds 2.62.3 → 2.63.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.
- package/lib/client.d.ts +42 -42
- package/lib/client.js +42 -42
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/package.json +3 -3
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
122
122
|
*/
|
|
123
123
|
addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
|
|
124
124
|
/**
|
|
@@ -128,7 +128,7 @@ 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.
|
|
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.
|
|
132
132
|
*/
|
|
133
133
|
addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class BdsClient {
|
|
|
138
138
|
* @param AddWorkerNodesRequest
|
|
139
139
|
* @return AddWorkerNodesResponse
|
|
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.
|
|
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.
|
|
142
142
|
*/
|
|
143
143
|
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class BdsClient {
|
|
|
148
148
|
* @param ChangeBdsInstanceCompartmentRequest
|
|
149
149
|
* @return ChangeBdsInstanceCompartmentResponse
|
|
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.
|
|
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.
|
|
152
152
|
*/
|
|
153
153
|
changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class BdsClient {
|
|
|
158
158
|
* @param ChangeShapeRequest
|
|
159
159
|
* @return ChangeShapeResponse
|
|
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.
|
|
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.
|
|
162
162
|
*/
|
|
163
163
|
changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BdsClient {
|
|
|
168
168
|
* @param CreateBdsApiKeyRequest
|
|
169
169
|
* @return CreateBdsApiKeyResponse
|
|
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.
|
|
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.
|
|
172
172
|
*/
|
|
173
173
|
createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class BdsClient {
|
|
|
178
178
|
* @param CreateBdsInstanceRequest
|
|
179
179
|
* @return CreateBdsInstanceResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
182
182
|
*/
|
|
183
183
|
createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
|
|
184
184
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class BdsClient {
|
|
|
188
188
|
* @param CreateBdsMetastoreConfigurationRequest
|
|
189
189
|
* @return CreateBdsMetastoreConfigurationResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
192
192
|
*/
|
|
193
193
|
createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
|
|
194
194
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class BdsClient {
|
|
|
197
197
|
* @param DeleteBdsApiKeyRequest
|
|
198
198
|
* @return DeleteBdsApiKeyResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
201
201
|
*/
|
|
202
202
|
deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
|
|
203
203
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class BdsClient {
|
|
|
206
206
|
* @param DeleteBdsInstanceRequest
|
|
207
207
|
* @return DeleteBdsInstanceResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
210
210
|
*/
|
|
211
211
|
deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
|
|
212
212
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class BdsClient {
|
|
|
215
215
|
* @param DeleteBdsMetastoreConfigurationRequest
|
|
216
216
|
* @return DeleteBdsMetastoreConfigurationResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
219
219
|
*/
|
|
220
220
|
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
|
|
221
221
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class BdsClient {
|
|
|
225
225
|
* @param ExecuteBootstrapScriptRequest
|
|
226
226
|
* @return ExecuteBootstrapScriptResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
229
229
|
*/
|
|
230
230
|
executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>;
|
|
231
231
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class BdsClient {
|
|
|
235
235
|
* @param GetAutoScalingConfigurationRequest
|
|
236
236
|
* @return GetAutoScalingConfigurationResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
239
239
|
*/
|
|
240
240
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class BdsClient {
|
|
|
244
244
|
* @param GetBdsApiKeyRequest
|
|
245
245
|
* @return GetBdsApiKeyResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
248
248
|
*/
|
|
249
249
|
getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class BdsClient {
|
|
|
253
253
|
* @param GetBdsInstanceRequest
|
|
254
254
|
* @return GetBdsInstanceResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
257
257
|
*/
|
|
258
258
|
getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class BdsClient {
|
|
|
262
262
|
* @param GetBdsMetastoreConfigurationRequest
|
|
263
263
|
* @return GetBdsMetastoreConfigurationResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
266
266
|
*/
|
|
267
267
|
getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class BdsClient {
|
|
|
271
271
|
* @param GetWorkRequestRequest
|
|
272
272
|
* @return GetWorkRequestResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
275
275
|
*/
|
|
276
276
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class BdsClient {
|
|
|
281
281
|
* @param InstallPatchRequest
|
|
282
282
|
* @return InstallPatchResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
285
285
|
*/
|
|
286
286
|
installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>;
|
|
287
287
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class BdsClient {
|
|
|
291
291
|
* @param ListAutoScalingConfigurationsRequest
|
|
292
292
|
* @return ListAutoScalingConfigurationsResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
295
295
|
*/
|
|
296
296
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
297
297
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class BdsClient {
|
|
|
333
333
|
* @param ListBdsApiKeysRequest
|
|
334
334
|
* @return ListBdsApiKeysResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
337
337
|
*/
|
|
338
338
|
listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
|
|
339
339
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class BdsClient {
|
|
|
375
375
|
* @param ListBdsInstancesRequest
|
|
376
376
|
* @return ListBdsInstancesResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
379
379
|
*/
|
|
380
380
|
listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
|
|
381
381
|
/**
|
|
@@ -417,7 +417,7 @@ export declare class BdsClient {
|
|
|
417
417
|
* @param ListBdsMetastoreConfigurationsRequest
|
|
418
418
|
* @return ListBdsMetastoreConfigurationsResponse
|
|
419
419
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
421
421
|
*/
|
|
422
422
|
listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
|
|
423
423
|
/**
|
|
@@ -459,7 +459,7 @@ export declare class BdsClient {
|
|
|
459
459
|
* @param ListPatchHistoriesRequest
|
|
460
460
|
* @return ListPatchHistoriesResponse
|
|
461
461
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
463
463
|
*/
|
|
464
464
|
listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>;
|
|
465
465
|
/**
|
|
@@ -501,7 +501,7 @@ export declare class BdsClient {
|
|
|
501
501
|
* @param ListPatchesRequest
|
|
502
502
|
* @return ListPatchesResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
505
505
|
*/
|
|
506
506
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
507
507
|
/**
|
|
@@ -543,7 +543,7 @@ export declare class BdsClient {
|
|
|
543
543
|
* @param ListWorkRequestErrorsRequest
|
|
544
544
|
* @return ListWorkRequestErrorsResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
547
547
|
*/
|
|
548
548
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
549
549
|
/**
|
|
@@ -585,7 +585,7 @@ export declare class BdsClient {
|
|
|
585
585
|
* @param ListWorkRequestLogsRequest
|
|
586
586
|
* @return ListWorkRequestLogsResponse
|
|
587
587
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
589
589
|
*/
|
|
590
590
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
591
591
|
/**
|
|
@@ -627,7 +627,7 @@ export declare class BdsClient {
|
|
|
627
627
|
* @param ListWorkRequestsRequest
|
|
628
628
|
* @return ListWorkRequestsResponse
|
|
629
629
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
631
631
|
*/
|
|
632
632
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
633
633
|
/**
|
|
@@ -669,7 +669,7 @@ export declare class BdsClient {
|
|
|
669
669
|
* @param RemoveAutoScalingConfigurationRequest
|
|
670
670
|
* @return RemoveAutoScalingConfigurationResponse
|
|
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.
|
|
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.
|
|
673
673
|
*/
|
|
674
674
|
removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
|
|
675
675
|
/**
|
|
@@ -679,7 +679,7 @@ export declare class BdsClient {
|
|
|
679
679
|
* @param RemoveCloudSqlRequest
|
|
680
680
|
* @return RemoveCloudSqlResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
683
683
|
*/
|
|
684
684
|
removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
|
|
685
685
|
/**
|
|
@@ -689,7 +689,7 @@ export declare class BdsClient {
|
|
|
689
689
|
* @param RemoveKafkaRequest
|
|
690
690
|
* @return RemoveKafkaResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
693
693
|
*/
|
|
694
694
|
removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>;
|
|
695
695
|
/**
|
|
@@ -699,7 +699,7 @@ export declare class BdsClient {
|
|
|
699
699
|
* @param RemoveNodeRequest
|
|
700
700
|
* @return RemoveNodeResponse
|
|
701
701
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
703
703
|
*/
|
|
704
704
|
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>;
|
|
705
705
|
/**
|
|
@@ -709,7 +709,7 @@ export declare class BdsClient {
|
|
|
709
709
|
* @param RestartNodeRequest
|
|
710
710
|
* @return RestartNodeResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
713
713
|
*/
|
|
714
714
|
restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
|
|
715
715
|
/**
|
|
@@ -719,7 +719,7 @@ export declare class BdsClient {
|
|
|
719
719
|
* @param StartBdsInstanceRequest
|
|
720
720
|
* @return StartBdsInstanceResponse
|
|
721
721
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
723
723
|
*/
|
|
724
724
|
startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>;
|
|
725
725
|
/**
|
|
@@ -729,7 +729,7 @@ export declare class BdsClient {
|
|
|
729
729
|
* @param StopBdsInstanceRequest
|
|
730
730
|
* @return StopBdsInstanceResponse
|
|
731
731
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
733
733
|
*/
|
|
734
734
|
stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>;
|
|
735
735
|
/**
|
|
@@ -739,7 +739,7 @@ export declare class BdsClient {
|
|
|
739
739
|
* @param TestBdsMetastoreConfigurationRequest
|
|
740
740
|
* @return TestBdsMetastoreConfigurationResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
743
743
|
*/
|
|
744
744
|
testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
|
|
745
745
|
/**
|
|
@@ -748,7 +748,7 @@ export declare class BdsClient {
|
|
|
748
748
|
* @param TestBdsObjectStorageConnectionRequest
|
|
749
749
|
* @return TestBdsObjectStorageConnectionResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
752
752
|
*/
|
|
753
753
|
testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
|
|
754
754
|
/**
|
|
@@ -758,7 +758,7 @@ export declare class BdsClient {
|
|
|
758
758
|
* @param UpdateAutoScalingConfigurationRequest
|
|
759
759
|
* @return UpdateAutoScalingConfigurationResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
762
762
|
*/
|
|
763
763
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
764
764
|
/**
|
|
@@ -767,7 +767,7 @@ export declare class BdsClient {
|
|
|
767
767
|
* @param UpdateBdsInstanceRequest
|
|
768
768
|
* @return UpdateBdsInstanceResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
771
771
|
*/
|
|
772
772
|
updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
|
|
773
773
|
/**
|
|
@@ -776,7 +776,7 @@ export declare class BdsClient {
|
|
|
776
776
|
* @param UpdateBdsMetastoreConfigurationRequest
|
|
777
777
|
* @return UpdateBdsMetastoreConfigurationResponse
|
|
778
778
|
* @throws OciError when an error occurs
|
|
779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
780
780
|
*/
|
|
781
781
|
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
|
|
782
782
|
}
|